I am using Duplicacy CLI to backup files from various computers onto a storage on my local server. I then also want to create an off-site copy of that storage to a remote second server, so my thinking was that I could use duplicacy copy
for that.
However, I also want to use the storage of that second server as an independent backup target for the first server (i.e. for files that only exist on my local server for example).
I am not sure if it’s a good idea or possible to duplicacy copy
from one storage to another - but then also run duplicacy backup
onto that latter storage as well? Or should it ideally just be separate storages.