mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup.git
synced 2025-09-16 06:56:01 +02:00
Refactored full code
This commit is contained in:
13
README.md
13
README.md
@@ -1,7 +1,14 @@
|
||||
# docker-volume-backup
|
||||
[](./LICENSE.txt) [](https://travis-ci.org/kevinveenbirkenbach/docker-volume-backup)
|
||||
|
||||
## goal
|
||||
This script backups all docker-volumes with the help of rsync.
|
||||
|
||||
## scheme
|
||||
It is part of the following scheme:
|
||||

|
||||
Further information you will find [in this blog post](https://www.veen.world/2020/12/26/how-i-backup-dedicated-root-servers/).
|
||||
|
||||
## Backup
|
||||
Execute:
|
||||
|
||||
@@ -9,12 +16,6 @@ Execute:
|
||||
./docker-volume-backup.sh
|
||||
```
|
||||
|
||||
Optional a user for the backup can be defined:
|
||||
|
||||
```bash
|
||||
./docker-volume-backup.sh administrator
|
||||
```
|
||||
|
||||
## Test
|
||||
Delete the volume.
|
||||
|
||||
|
Reference in New Issue
Block a user