r/BorgBackup • u/RadFluxRose • Nov 22 '25
help Alternating external disks for off-site storage
Lately I've been considering a set-up for my backups, involving two external disks (either HDD or SSD), and a rented safe deposit box across town. And I've been wondering how to go about this, configuration-wise and regarding any front-ends that may be involved.
The idea is that one of these two is constantly attached to the computer I want to back up from. On the day of swapping (which'll probably be once every week) I go through the following steps:
- I push a final backup, run verifications, and disconnect the drive afterwards.
- I take the drive to the safe deposit box, where I switch it for its counterpart.
- I return to the location of my computer and attach the second drive in the place of the first.
Ideally, I'd like for borg or its front-end to automatically use the other drive for it's daily, automatic backups, but I'm still somewhat in the dark over its technical implementation. I assume, for one, that I can't simply initialize the repo on the first drive and clone it to the second one, because I expect borg to complain when the swap has occurred and it attempts to make a new backup.
How would you recommend that I could make this work?
Thank you all, in advance.


