Update cron

This commit is contained in:
iFargle 2023-12-08 19:19:29 +09:00
parent 8ad1af3bae
commit ea1f5cab5a

View file

@ -15,6 +15,8 @@
''* * * * * /usr/bin/docker exec pihole sudo pihole -a -p $(openssl rand -hex 128)'' ''* * * * * /usr/bin/docker exec pihole sudo pihole -a -p $(openssl rand -hex 128)''
# Run the ClamAV scan # Run the ClamAV scan
''@monthlysource ~/.bashrc; /Storage/Data/docker-compose/sysctl.io/scripts/clamscan-cron.sh'' ''@monthlysource ~/.bashrc; /Storage/Data/docker-compose/sysctl.io/scripts/clamscan-cron.sh''
# Back up Loki logs monthly
''@monthly source ~/.bashrc; /Storage/Data/docker-compose/sysctl.io/scripts/backup-logs.sh >> /Storage/Data/Temporary/log_backups.log''
]; ];
}; };