You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I often want to "restic away" my files to multiple repositories. I know restic itself has support for offsite replication of an existing repository (even if I can't find the link anymore!), but sometimes I'd rather do the same restic job twice, for peace of mind.
It would be great if when creating a plan I could:
choose multiple repositories
for each repository choose to use restic's replication or choose to do them "independently" (i.e. two parallel restic jobs)
The plan should treat updating all of the repositories as a single atomic action, i.e. it passes if, and only if all are updated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I often want to "restic away" my files to multiple repositories. I know restic itself has support for offsite replication of an existing repository (even if I can't find the link anymore!), but sometimes I'd rather do the same restic job twice, for peace of mind.
It would be great if when creating a plan I could:
The plan should treat updating all of the repositories as a single atomic action, i.e. it passes if, and only if all are updated.
All reactions