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