borg: set zstd level to 8

This commit is contained in:
cy 2024-12-28 03:41:53 -05:00
parent 480991e3a9
commit b2f8d8694d
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@
BORG_REMOTE_PATH = "borg1";
BORG_EXIT_CODES = "modern";
};
compression = "auto,zstd,19";
compression = "auto,zstd,8";
startAt = "hourly";
extraCreateArgs = [
"--stats"

View file

@ -221,7 +221,7 @@
BORG_REMOTE_PATH = "borg1";
BORG_EXIT_CODES = "modern";
};
compression = "auto,zstd,19";
compression = "auto,zstd,8";
startAt = "daily";
extraCreateArgs = [
"--stats"