Add new script 'sync_nexcloud_accounts.sh'.

This commit is contained in:
2020-11-16 01:21:51 +01:00
parent 6cdc5a1957
commit 953fcb4794
2 changed files with 498 additions and 0 deletions

View File

@ -0,0 +1,38 @@
# -----------------------------------------------
# - Settings for script sync_nexcloud_accounts.sh
# -----------------------------------------------
# - NEXTCLOUD_SERVER_URL
# -
# - Example:
# -
# - NEXTCLOUD_SERVER_URL="https://cloud-01.oopen.de"
# -
NEXTCLOUD_SERVER_URL=""
# - NEXTCLOUD_ACCOUNTS
# -
# - NEXTCLOUD_ACCOUNTS="<name1>:<password1> [<name2:password2> [ ..
# -
# - Example:
# -
# - NEXTCLOUD_ACCOUNTS="
# - user1:P4ssw0rd1
# - user2:P4ssw0rd2
# - "
# -
NEXTCLOUD_ACCOUNTS=""
# - LOCAL_SYNC_DIR
# -
LOCAL_BASE_SYNC_DIR="/data/chris/script-nextcloud-sync"
# - PARAMS
# -
# - Example:
# - PARAMS="--non-interactive --exclude /home/pi/cloud-sync-exclude.txt"
# -
# - Defaults to:
# - PARAMS="--non-interactive"
# -
#PARAMS="--non-interactive"