1
0
mirror of https://github.com/deajan/obackup.git synced 2026-02-06 15:15:16 +01:00

Updated unit test config files

This commit is contained in:
deajan
2016-09-02 23:20:48 +02:00
parent cf8f3f20ef
commit 26664835c0
8 changed files with 929 additions and 26 deletions

View File

@@ -30,7 +30,7 @@ FILE_STORAGE="${HOME}/obackup-storage/files"
ENCRYPTION=yes
## Backup encryption needs a temporary storage space in order to encrypt files before sending them (absolute paths of the local or remote system)
CRYPT_STORAGE="${HOME}/obackup-storage/crpyt"
CRYPT_STORAGE="${HOME}/obackup-storage/crypt"
## GPG recipient (pubkey for this recipient must exist, see gpg2 --list-keys or gpg --list-keys
GPG_RECIPIENT="John Doe"

View File

@@ -30,7 +30,7 @@ FILE_STORAGE="${HOME}/obackup-storage/files-pull"
ENCRYPTION=no
## Backup encryption needs a temporary storage space in order to encrypt files before sending them (absolute paths of the local or remote system)
CRYPT_STORAGE="${HOME}/obackup-storage/crpyt"
CRYPT_STORAGE="${HOME}/obackup-storage/crypt"
## GPG recipient (pubkey for this recipient must exist, see gpg2 --list-keys or gpg --list-keys
GPG_RECIPIENT="John Doe"
@@ -71,10 +71,10 @@ SSH_IGNORE_KNOWN_HOSTS=no
RSYNC_REMOTE_PATH=""
## Check for connectivity to remote host before launching remote backup tasks. Be sure the hosts responds to ping. Failing to ping will skip current task.
REMOTE_HOST_PING=yes
REMOTE_HOST_PING=no
## Check for internet access by pinging one or more 3rd party hosts before remote backup tasks. Leave empty if you don't want this check to be be performed. Failing to ping will skip current task.
REMOTE_3RD_PARTY_HOSTS="www.kernel.org www.google.com"
REMOTE_3RD_PARTY_HOSTS=""
## If enabled, commands will be executed as superuser on remote side. See documentation for /etc/sudoers configuration ("find", "du", "tee" and "rsync" need to be allowed). Requiretty needs to be disabled.
SUDO_EXEC=no

View File

@@ -30,7 +30,7 @@ FILE_STORAGE="${HOME}/obackup-storage/files-push"
ENCRYPTION=no
## Backup encryption needs a temporary storage space in order to encrypt files before sending them (absolute paths of the local or remote system)
CRYPT_STORAGE="${HOME}/obackup-storage/crpyt"
CRYPT_STORAGE="${HOME}/obackup-storage/crypt"
## GPG recipient (pubkey for this recipient must exist, see gpg2 --list-keys or gpg --list-keys
GPG_RECIPIENT="John Doe"
@@ -71,10 +71,10 @@ SSH_IGNORE_KNOWN_HOSTS=no
RSYNC_REMOTE_PATH=""
## Check for connectivity to remote host before launching remote backup tasks. Be sure the hosts responds to ping. Failing to ping will skip current task.
REMOTE_HOST_PING=yes
REMOTE_HOST_PINGno
## Check for internet access by pinging one or more 3rd party hosts before remote backup tasks. Leave empty if you don't want this check to be be performed. Failing to ping will skip current task.
REMOTE_3RD_PARTY_HOSTS="www.kernel.org www.google.com"
REMOTE_3RD_PARTY_HOSTS=""
## If enabled, commands will be executed as superuser on remote side. See documentation for /etc/sudoers configuration ("find", "du", "tee" and "rsync" need to be allowed). Requiretty needs to be disabled.
SUDO_EXEC=no