ignore backup tars
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# ignore all backup archives
|
||||||
|
output/
|
||||||
@@ -22,4 +22,6 @@ services:
|
|||||||
- ./data:/data:ro
|
- ./data:/data:ro
|
||||||
- ./backup:/backup
|
- ./backup:/backup
|
||||||
- ./backup/crontab:/etc/crontabs/root:ro
|
- ./backup/crontab:/etc/crontabs/root:ro
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
entrypoint: /bin/sh -c "crond -f -l 2"
|
entrypoint: /bin/sh -c "crond -f -l 2"
|
||||||
|
|||||||
Reference in New Issue
Block a user