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 | 2971e1e8a5dbb2a320c87a6243b382b4d3411348 (patch) | |
tree | 30f79605b35ae53db9ec35b81496633afe61cdce | |
parent | fee87e58cc11353b115d9f1ce12d2caa2f26907b (diff) |
tv backup: add nomic-pull-querel-home
-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 f76fb2e..14d3815 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"; }; |