mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup.git
synced 2025-09-16 06:56:01 +02:00
renamed
This commit is contained in:
@@ -13,7 +13,7 @@ Further information you will find [in this blog post](https://www.veen.world/202
|
||||
Execute:
|
||||
|
||||
```bash
|
||||
./docker-volume-backup.sh
|
||||
./backup-docker-to-local.sh
|
||||
```
|
||||
|
||||
## Recover
|
||||
@@ -28,7 +28,7 @@ Execute:
|
||||
|
||||
```bash
|
||||
|
||||
bash ./docker-volume-recover.sh "{{volume_name}}" "$(sha256sum /etc/machine-id | head -c 64)" "{{version_to_recover}}"
|
||||
bash ./recover-docker-from-local.sh "{{volume_name}}" "$(sha256sum /etc/machine-id | head -c 64)" "{{version_to_recover}}"
|
||||
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user