removing Restic setup and cron files from all hosts

This commit is contained in:
tolerryan
2025-09-01 21:40:12 -05:00
parent debfa7d76e
commit 5205ea315e
23 changed files with 1 additions and 299 deletions

View File

@@ -1,18 +0,0 @@
---
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/"