mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
1.1.2
This commit is contained in:
parent
0f11991693
commit
ff924883df
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Gravity Sync by vmstan
|
# Gravity Sync by vmstan
|
||||||
VERSION='1.1.1'
|
VERSION='1.1.2'
|
||||||
|
|
||||||
# Must execute from a location in the home folder of the user who own's it (ex: /home/pi/gravity-sync)
|
# Must execute from a location in the home folder of the user who own's it (ex: /home/pi/gravity-sync)
|
||||||
# Configure certificate based SSH authentication between the Pihole HA nodes - it does not use passwords
|
# Configure certificate based SSH authentication between the Pihole HA nodes - it does not use passwords
|
||||||
@ -9,16 +9,13 @@ VERSION='1.1.1'
|
|||||||
# More installation instructions available at https://vmstan.com/gravity-sync
|
# More installation instructions available at https://vmstan.com/gravity-sync
|
||||||
# For the latest version please visit https://github.com/vmstan/gravity-sync under Releases
|
# For the latest version please visit https://github.com/vmstan/gravity-sync under Releases
|
||||||
|
|
||||||
# You must change the REMOTE_HOST and REMOTE_USER variables below to match your configuration
|
# You must define REMOTE_HOST and REMOTE_USER in a file called 'gravity-sync.conf' -- see above documentation
|
||||||
|
|
||||||
# STANDARD SETTINGS
|
# IMPORT SETTINGS
|
||||||
source gravity-sync.conf
|
source gravity-sync.conf
|
||||||
# REMOTE_HOST='192.168.7.5'
|
|
||||||
# REMOTE_USER='ubuntu'
|
|
||||||
|
|
||||||
# PUSH SETTINGS
|
# PUSH SETTINGS
|
||||||
|
|
||||||
|
|
||||||
# CUSTOMIZATION
|
# CUSTOMIZATION
|
||||||
LOCAL_FOLDR='gravity-sync' # must exist in running user home folder
|
LOCAL_FOLDR='gravity-sync' # must exist in running user home folder
|
||||||
SYNCING_LOG='gravity-sync.log' # will be created in above folder
|
SYNCING_LOG='gravity-sync.log' # will be created in above folder
|
||||||
|
Loading…
Reference in New Issue
Block a user