Hello guys,
I currently backup all of my data using Duplicacy CLI and Backblaze B2 as cloud storage. I have started working in a lab where the shared computer isn’t really backed up. I set up a backup to my B2 of my files, but I created a different bucket with a separate app key for that bucket only. This probably means I’m not making good use of deduplication.
My question is this: if I create a new repository (e.g. labwork) in the same storage (same bucket) as my main backup, will this give the shared computer at work the ability to potentially prune my main backup as well? If I set a password with the init command, that applies to the whole storage, not to the single repositories, correct? I scripted the backup to happen automatically, as such I don’t want to have to enter the storage password from the shared PC every time it backs up.