mirror of
https://github.com/deajan/obackup.git
synced 2026-02-05 22:55:14 +01:00
Changed paths
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 2016083101
|
||||
###### obackup v2.1x config file rev 2016083102
|
||||
|
||||
###### GENERAL BACKUP OPTIONS
|
||||
|
||||
@@ -33,7 +33,7 @@ ENCRYPTION=no
|
||||
ENCRYPT_STORAGE=/home/storage/backup/crpyt
|
||||
|
||||
## GPG Public key path
|
||||
ENCRYPT_PUBKEY=/root/.gpg/pubkey
|
||||
ENCRYPT_PUBKEY=${HOME}/.gpg/pubkey
|
||||
|
||||
## Create backup directories if they do not exist
|
||||
CREATE_DIRS=yes
|
||||
@@ -59,7 +59,7 @@ FILE_WARN_MIN_SPACE=1048576
|
||||
REMOTE_SYSTEM_URI="ssh://backupuser@remote.system.tld:22/"
|
||||
|
||||
## You can specify a RSA key (please use full path). If not defined, the default ~/.ssh/id_rsa will be used. See documentation for further information.
|
||||
SSH_RSA_PRIVATE_KEY="/root/.ssh/id_rsa"
|
||||
SSH_RSA_PRIVATE_KEY="${HOME}/.ssh/id_rsa"
|
||||
|
||||
## ssh compression should be used unless your remote connection is good enough (LAN)
|
||||
SSH_COMPRESSION=yes
|
||||
|
||||
Reference in New Issue
Block a user