borg-backup: save space when pruning
This commit is contained in:
parent
98271b9f63
commit
af0388b907
|
@ -65,7 +65,7 @@ in {
|
|||
};
|
||||
environment.BORG_RSH = "ssh -i /root/borgbackup/ssh_key";
|
||||
extraCreateArgs = "--stats --list";
|
||||
extraPruneArgs = "--stats --list";
|
||||
extraPruneArgs = "--stats --list --save-space";
|
||||
doInit = true;
|
||||
compression = "auto,zstd";
|
||||
startAt = "daily";
|
||||
|
|
Loading…
Reference in a new issue