tv backup: xu:/home → wu:/bku/xu-home @ 06:00

This commit is contained in:
tv 2016-02-08 00:25:35 +01:00
parent 8a1ddc5e9b
commit 5a10c4beb5

View File

@ -14,5 +14,17 @@ with lib;
yearly = { format = "%Y"; };
};
};
xu-home-wu = {
method = "push";
src = { host = config.krebs.hosts.xu; path = "/home"; };
dst = { host = config.krebs.hosts.wu; path = "/bku/xu-home"; };
startAt = "06:00";
snapshots = {
daily = { format = "%Y-%m-%d"; retain = 7; };
weekly = { format = "%YW%W"; retain = 4; };
monthly = { format = "%Y-%m"; retain = 12; };
yearly = { format = "%Y"; };
};
};
};
}