diff options
author | tv <tv@krebsco.de> | 2016-01-05 22:57:16 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-01-05 23:09:05 +0100 |
commit | 8647055f0cc1cd4b4b1b389b3b7c2f4ee2211e93 (patch) | |
tree | 6db818a0fe3a31fe965002dac5ba99ed0389d16a /krebs/3modules/backup.nix | |
parent | b44615eebec6055f3b49a8170354ce4bb3213cb4 (diff) |
krebs.backup: add TODOs
Diffstat (limited to 'krebs/3modules/backup.nix')
-rw-r--r-- | krebs/3modules/backup.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/krebs/3modules/backup.nix b/krebs/3modules/backup.nix index 20bc5dee0..a1f335905 100644 --- a/krebs/3modules/backup.nix +++ b/krebs/3modules/backup.nix @@ -292,3 +292,15 @@ let }; in out +# TODO ionice +# TODO mail on failed push, pull +# TODO mail on missing push +# TODO don't cancel plans on activation +# also, don't hang while deploying at: +# starting the following units: backup.wu-home-xu.push.service, backup.wu-home-xu.push.timer +# TODO make sure /bku is properly mounted +# TODO make sure that secure hosts cannot backup to insecure ones +# TODO optionally only backup when src and dst are near enough :) +# TODO try using btrfs for snapshots (configurable) +# TODO warn if partial snapshots are found +# TODO warn if unknown stuff is found in dst path |