I am using CLI interface to initialize storage and repository.
init command allow me to specefy both, storage and repository location
init command make .duplicacy/preferences file in the current folder where save all my options
Simple quiestion. How I can restore my backup to different location ?
restore command do not have -repository option to specefy new palce for restore operation.
When I trying to run init command before restore with another -reposotory option I got follow message:
“The repository … has already been initialized”
And thats it, no changes in .duplicacy/preferences file
I there any way to restore my backup in different location, using CLI interface ?