Well, or I’m missing something very obvious or is not so simple …
- I edited the
preferencesfile ("repository": "",) and added the path to repository; - Removed the
.duplicacyfile from repository; - Changed the
cdcommand in my script, replacing the repository with the folder where thepreferencesfile is.
and when I execute a backup…
ERROR REPOSITORY_PATH Repository has not been initialized
If I return the .duplicacy file to repository and also return the cd command (pointing to repository), even without removing the repository path from the preferences file, backup performs perfectly.
Any ideas?


as I write this, I’m thinking: maybe this is a bit confusing? Maybe it’s easier to just refer to
I believe you need to execute most commands (not init) from either 1.) A directory with a .duplicacy subfolder containing the preferences file or 2.) A directory with a .duplicacy file containing the absolute path to a folder containing the preferences file.


