Add new script 'sync_nexcloud_accounts.sh'.
This commit is contained in:
38
snippets/conf/sync_nexcloud_accounts.conf.sample
Normal file
38
snippets/conf/sync_nexcloud_accounts.conf.sample
Normal 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"
|
Reference in New Issue
Block a user