Skip to content
Snippets Groups Projects
Commit 32354955 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '6725-optimize-restic-backup-params' into 'master'

undo RESTIC_READ_CONCURRENCY

See merge request !119
parents 8714e39c fd330578
No related branches found
No related tags found
1 merge request!119undo RESTIC_READ_CONCURRENCY
......@@ -23,10 +23,10 @@ LD_MYSQL_DUMP_PARAMS="--opt \
# ----------------------------------------------------------------------
# compression mode (only available for repository format version 2), one of (auto|off|max) (default: $RESTIC_COMPRESSION) (default auto)
export RESTIC_COMPRESSION=auto
# export RESTIC_COMPRESSION=auto
# Concurrency for file reads (default: 2)
RESTIC_READ_CONCURRENCY=8
# RESTIC_READ_CONCURRENCY=8
# Target size for pack files
export RESTIC_PACK_SIZE=128
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment