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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user