gravity-sync/gravity-sync.conf.example

37 lines
773 B
Plaintext
Raw Normal View History

2020-05-23 21:45:31 +00:00
# REQUIRED SETTINGS ######################
2020-05-25 20:20:25 +00:00
2020-05-27 03:20:36 +00:00
# Primary Pi-hole host (in IP or DNS name)
2020-05-23 21:45:31 +00:00
REMOTE_HOST='192.168.1.10'
2020-05-27 03:20:36 +00:00
# User account on primary with SUDO rights
2020-05-23 21:45:31 +00:00
REMOTE_USER='pi'
2020-05-27 15:50:09 +00:00
# OPTIONAL SETTINGS ######################
2020-05-25 20:20:25 +00:00
2020-05-23 21:45:31 +00:00
# Password for REMOTE_USER account
2020-05-27 03:20:36 +00:00
# Requires 'SSHPASS' installed on server
# (ex: sudo apt install sshpass)
2020-05-25 20:20:25 +00:00
# Less secure and possibly less reliable
2020-05-27 03:20:36 +00:00
# Leave blank to use (preferred) key-pair
2020-05-25 20:20:25 +00:00
2020-05-27 15:50:09 +00:00
REMOTE_PASS=''
# ADVANCED SETTINGS ######################
# Uncomment and set for auxillary control
# Overrides gravity-sync.sh defaults
2020-05-31 19:34:29 +00:00
# See ADVANCED.md for more information
2020-05-27 15:50:09 +00:00
# SSH_PORT=''
# SSH_PKIF=''
# LOG_PATH=''
# SYNCING_LOG=''
2020-05-29 02:43:58 +00:00
# CRONJOB_LOG=''
2020-07-07 20:37:20 +00:00
# HISTORY_MD5=''
2020-05-29 17:18:40 +00:00
2020-05-31 19:34:29 +00:00
# VERIFY_PASS=''
# SKIP_CUSTOM=''
2020-06-02 20:30:57 +00:00
# DATE_OUTPUT=''
# PING_AVOID=''
2020-07-11 03:13:49 +00:00
# BACKUP_RETAIN=''