borg: set zstd level to 8
This commit is contained in:
parent
480991e3a9
commit
b2f8d8694d
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
BORG_REMOTE_PATH = "borg1";
|
||||
BORG_EXIT_CODES = "modern";
|
||||
};
|
||||
compression = "auto,zstd,19";
|
||||
compression = "auto,zstd,8";
|
||||
startAt = "hourly";
|
||||
extraCreateArgs = [
|
||||
"--stats"
|
||||
|
|
|
@ -221,7 +221,7 @@
|
|||
BORG_REMOTE_PATH = "borg1";
|
||||
BORG_EXIT_CODES = "modern";
|
||||
};
|
||||
compression = "auto,zstd,19";
|
||||
compression = "auto,zstd,8";
|
||||
startAt = "daily";
|
||||
extraCreateArgs = [
|
||||
"--stats"
|
||||
|
|
Loading…
Add table
Reference in a new issue