This commit is contained in:
2024-10-19 10:18:05 +02:00
parent 134eb18465
commit c771ba2095
6 changed files with 319 additions and 74 deletions

View File

@ -359,6 +359,11 @@ cron_user_special_time_entries:
cron_user_entries:
- name: "Renote Borg Backup"
minute: '04'
hour: '00'
job: /root/crontab/backup-rborg/remote-borg-backup.sh
- name: "Check if SSH service is running. Restart service if needed."
minute: '*/5'
hour: '*'
@ -380,13 +385,13 @@ cron_user_entries:
job: /root/bin/monitoring/check_ntpsec_service.sh > /dev/null 2>&1
- name: "Backup internet hosts and then print out hdd-usage for all backuped hosts"
minute: '06'
minute: '16'
hour: '00'
weekday: '1-6'
job: /root/crontab/backup-rcopy/rcopy.sh -B ; /root/crontab/backup-rcopy/rcopy.sh -N
- name: "On sunday morning also determin diskspace usage"
minute: '06'
minute: '16'
hour: '00'
weekday: 7
job: /root/crontab/backup-rcopy/rcopy.sh -B ; /root/crontab/backup-rcopy/rcopy.sh -N ; /root/bin/admin-stuff/disk-space_usage.sh -q -o /root/disk-space_usage /backup