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_REMOTE_PATH = "borg1";
BORG_EXIT_CODES = "modern"; BORG_EXIT_CODES = "modern";
}; };
compression = "auto,zstd,19"; compression = "auto,zstd,8";
startAt = "hourly"; startAt = "hourly";
extraCreateArgs = [ extraCreateArgs = [
"--stats" "--stats"

View file

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