TL;DR If I change the folder path of source repositories, can I use the same ID and storage, and continue to add to the existing revisions? In more detail:
For several years, I’ve been running Duplicacy web on Windows 10 as a service. I have several different IDs, each with its own retention period, etc. The source content is stored on multiple SSDs and HDDs, and destination is B2.
In moving away from Win 10, I’ve split my box into a new Win 11 machine with single SSD and a NAS running Open Media Vault for all of the HDDs.
My main question is how to retain the existing ID revisions and merge the new ones into them. For the source folders that remain the same, but now are on a different path (including some moving from Windows to Linux), can Duplicacy pick up where I left off? Or do these breakaway and start fresh?
For the other IDs that use a list of symlinks, these links will now be split between the systems, and therefore a repository from each. Does Duplicacy manage to deduplicate from the old, or is this a fresh start?
Finally, what is the best approach?
-
Should I run Duplicacy on both Windows and NAS, or just on Windows and use the NAS SMB shares as repository sources?
-
Assuming I run on both, is it better to back up from the PC to the NAS and then copy that to B2 (providing 2 backups of that data)? What’s the correct way to set it up to pick up the existing storage which currently sources from Windows, but now would be the copy?
old: Win10->B2
new: Win10->NAS, NAS->B2 via copy
Thanks for your insight.