Hallo,
ich habe bei mir das Dropbox Binding eingerichtet, die Verbindung klappt auch, jedoch werden nur 2x rrd-Dateien regelmäßig im eingestellten Zeitabstand gesichert, die restlichen Dateien z.B. Log-Dateien werden nicht gesichert, Daten im Configuration-Verzeichnis wurden bei der ersten Synchronisierung auch nur teilweise gesichert die Ordnerstruktur an sich gibt es aber komplett, woran kann das liegen ?
Die Sicherung/Synchronisierung ist somit ziemlich unbrauchbar, ich hab schon etwas an den Einstellungen probiert aber bisher keine Besserung.
Mfg Jürgen
PS: Es ist openhab 1.7.0 auf raspberry pi
############################# Dropbox configuration ###################################
#
# Operates the Synchronizer in fake mode which avoids up- or downloading files to and from Dropbox.
# This is meant as testMode for the filter settings (optional, defaults to false)
#dropbox:fakemode=
dropbox:initialize=true
# the up- and download interval as Cron-Expression. See the Quartz-Tutorial
# http://quartz-scheduler.org/document...rial-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/10 * * * ?
#dropbox:downloadInterval=0 0/10 * * * ?
# 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=
dropbox:syncmode=LOCAL_TO_DROPBOX
# the base directory to synchronize with openHAB, configure 'filter' to select
# files (optional, defaults to '.')
# 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=
ich habe bei mir das Dropbox Binding eingerichtet, die Verbindung klappt auch, jedoch werden nur 2x rrd-Dateien regelmäßig im eingestellten Zeitabstand gesichert, die restlichen Dateien z.B. Log-Dateien werden nicht gesichert, Daten im Configuration-Verzeichnis wurden bei der ersten Synchronisierung auch nur teilweise gesichert die Ordnerstruktur an sich gibt es aber komplett, woran kann das liegen ?
Die Sicherung/Synchronisierung ist somit ziemlich unbrauchbar, ich hab schon etwas an den Einstellungen probiert aber bisher keine Besserung.
Mfg Jürgen
PS: Es ist openhab 1.7.0 auf raspberry pi
############################# Dropbox configuration ###################################
#
# Operates the Synchronizer in fake mode which avoids up- or downloading files to and from Dropbox.
# This is meant as testMode for the filter settings (optional, defaults to false)
#dropbox:fakemode=
dropbox:initialize=true
# the up- and download interval as Cron-Expression. See the Quartz-Tutorial
# http://quartz-scheduler.org/document...rial-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/10 * * * ?
#dropbox:downloadInterval=0 0/10 * * * ?
# 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=
dropbox:syncmode=LOCAL_TO_DROPBOX
# the base directory to synchronize with openHAB, configure 'filter' to select
# files (optional, defaults to '.')
# 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=
Kommentar