1
Fork 0
mirror of https://github.com/Steffo99/backup-duplicity.git synced 2024-10-16 06:07:25 +00:00

Merge remote-tracking branch 'origin/main'

This commit is contained in:
Steffo 2023-05-17 13:53:28 +02:00
commit 7d2fe5b4be
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -93,11 +93,11 @@ Backup solution for Docker volumes based on Duplicity
6. Log in to Google Drive and perform an initial backup with:
```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:
```console
# docker compose up -d && docker compose logs -f
```
```