borg-backup: display info during pruning
This commit is contained in:
parent
844b940493
commit
0a4fb2e7f7
|
@ -53,6 +53,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";
|
||||||
compression = "auto,zstd";
|
compression = "auto,zstd";
|
||||||
startAt = "daily";
|
startAt = "daily";
|
||||||
prune.keep = {
|
prune.keep = {
|
||||||
|
|
Loading…
Reference in a new issue