diff options
author | tv <tv@krebsco.de> | 2017-11-26 16:10:06 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-11-29 16:09:24 +0100 |
commit | be1df23dbe00b646256f8ccfab5bcdc70c375c9d (patch) | |
tree | 338c794b83050e1d0e3928ebf878806997329ba1 /tv | |
parent | 613ee4c9ba347cd6b0c96b1193c8cc34451f2c63 (diff) |
tv backup: add nomic-pull-querel-home
Diffstat (limited to 'tv')
-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 f76fb2e01..14d381568 100644 --- a/tv/2configs/backup.nix +++ b/tv/2configs/backup.nix @@ -22,6 +22,12 @@ with import <stockholm/lib>; dst = { host = config.krebs.hosts.zu; path = "/bku/nomic-home"; }; startAt = "04:20"; }; + nomic-pull-querel-home = { + method = "pull"; + src = { host = config.krebs.hosts.querel; path = "/home"; }; + dst = { host = config.krebs.hosts.nomic; path = "/fs/ponyhof/bku/querel-home"; }; + startAt = "00:00"; + }; wu-home-xu = { method = "push"; src = { host = config.krebs.hosts.wu; path = "/home"; }; |