chunk/borg: fix persistentTimer in the wrong place
This commit is contained in:
parent
1ffcc8d020
commit
bed60c09d7
1 changed files with 53 additions and 55 deletions
|
@ -4,10 +4,9 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
services.borgbackup.jobs = {
|
services.borgbackup.crashRsync = {
|
||||||
# systemd.timer(5)
|
# systemd.timer(5)
|
||||||
persistentTimer = true;
|
persistentTimer = true;
|
||||||
crashRsync = {
|
|
||||||
paths = [
|
paths = [
|
||||||
"/root"
|
"/root"
|
||||||
"/home"
|
"/home"
|
||||||
|
@ -62,5 +61,4 @@
|
||||||
};
|
};
|
||||||
extraPruneArgs = [ "--stats" ];
|
extraPruneArgs = [ "--stats" ];
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue