From 5d06c4b73ff040b87ce7722853d70503e0602889 Mon Sep 17 00:00:00 2001 From: Marco Nelissen Date: Mon, 11 Dec 2023 15:48:05 -0800 Subject: [PATCH] Add ARCHIVE_SERVER to rclone section The archive-is-reachable.sh script for rclone pings $ARCHIVE_SERVER to check if the server is reachable, so add that to the rclone section in the config. --- .../files/teslausb_setup_variables.conf.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/pi-gen-sources/00-teslausb-tweaks/files/teslausb_setup_variables.conf.sample b/pi-gen-sources/00-teslausb-tweaks/files/teslausb_setup_variables.conf.sample index 3a7792e3..63bb96ac 100644 --- a/pi-gen-sources/00-teslausb-tweaks/files/teslausb_setup_variables.conf.sample +++ b/pi-gen-sources/00-teslausb-tweaks/files/teslausb_setup_variables.conf.sample @@ -32,6 +32,7 @@ export SHARE_PASSWORD='password' # Variables for rclone archiving #export ARCHIVE_SYSTEM=rclone +#export ARCHIVE_SERVER=rclone_server_name_or_ip #export RCLONE_DRIVE="remotename" #export RCLONE_PATH="remotepathname" # The following is optional