mirror of
https://github.com/Steffo99/backup-duplicity.git
synced 2024-12-22 03:34:17 +00:00
Update README.md
This commit is contained in:
parent
6f49b8afd0
commit
4a5f9b893b
1 changed files with 2 additions and 2 deletions
|
@ -93,11 +93,11 @@ Backup solution for Docker volumes based on Duplicity
|
||||||
6. Log in to Google Drive and perform an initial backup with:
|
6. Log in to Google Drive and perform an initial backup with:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
# docker compose run -i backup --entrypoint=/bin/sh /etc/periodic/daily/backup.sh
|
# docker compose run -i --entrypoint=/bin/sh --volume='.:/mnt' --volume='duplicity_credentials:/var/lib/duplicity' backup /etc/periodic/daily/backup.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
7. Properly start the container with:
|
7. Properly start the container with:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
# docker compose up -d && docker compose logs -f
|
# docker compose up -d && docker compose logs -f
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue