borgbackup: show at least some information in the log
This commit is contained in:
parent
571e05c2e3
commit
d5ad50cd0d
|
@ -40,6 +40,7 @@ in
|
|||
};
|
||||
compression = "auto,lz4";
|
||||
startAt = "hourly";
|
||||
extraArgs = "--info";
|
||||
};
|
||||
services.borgbackup.jobs.maildata = {
|
||||
readWritePaths = [ "/var/lib/borgbackup" ];
|
||||
|
@ -59,5 +60,6 @@ in
|
|||
};
|
||||
compression = "auto,lz4";
|
||||
startAt = "daily";
|
||||
extraArgs = "--info";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue