This commit is contained in:
2024-02-05 11:33:55 -06:00
parent 6fd18b572f
commit 1e2dd29eec
3 changed files with 5 additions and 4 deletions

View File

@@ -717,7 +717,7 @@ GET_SNAPSHOTS(){
}
CONFSYNC(){
rsync -az --timeout=3 ${PW_FOLDER}/settings.conf root@10.2.1.1:${PW_FOLDER}/ & >/dev/null 2>&1
# rsync -az --timeout=3 ${PW_FOLDER}/settings.conf root@10.2.1.1:${PW_FOLDER}/ & >/dev/null 2>&1
rsync -az --timeout=3 ${PW_FOLDER}/settings.conf root@10.10.10.50:/opt/idssys/nodemgmt/conf/powerwall.settings.conf & >/dev/null 2>&1
}