First commit with VSCode

This commit is contained in:
Michael Stanclift 2020-05-27 10:50:09 -05:00
parent 7b59fafda8
commit f38ca58902

View File

@ -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=''
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=''