Depending on which directory I’m in duplicacy finds or doesn’t find the preference file:
bash-3.2# pwd
/var/root
bash-3.2# /usr/local/bin/duplicacy list -storage gcd://Duplicacy
Repository set to /
Storage set to gcd://Duplicacy
Snapshot mmac revision 1 created at 2024-01-04 16:25 -hash
Snapshot mmac revision 2 created at 2024-01-04 21:16
bash-3.2# cd /
bash-3.2# /usr/local/bin/duplicacy list -storage gcd://Duplicacy
Repository has not been initialized
bash-3.2#
I fail to understand why, so I need some help