1
0
Fork 0

Lower borg compression to zstd,5

This commit is contained in:
Malte Brandy 2018-06-10 18:11:25 +02:00
parent a43361e7ad
commit 98c0043755
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ services = {
encryption.mode = "none";
paths = "/home/${me.user}/data";
repo = "borg@borg:.";
compression = "zstd,15";
compression = "zstd,5";
};
};

View file

@ -48,7 +48,7 @@ services = {
encryption.mode = "none";
paths = "/home/${me.user}/data";
repo = "borg@borg:.";
compression = "zstd,22";
compression = "zstd,5";
};
};