Update cron
Some checks failed
ssh-test / ssh-test (push) Failing after 22s

This commit is contained in:
iFargle 2023-12-10 16:10:10 +09:00
parent 0397da0a40
commit 634f1184da

View file

@ -2,7 +2,6 @@
services.cron = { services.cron = {
enable = true; enable = true;
systemCronJobs = [ systemCronJobs = [
"* * * * * root date >> /root/cron.test"
# Backups to nuc-docker01 # Backups to nuc-docker01
''0 0 * * * root ${pkgs.rsync}/bin/rsync --delete -avr /Storage/Data/Docker/root@nuc-docker01:/Storage/Data/Docker/'' ''0 0 * * * root ${pkgs.rsync}/bin/rsync --delete -avr /Storage/Data/Docker/root@nuc-docker01:/Storage/Data/Docker/''
''0 3 * * * root ${pkgs.rsync}/bin/rsync -avr /Storage/Data/Docker/nextcloud/html/data/albert/files/InstantUpload/ root@nuc-docker01:/Storage/Video/Pictures/InstantUpload/'' ''0 3 * * * root ${pkgs.rsync}/bin/rsync -avr /Storage/Data/Docker/nextcloud/html/data/albert/files/InstantUpload/ root@nuc-docker01:/Storage/Video/Pictures/InstantUpload/''