borgbackup: show at least some information in the log

This commit is contained in:
Daniel Frank 2019-06-15 11:34:38 +02:00
parent 571e05c2e3
commit d5ad50cd0d
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -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";
};
}