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";
|
environment.BORG_RSH = "ssh -i /root/borgbackup/ssh_key";
|
||||||
extraCreateArgs = "--stats --list";
|
extraCreateArgs = "--stats --list";
|
||||||
extraPruneArgs = "--stats --list";
|
extraPruneArgs = "--stats --list --save-space";
|
||||||
doInit = true;
|
doInit = true;
|
||||||
compression = "auto,zstd";
|
compression = "auto,zstd";
|
||||||
startAt = "daily";
|
startAt = "daily";
|
||||||
|
|
Loading…
Reference in a new issue