You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have Dropbox and never did.
My backup directory is configured at startup: export MACPREFS_BACKUP_DIR=/Users/username/.macprefs
However, some directories are being created in ~/Dropbox (the directory Dropbox is being created):
That stinks! If I had to guess I'd say your MACPREFS_BACKUP_DIR got unset somehow, then MacPrefs ran. According to readme.md#config Dropbox is the default location for the backup_dir, so when MACPREFS_BACKUP_DIR was unset it used Dropbox.
I'm not sure how frequently MacPrefs runs, and I'm not sure how your MACPREFS_BACKUP_DIR got unset, but my theory is the only one I have right now.
I don't know how it may become unset during the script execution. export MACPREFS_BACKUP_DIR is being set among other variables in .zshrc. My guess is hardcoded path somewhere.
I don't have Dropbox and never did.
My backup directory is configured at startup:
export MACPREFS_BACKUP_DIR=/Users/username/.macprefs
However, some directories are being created in
~/Dropbox
(the directoryDropbox
is being created):I manually moved them into the directory I configured, but now I'm concerned, if the restore function also has hardcoded paths.
The text was updated successfully, but these errors were encountered: