Replies: 2 comments 1 reply
-
There is not integrated way of doing that. You could spin up a second backup container with the same configuration, but with a different repository. But I guess that's not optimal, performance-wise. As |
Beta Was this translation helpful? Give feedback.
-
I wonder if a 4th container could be implemented easily (like backup, check, and prune today) that would run a restic copy operation from one repository to another. I recently used this functionality to copy from v1 repositories to v2 repositories to take advantage of compression. I could always setup a job external to the containers, but it seems that this would be to far of a stretch given the existing architecture of the app. If one of the repositories is local lan based, the added network traffic is to much of a concern. |
Beta Was this translation helpful? Give feedback.
-
I have a similar question to the multiple sources discussion previously, but about multiple destinations. I like to create onsite and offsite backups. Is there a way to have the container just do the same backup twice, or to copy the backup from one repository to another or would I need to spin up a second instance of resticker for that?
Beta Was this translation helpful? Give feedback.
All reactions