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_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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue