39 lines
786 B
Plaintext
39 lines
786 B
Plaintext
# -----------------------------------------------
|
|
# - 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"
|