Commit 553fec62a987

Vincent Demeester <vincent@sbr.pm>
2025-12-18 11:31:41
chore(aion): Increase rsync backup frequency to hourly
- Enhance data protection with more frequent backups - Reduce potential data loss window from 24 hours to 1 hour Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f37b10b
Changed files (1)
systems
systems/aion/extra.nix
@@ -33,7 +33,7 @@
             ];
           };
           destination = "/neo";
-          schedule = "daily";
+          schedule = "hourly";
           delete = true; # Mirror mode: delete files in destination that don't exist in source
           user = "vincent";
           group = "users";