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-10-19 18:48:23 +00:00
|
|
|
REMOTE_USER='pi'
|
|
|
|
|
|
|
|
# STANDARD VARIABLES #########################
|
|
|
|
|
|
|
|
### Installation Types
|
|
|
|
# PH_IN_TYPE='' # Pi-hole install type, `default` or `docker` (local)
|
|
|
|
# RH_IN_TYPE='' # Pi-hole install type, `default` or `docker` (remote)
|
|
|
|
|
|
|
|
### Pi-hole Folder/File Customization
|
|
|
|
# PIHOLE_DIR='' # default Pi-hole data directory (local)
|
|
|
|
# RIHOLE_DIR='' # default Pi-hole data directory (remote)
|
2021-01-04 20:37:35 +00:00
|
|
|
# DNSMAQ_DIR='' # default DNSMASQ data directory (local)
|
|
|
|
# RNSMAQ_DIR='' # default DNSMASQ data directory (remote)
|
2020-10-19 18:48:23 +00:00
|
|
|
# PIHOLE_BIN='' # default Pi-hole binary directory (local)
|
|
|
|
# RIHOLE_BIN='' # default Pi-hole binary directory (remote)
|
|
|
|
# DOCKER_BIN='' # default Docker binary directory (local)
|
|
|
|
# ROCKER_BIN='' # default Docker binary directory (remote)
|
|
|
|
# FILE_OWNER='' # default Pi-hole file owner and group (local)
|
|
|
|
# RILE_OWNER='' # default Pi-hole file owner and group (remote)
|
|
|
|
# DOCKER_CON='' # default Pi-hole Docker container name (local)
|
|
|
|
# ROCKER_CON='' # default Pi-hole Docker container name (remote)
|
|
|
|
|
|
|
|
# GRAVITY_FI='' # default Pi-hole database file
|
|
|
|
# CUSTOM_DNS='' # default Pi-hole local DNS lookups
|
2021-01-04 20:37:35 +00:00
|
|
|
# CNAME_CONF='' # default DNSMASQ CNAME alias file
|
|
|
|
# GSLAN_CONF='' # default DNSMASQ GS managed file
|
2020-10-19 18:48:23 +00:00
|
|
|
|
|
|
|
### Interaction Customization
|
|
|
|
# VERIFY_PASS='' # replace in gravity-sync.conf to overwrite
|
|
|
|
# SKIP_CUSTOM='' # replace in gravity-sync.conf to overwrite
|
2021-01-04 20:37:35 +00:00
|
|
|
# INCLUDE_CNAME='' # replace in gravity-sync.conf to overwrite
|
2020-10-19 18:48:23 +00:00
|
|
|
# DATE_OUTPUT='' # replace in gravity-sync.conf to overwrite
|
|
|
|
# PING_AVOID='' # replace in gravity-sync.conf to overwrite
|
|
|
|
# ROOT_CHECK_AVOID='' # replace in gravity-sync.conf to overwrite
|
|
|
|
|
|
|
|
### Backup Customization
|
|
|
|
# BACKUP_RETAIN='' # replace in gravity-sync.conf to overwrite
|
|
|
|
|
|
|
|
### SSH Customization
|
|
|
|
# SSH_PORT='' # default SSH port
|
|
|
|
# SSH_PKIF='' # default local SSH key
|
|
|
|
|
|
|
|
### GS Folder/File Locations
|
|
|
|
# CONFIG_FILE='' # must exist with primary host/user configured
|
|
|
|
# GS_FILENAME='' # must exist because it's this script
|
|
|
|
# BACKUP_FOLD='' # must exist as subdirectory in LOCAL_FOLDR
|
|
|
|
# LOG_PATH='' # replace in gravity-sync.conf to overwrite
|
|
|
|
# SYNCING_LOG='' # replace in gravity-sync.conf to overwrite
|
|
|
|
# CRONJOB_LOG='' # replace in gravity-sync.conf to overwrite
|
|
|
|
# HISTORY_MD5='' # replace in gravity-sync.conf to overwrite
|
|
|
|
|
|
|
|
### OS Settings
|
|
|
|
# BASH_PATH='' # default OS bash path
|