I have been successfully using insync for years to provide a backup of my home server files to google drive. Works great!
For reasons irrelevant to my question, I want to move my insync operation from a linux box to an old Mac. I have read the article https://help.insynchq.com/en/articles/3817486-moving-to-a-new-computer-without-re-syncing but the first thing it says is “Machines must have the same OS (Win to Win, Mac to Mac, Linux to Linux)”.
However, looking into the structure of the insync files on linux (in /home/username/.config/Insync/) and on Mac (/Users/username/Library/Application Support/Insync/), there seem to be the same set of files, for example on the current linux box:
drwxrwxr-x 2 user user 4096 Jan 20 2024 data
drwxrwxr-x 2 user user 4096 Jan 20 2024 live
-rw-r--r-- 1 user user 25014272 Dec 25 22:31 logs.db
-rw-rw-r-- 1 user user 26214400 Jan 20 2024 out.txt
-rw-r--r-- 1 user user 20480 Jan 20 2024 settings.db
-rw-r--r-- 1 user user 1425552 Dec 25 17:20 settings.db-wal
Starting this post lead the forum to point me to Moving from Windows to Mac that says that the db structure is platform specific so it doesn’t seem like it is an easy switch of the files. However, that thread is 7 years old and perhaps there have been changes in the structure of the db files since then. Also, that thread is talking about moving from Windows to Mac, whereas I am talking about moving from Linux to Mac, which are both Unix-like operation systems (unlike Windows) so perhaps the database structures aren’t so different between these two platforms.
If it is not as easy as just copying over the directories and files, the 2017 post says “However, during setup you may choose the folder that already contains the Google Drive files – Insync would try to match the existing files and would not re-download/re-upload them.” If you could provide some additional detail on this suggestion, that would be great.