mirror of
https://github.com/YunoHost-Apps/archivist_ynh.git
synced 2024-09-03 18:15:55 +02:00
set compression
This commit is contained in:
parent
565f1345d9
commit
ad73beeef6
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ cryptpass="__PASSKEY__"
|
|||
# WARNING: Does not work with encryption !
|
||||
#
|
||||
# Default: gzip
|
||||
ynh_compression_mode=gzip
|
||||
files_compression_mode=gzip
|
||||
ynh_compression_mode=__COMPRESS_YNH__
|
||||
files_compression_mode=__COMPRESS_FILES__
|
||||
|
||||
# --------------------------------------------------------------------------------------
|
||||
## YUNOHOST BACKUPS
|
||||
|
|
Loading…
Reference in a new issue