mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
First commit with VSCode
This commit is contained in:
parent
7b59fafda8
commit
f38ca58902
@ -6,7 +6,7 @@ REMOTE_HOST='192.168.1.10'
|
|||||||
# User account on primary with SUDO rights
|
# User account on primary with SUDO rights
|
||||||
REMOTE_USER='pi'
|
REMOTE_USER='pi'
|
||||||
|
|
||||||
# OPTIONAL SETTING #######################
|
# OPTIONAL SETTINGS ######################
|
||||||
|
|
||||||
# Password for REMOTE_USER account
|
# Password for REMOTE_USER account
|
||||||
# Requires 'SSHPASS' installed on server
|
# Requires 'SSHPASS' installed on server
|
||||||
@ -14,4 +14,15 @@ REMOTE_USER='pi'
|
|||||||
# Less secure and possibly less reliable
|
# Less secure and possibly less reliable
|
||||||
# Leave blank to use (preferred) key-pair
|
# 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=''
|
Loading…
Reference in New Issue
Block a user