Archive Warrior first install

This commit is contained in:
tolerryan
2025-01-15 00:13:51 -06:00
parent 2523706d64
commit 8396f79d85
3 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
cronjob:
- name: appdata
job_name: "Daily /data/ Backup"
job_minute: "0"
job_hour: "3"
job_day: "*"
user: "root"
job_command: "/home/restic/restic.sh --backup /data/ "
- name: weeklydb
job_name: "Weekly /data/ verification"
job_minute: "10"
job_hour: "6"
job_day: "1"
user: "root"
job_command: "/home/restic/restic.sh --verify /data/"