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";
|
||||
extraCreateArgs = "--stats --list";
|
||||
extraPruneArgs = "--stats --list";
|
||||
doInit = true;
|
||||
compression = "auto,zstd";
|
||||
startAt = "daily";
|
||||
prune.keep = {
|
||||
|
|
Loading…
Reference in a new issue