From 634f1184da89d6a42a6f8a2cf74c81c22e5b22f8 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 10 Dec 2023 16:10:10 +0900 Subject: [PATCH] Update cron --- nixos/hosts/framework-server/cron.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/hosts/framework-server/cron.nix b/nixos/hosts/framework-server/cron.nix index df4e0b09..6e58ed9a 100644 --- a/nixos/hosts/framework-server/cron.nix +++ b/nixos/hosts/framework-server/cron.nix @@ -2,7 +2,6 @@ services.cron = { enable = true; systemCronJobs = [ - "* * * * * root date >> /root/cron.test" # Backups to nuc-docker01 ''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/''