BorgBackup 1.2.2 – can I copy or synchronize my repo to another location

If you want to have redundant backup repositories preferably at separate locations the recommended way to do that is like this

borg init repo1
borg init repo2
borg create repo1
borg create repo2

This will create distinct repositories (separate repo ID, separate keys) and nothing bad happening in repo1 will influence repo2

Leave a Reply

You must be logged in to post a comment.