Changed optional parameter to define backup user

This commit is contained in:
2020-12-24 16:59:42 +01:00
parent 0434782049
commit a778ec7fcf
2 changed files with 5 additions and 5 deletions

View File

@@ -9,10 +9,10 @@ Execute:
./docker-volume-backup.sh
```
Optional a directory for the backup folder can be defined:
Optional a user for the backup can be defined:
```bash
./docker-volume-backup.sh /tmp
./docker-volume-backup.sh administrator
```
## Test