summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tv/2configs/backup.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/tv/2configs/backup.nix b/tv/2configs/backup.nix
index 5cc86cfd..46e3f70f 100644
--- a/tv/2configs/backup.nix
+++ b/tv/2configs/backup.nix
@@ -34,6 +34,12 @@ with import <stockholm/lib>;
dst = { host = config.krebs.hosts.zu; path = "/bku/wu-home"; };
startAt = "05:20";
};
+ xu-home-nomic = {
+ method = "push";
+ src = { host = config.krebs.hosts.xu; path = "/home"; };
+ dst = { host = config.krebs.hosts.nomic; path = "/fs/cis3hG/bku/xu-home"; };
+ startAt = "05:20";
+ };
xu-home-wu = {
method = "push";
src = { host = config.krebs.hosts.xu; path = "/home"; };