change rustic backup settings
This commit is contained in:
parent
599ee6f315
commit
7c4bb025ea
@ -31,6 +31,7 @@ in {
|
|||||||
timeout = "10min";
|
timeout = "10min";
|
||||||
};
|
};
|
||||||
backup = {
|
backup = {
|
||||||
|
host = config.device;
|
||||||
label = label;
|
label = label;
|
||||||
ignore-devid = true;
|
ignore-devid = true;
|
||||||
glob = [
|
glob = [
|
||||||
@ -51,9 +52,9 @@ in {
|
|||||||
forget = {
|
forget = {
|
||||||
filter-label = [ label ];
|
filter-label = [ label ];
|
||||||
prune = true;
|
prune = true;
|
||||||
keep-daily = 7;
|
keep-daily = 5;
|
||||||
keep-weekly = 5;
|
keep-weekly = 2;
|
||||||
keep-monthly = 2;
|
keep-monthly = 1;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
timeout = "10min";
|
timeout = "10min";
|
||||||
};
|
};
|
||||||
backup = {
|
backup = {
|
||||||
|
host = config.device;
|
||||||
label = label;
|
label = label;
|
||||||
ignore-devid = true;
|
ignore-devid = true;
|
||||||
sources = [{
|
sources = [{
|
||||||
@ -31,9 +32,9 @@
|
|||||||
forget = {
|
forget = {
|
||||||
filter-label = [ label ];
|
filter-label = [ label ];
|
||||||
prune = true;
|
prune = true;
|
||||||
keep-daily = 7;
|
keep-daily = 5;
|
||||||
keep-weekly = 5;
|
keep-weekly = 2;
|
||||||
keep-monthly = 2;
|
keep-monthly = 1;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user