borg-backup: init repo if doesn't exist
This commit is contained in:
parent
4115c3d8d7
commit
8629db70e6
|
@ -54,6 +54,7 @@ in {
|
||||||
environment.BORG_RSH = "ssh -i /root/borgbackup/ssh_key";
|
environment.BORG_RSH = "ssh -i /root/borgbackup/ssh_key";
|
||||||
extraCreateArgs = "--stats --list";
|
extraCreateArgs = "--stats --list";
|
||||||
extraPruneArgs = "--stats --list";
|
extraPruneArgs = "--stats --list";
|
||||||
|
doInit = true;
|
||||||
compression = "auto,zstd";
|
compression = "auto,zstd";
|
||||||
startAt = "daily";
|
startAt = "daily";
|
||||||
prune.keep = {
|
prune.keep = {
|
||||||
|
|
Loading…
Reference in a new issue