tv bu: setup backups
This commit is contained in:
parent
77d17636b1
commit
c4ff9f0d26
@ -4,6 +4,10 @@
|
|||||||
device = "buda2/root";
|
device = "buda2/root";
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
fileSystems."/bku" = {
|
||||||
|
device = "buda2/bku";
|
||||||
|
fsType = "zfs";
|
||||||
|
};
|
||||||
fileSystems."/home" = {
|
fileSystems."/home" = {
|
||||||
device = "buda2/home";
|
device = "buda2/home";
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
|
@ -10,6 +10,24 @@ with import <stockholm/lib>;
|
|||||||
yearly = { format = "%Y"; };
|
yearly = { format = "%Y"; };
|
||||||
};
|
};
|
||||||
}) {
|
}) {
|
||||||
|
bu-home-wu = {
|
||||||
|
method = "push";
|
||||||
|
src = { host = config.krebs.hosts.bu; path = "/home"; };
|
||||||
|
dst = { host = config.krebs.hosts.wu; path = "/bku/bu-home"; };
|
||||||
|
startAt = "05:15";
|
||||||
|
};
|
||||||
|
bu-home-xu = {
|
||||||
|
method = "push";
|
||||||
|
src = { host = config.krebs.hosts.bu; path = "/home"; };
|
||||||
|
dst = { host = config.krebs.hosts.xu; path = "/bku/bu-home"; };
|
||||||
|
startAt = "05:20";
|
||||||
|
};
|
||||||
|
bu-home-zu = {
|
||||||
|
method = "push";
|
||||||
|
src = { host = config.krebs.hosts.bu; path = "/home"; };
|
||||||
|
dst = { host = config.krebs.hosts.zu; path = "/bku/bu-home"; };
|
||||||
|
startAt = "05:25";
|
||||||
|
};
|
||||||
nomic-home-xu = {
|
nomic-home-xu = {
|
||||||
method = "push";
|
method = "push";
|
||||||
src = { host = config.krebs.hosts.nomic; path = "/home"; };
|
src = { host = config.krebs.hosts.nomic; path = "/home"; };
|
||||||
@ -40,6 +58,12 @@ with import <stockholm/lib>;
|
|||||||
dst = { host = config.krebs.hosts.zu; path = "/bku/wu-home"; };
|
dst = { host = config.krebs.hosts.zu; path = "/bku/wu-home"; };
|
||||||
startAt = "05:20";
|
startAt = "05:20";
|
||||||
};
|
};
|
||||||
|
xu-home-bu = {
|
||||||
|
method = "push";
|
||||||
|
src = { host = config.krebs.hosts.xu; path = "/home"; };
|
||||||
|
dst = { host = config.krebs.hosts.bu; path = "/bku/xu-home"; };
|
||||||
|
startAt = "04:50";
|
||||||
|
};
|
||||||
xu-home-nomic = {
|
xu-home-nomic = {
|
||||||
method = "push";
|
method = "push";
|
||||||
src = { host = config.krebs.hosts.xu; path = "/home"; };
|
src = { host = config.krebs.hosts.xu; path = "/home"; };
|
||||||
|
Loading…
Reference in New Issue
Block a user