diff options
author | lassulus <lassulus@lassul.us> | 2017-07-13 00:49:59 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-07-13 00:49:59 +0200 |
commit | 772f8dd3efca3a1a966c6fb9abbc72063124fe9d (patch) | |
tree | f6eae67ef2df2fe520b6acd8a05e1c684fe03174 /tv/2configs/backup.nix | |
parent | ad419018004b7da735e6d001f4b7bf89bca7e528 (diff) | |
parent | bc6c6a3164d31141f39333914c1b15ff261e7859 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/2configs/backup.nix')
-rw-r--r-- | tv/2configs/backup.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tv/2configs/backup.nix b/tv/2configs/backup.nix index 5cc86cfdd..46e3f70f2 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"; }; |