From e6b29356c71bd4e141cce3363c8a5682a6f3ef3e Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 28 Dec 2016 22:20:30 +0100 Subject: [PATCH] Updated comments --- host_backup.conf.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host_backup.conf.example b/host_backup.conf.example index e668e27..3b30ac7 100644 --- a/host_backup.conf.example +++ b/host_backup.conf.example @@ -27,6 +27,8 @@ SQL_STORAGE="/home/storage/backup/sql" FILE_STORAGE="/home/storage/backup/files" ## Backup encryption using GPG and rsync. +## Push backups get encrypted locally in CRYPT_STORAGE before they are sent to the remote system +## Local and pull backups get encrypted after backup, in CRYPT_STORAGE 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)