From f38ca58902cd8b5fc1b8e448e707d2a0e0df0216 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Wed, 27 May 2020 10:50:09 -0500 Subject: [PATCH] First commit with VSCode --- gravity-sync.conf.example | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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