Implement way to upload local repo remotely on success #438
-
Is there a way to say, use rclone to upload the local repository to a remote place such as BackBlaze B2, on a successful repo check operation? (Docker) |
Beta Was this translation helpful? Give feedback.
Answered by
garethgeorge
Aug 27, 2024
Replies: 1 comment 4 replies
-
Hey, yes -- definitely possible, you can use a Command Hook configured on |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes -- the default docker image bundles a number of dependencies https://github.com/garethgeorge/backrest/blob/main/Dockerfile.alpine#L2
Possibly worth mentioning that my recommendation would be to simply add a second repo and plan for your remote rclone storage (not sure how reliable rsync'ing a restic repo to remote storage will be). Could be worth getting some advice on the restic forums re: what you're trying to accomplish.