Add backup service image (Dockerfile, entrypoint, crontab)

This commit is contained in:
2026-07-23 00:53:34 +02:00
parent f3d62c68fb
commit 7e21a41615
4 changed files with 24 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
0 3 * * * /backup.sh >> /proc/1/fd/1 2>&1
0 4 * * 0 restic check >> /proc/1/fd/1 2>&1