about summary refs log tree commit diff
path: root/hosts/tahoe/services.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/tahoe/services.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix
index 26ce9f6..a04225e 100644
--- a/hosts/tahoe/services.nix
+++ b/hosts/tahoe/services.nix
@@ -68,6 +68,13 @@ in
       exclude = [ ];
     };
 
+    backup.rsync = {
+      enable = true;
+      timerConfig = { OnCalendar = "00:15"; };
+      sourceDir = "/data/slow/backups/";
+      destination = "de2664@de2664.rsync.net:backups/";
+    };
+
     sendsms.enable = true;
   };