ignore backup tars

This commit is contained in:
2026-03-13 12:39:32 +01:00
parent 959e3d7c38
commit 555f8ea7ff
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
# ignore all backup archives
output/

View File

@@ -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"