mirror of
https://github.com/Steffo99/backup-duplicity.git
synced 2024-12-21 19:24:18 +00:00
Create exampledata dir for the example
This commit is contained in:
parent
875102e749
commit
ad382b1c44
2 changed files with 1 additions and 1 deletions
0
exampledata/.gitignore
vendored
Normal file
0
exampledata/.gitignore
vendored
Normal file
|
@ -15,7 +15,7 @@ services:
|
|||
command: "/etc/periodic/daily/backup.sh"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- "./example:/mnt/example"
|
||||
- "./exampledata:/mnt/example"
|
||||
- "duplicity_credentials:/var/lib/duplicity"
|
||||
environment:
|
||||
MODE: "backup"
|
||||
|
|
Loading…
Reference in a new issue