How to organize backups and backups of backups? #80
|
I would like to backup a few directories (say -
I used my own Borg script for years but I just discovered emborg and it looks really neat! |
Replies: 3 comments 1 reply
|
It seems that I can get away with a |
|
My recommendation would be to create two configurations, one that is responsible for backing up locally and one that backs up to your remote host, and for both simply list both source directories. Then, create a composite configuration that allows you to back up to both destinations with one invocation of emborg: If you want to share the remaining settings you can create a 4th file that is included into your two configurations. |
|
Yes, exactly. Three different files. |
Yes, exactly. Three different files.