Skip to content

Commit

Permalink
put /root/data below /mnt/backup (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinMechanic authored Dec 23, 2022
1 parent ec82351 commit 6ffc974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ backup:
args:
- duplicity
- restore
- /app/data
- /mnt/backup
- /app/data
mounts:
BACKUP: "/mnt/backup"
main: "/app/data"
Expand Down

0 comments on commit 6ffc974

Please sign in to comment.