lra / mackup

Keep your application settings in sync (OS X/Linux)
GNU General Public License v3.0
14.52k stars 930 forks source link

Switching macs #1124

Open pquerner opened 6 years ago

pquerner commented 6 years ago

I got a new iMac, and I changed to the new iMac via help of migration assistent (which copies over my programs and other data). When I enter "mackup backup" now, I get the following error:

Error: Unable to find the storage folder: /$absent_volume/342D0A2D-4B8B-3BB5-97AF-08FE4455C63A/Users/pq/Google Drive

How can I fix that? Maybe reinstall mackup completely?

stvhwrd commented 6 years ago

What is the content of your ~/.mackup.cfg?

pquerner commented 6 years ago

Old mac (now using it again, ...)

[storage]
engine = google_drive

New Mac

[storage]
engine = google_drive
stvhwrd commented 6 years ago

Hmmm... Nothing special there. I was hoping there'd be something obvious like an environment variable or a hardcoded value.

Have you verified that the directory is available on your computer? Like ~/Google Drive/Mackup has been synced by Backup and Sync from Google?

stvhwrd commented 6 years ago

You mentioned reinstalling Mackup - have you tried that? Assuming you used Homebrew:

brew reinstall mackup

pquerner commented 5 years ago

Is it possible to change the engine afterwards? I see some .plist files being symlinked to a Google Drive folder, which I no longer want use for syncing.

stvhwrd commented 5 years ago

Yup. Change your configuration file and save it, then restart mackup and run ‘mackup backup’

lra commented 5 years ago

I suggest you run mackup uninstall before switching engines, so it unlink all the linked files it knows about.