diff --git a/gravity-sync.conf.example b/gravity-sync.conf.example index b949bf9..62c679e 100644 --- a/gravity-sync.conf.example +++ b/gravity-sync.conf.example @@ -6,7 +6,7 @@ REMOTE_HOST='192.168.1.10' # User account on primary with SUDO rights REMOTE_USER='pi' -# OPTIONAL SETTING ####################### +# OPTIONAL SETTINGS ###################### # Password for REMOTE_USER account # Requires 'SSHPASS' installed on server @@ -14,4 +14,15 @@ REMOTE_USER='pi' # Less secure and possibly less reliable # Leave blank to use (preferred) key-pair -REMOTE_PASS='' \ No newline at end of file +REMOTE_PASS='' + +# ADVANCED SETTINGS ###################### + +# Uncomment and set for auxillary control +# Overrides gravity-sync.sh defaults + +# SSH_PORT='' +# SSH_PKIF='' +# LOG_PATH='' +# SYNCING_LOG='' +# CRONJOB_LOG='' \ No newline at end of file