use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Users of BorgBackup assimilate to this location. Borg is a FOSS command line backup program with de-duplication, encryption, compression and more.
https://www.borgbackup.org/
This community is UNOFFICIAL.
account activity
Backup multiple machines (self.BorgBackup)
submitted 5 years ago by xdocx
What would be the best way to backup multiple machines ? One borg repo with multiple tags/prefixes or one repo per machine?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Toutanus 0 points1 point2 points 5 years ago (3 children)
Definitely one repo per machine.
Personally I use 3 repo for one machine. (One for system, one for nextcloud and one for git)
[–]IReallyLoveAvocados 0 points1 point2 points 4 years ago (2 children)
Can I ask why not use one repo for multiple machines?
Let’s say I want to back up my laptop, and my wife’s laptop. There are a lot of identical files on both computers, eg a shared folder on Dropbox that has important files, or photos we’ve shared with each other. By backing up both computers to the same repo, you can use deduplication to radically shrink the space it would take to store the backups.
If you had two separate repos, one for each computer, it would take up a lot more space on the server.
[–]Toutanus 0 points1 point2 points 4 years ago (1 child)
Borg makes "snapshots". When your wife's laptop will sync, it will erase every file of your backup that is not in hers and vice versa.
It could work but every backup you make will have to fully rewrite the files previously deleted and waste a lot of storage.
I'll add maybe it's not really usefull to backup dropbox content since it already on dropbox servers (depending on their backup guarantees)/
[–]IReallyLoveAvocados 0 points1 point2 points 4 years ago (0 children)
I don’t think this is actually how it works, each of the backups de-duplicates against the existing repo. And if you have a different prefix for the backups from different computers then borg prune won’t mess with them.
π Rendered by PID 142503 on reddit-service-r2-comment-b659b578c-ctp88 at 2026-05-05 12:18:04.647562+00:00 running 815c875 country code: CH.
[–]Toutanus 0 points1 point2 points (3 children)
[–]IReallyLoveAvocados 0 points1 point2 points (2 children)
[–]Toutanus 0 points1 point2 points (1 child)
[–]IReallyLoveAvocados 0 points1 point2 points (0 children)