Hallo zusammen,
ich versuche meine Konfig auf meinen Dropbox Account (isch habbe nun einen) zu sichern.
Die Verbindung hat auch funktioniert und openHAB hat ein Verzeichnis angelegt. Nur: Es werden keine Daten dort abgelegt??
Meine Config
Habe ich hier noch etwas vergessen??
VG
Joerg
ich versuche meine Konfig auf meinen Dropbox Account (isch habbe nun einen) zu sichern.
Die Verbindung hat auch funktioniert und openHAB hat ein Verzeichnis angelegt. Nur: Es werden keine Daten dort abgelegt??
Meine Config
############################# Dropbox configuration ###################################
# Switch to activate/deactivate an initial upload of all matching data (filters
# apply) if dropbox' Delta mechanism requests a local reset (optional, defaults
# to 'true')
dropbox:initialize=true
# the up- and download interval as Cron-Expression. See the Quartz-Tutorial
# Quartz Scheduler | Documentation | Tutorial Lesson 06
# for more information on how to use them best (optional, defaults to '0 0/5 * * * ?'
# which means every 5 minutes)
dropbox:uploadInterval=0 0/5 * * * ?
#dropbox:downloadInterval=
# the AppKey, AppSecret combination (optional, defaults to official Dropbox-App
# Switch to activate/deactivate an initial upload of all matching data (filters
# apply) if dropbox' Delta mechanism requests a local reset (optional, defaults
# to 'true')
dropbox:initialize=true
# the up- and download interval as Cron-Expression. See the Quartz-Tutorial
# Quartz Scheduler | Documentation | Tutorial Lesson 06
# for more information on how to use them best (optional, defaults to '0 0/5 * * * ?'
# which means every 5 minutes)
dropbox:uploadInterval=0 0/5 * * * ?
#dropbox:downloadInterval=
# the AppKey, AppSecret combination (optional, defaults to official Dropbox-App
# Key-Secret-Combination)
#dropbox:appkey=
#dropbox:appsecret=
# defines the mode how files are synchronized with dropbox. Valid SyncModes are
# 'DROPBOX_TO_LOCAL', 'LOCAL_TO_DROPBOX' and 'BIDIRECTIONAL' (optional, defaults
# to 'LOCAL_TO_DROPBOX')
dropbox:syncmode=LOCAL_TO_DROPBOX
# the base directory to synchronize with openHAB, configure 'filter' to select
# files (optional, defaults to '.')
#dropbox:contentdir=
# defines a comma separated list of regular expressions which matches the
# filenames to upload to Dropbox (optional, defaults to '/configurations/.*,
# /logs/.*, /etc/.*')
#dropbox:uploadfilter=
# defines a comma separated list of regular expressions which matches the
# filenames to download from Dropbox (optional, defaults to '/configurations/.*')
#dropbox:downloadfilter=
#dropbox:appkey=
#dropbox:appsecret=
# defines the mode how files are synchronized with dropbox. Valid SyncModes are
# 'DROPBOX_TO_LOCAL', 'LOCAL_TO_DROPBOX' and 'BIDIRECTIONAL' (optional, defaults
# to 'LOCAL_TO_DROPBOX')
dropbox:syncmode=LOCAL_TO_DROPBOX
# the base directory to synchronize with openHAB, configure 'filter' to select
# files (optional, defaults to '.')
#dropbox:contentdir=
# defines a comma separated list of regular expressions which matches the
# filenames to upload to Dropbox (optional, defaults to '/configurations/.*,
# /logs/.*, /etc/.*')
#dropbox:uploadfilter=
# defines a comma separated list of regular expressions which matches the
# filenames to download from Dropbox (optional, defaults to '/configurations/.*')
#dropbox:downloadfilter=
VG
Joerg
Kommentar