I have two directories I want to back up:
/home/user/photos
/home/user/documents
If I initialize the first one (/home/user/photos) from my /home/user directory, it works and creates a .duplicacy/preferences file in my /home/user directory as expected. However if I try to now initialize a new repository for my /home/user/documents directory, I get an error message that the repository has already been initialized. I am forced to first change directories to /home/user/documents and then initialize from there. This creates a new .duplicacy/preferences file there. I don’t like having separate .duplicacy/preferences in every directory I want to back up.
The workaround I have that works is to copy the information from each separate .duplicacy/preferences to my “main” /home/user/.duplicacy/preferences file and then remove the separate .duplicacy/preferences from each location I have.
I tried the pref-dir during initialization but that option doesn’t seem to do anything.
What is the proper way to use the pref-dir option?