http://dacxzjk3kq5mmepbdd3ai2ifynlzxsnpl2cnkfhridqfywihrfftapid.onion/help/administration/backup_restore/backup_gitlab.md
An example of compressing backups with zstd using 4 threads:
COMPRESS_CMD = "zstd --compress --stdout --fast --threads=4" sudo gitlab-backup create
An example of decompressing backups with zstd :
DECOMPRESS_CMD = "zstd --decompress --stdout" sudo gitlab-backup restore
Confirm archive can be transferred
To ensure the generated archive is transferable by rsync, you can set the GZIP_RSYNCABLE=yes
option. This sets the --rsyncable option to gzip ,...