borg-backup: save space when pruning

This commit is contained in:
Antoine Martin 2021-05-04 01:45:33 +02:00
parent 98271b9f63
commit af0388b907

View file

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