Comment on Recommendations for data backup solutions ?
witten@lemmy.world 3 weeks agoThe only disadvantage I find is that there is no cross system deduplication.
You could achieve this by having all machines write to a single Borg repository, where everything would get deduplicated. But downsides include: 1. You lose everything if something goes wrong with that one repo, and 2. You’d have to schedule backups across all systems so as not to run at the same time, because the single repo can only have a single writer at once.
HelloRoot@lemy.lol 3 weeks ago
I tried that once and it takes way longer to run a backup.
witten@lemmy.world 3 weeks ago
It makes a certain amount of sense. More deduplication means more CPU (and IO) spent on that work.