From 428b9c1d8ee230b9b5d3232e4856ea19ea7791a3 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Thu, 17 Jun 2021 13:28:03 -0700 Subject: [PATCH] Update readme to show proper location of restore script --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 67e5653..9b149dc 100644 --- a/Readme.md +++ b/Readme.md @@ -31,7 +31,7 @@ Hostname is used for identifying what you are backing up. You may want to specif Mount all volumes from your existing container with `--volumes-from` and then back up by providing the paths to those volumes. If there are more than one volumes, you'll want to use the above tip for mulitple backup sources ### Restoring a backup -On your running container, execute `/restore.sh`. That should be that! Eg. `docker exec my_backup_container /restore.sh` +On your running container, execute `/scripts/restore.sh`. That should be that! Eg. `docker exec my_backup_container /scripts/restore.sh` ### 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.