1
0
mirror of https://github.com/deajan/obackup.git synced 2026-02-05 22:55:14 +01:00

Added PARALLEL_ENCRYPTION_PROCESSES parameter

This commit is contained in:
deajan
2017-01-02 13:12:56 +01:00
parent 83aed0fe20
commit a3e156edf9
2 changed files with 7 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
###### obackup - Local or Remote, push or pull backup script for files & mysql databases
###### (C) 2013-2016 by Orsiris de Jong (www.netpower.fr)
###### obackup v2.1x config file rev 2016121901
###### obackup v2.1x config file rev 2017010201
###### GENERAL BACKUP OPTIONS
@@ -38,6 +38,9 @@ CRYPT_STORAGE=/home/storage/backup/crpyt
## GPG recipient (pubkey for this recipient must exist, see gpg2 --list-keys or gpg --list-keys
GPG_RECIPIENT="John Doe"
## Use n CPUs for encryption / decryption where n is an integer
PARALLEL_ENCRYPTION_PROCESSES=
## Create backup directories if they do not exist
CREATE_DIRS=yes