Add instructions for advice on configuring rclone targets

This commit is contained in:
ViViDboarder 2021-06-15 13:21:33 -07:00
parent f4aa842dd3
commit 27aa1fd059
1 changed files with 2 additions and 0 deletions

View File

@ -36,5 +36,7 @@ On your running container, execute `/restore.sh`. That should be that! Eg. `dock
### Backup to any rclone destination
This image also contains [rclone](https://rclone.org). This allows you to target any destination supported by rclone. Check out the [official documentation](https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html#other-services-via-rclone) to see how to configure this.
Rather than having to use an exec shell inside the container, I recommend configuring via the backup destination. For example: `rclone::ftp,env_auth:/test-restic` and then passing all config values via the environment.
### Pre/post backup/restore scripts
Before and after any backup or restore, scripts located in `/scripts/{backup,restore}/{before,after}/` will be executed. This can be used to do things like snapshotting a database before backing it up and restoring the contents.