Well, or I’m missing something very obvious or is not so simple …
- I edited the
preferences
file ("repository": "",
) and added the path to repository; - Removed the
.duplicacy
file from repository; - Changed the
cd
command in my script, replacing the repository with the folder where thepreferences
file 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?