From c30613cc97d58de8b895b2fc0daaa9d151e22e24 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sat, 17 Mar 2018 16:31:45 +0000 Subject: [PATCH] commandref_frame.html: document the restoreDir directory changes (Forum #85801) git-svn-id: https://svn.fhem.de/fhem/trunk@16427 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/docs/commandref_frame.html | 12 ++++++------ fhem/docs/commandref_frame_DE.html | 18 ++++++++++-------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/fhem/docs/commandref_frame.html b/fhem/docs/commandref_frame.html index 92d478282..3034af4c7 100644 --- a/fhem/docs/commandref_frame.html +++ b/fhem/docs/commandref_frame.html @@ -1573,15 +1573,15 @@ The following local attributes are used by a wider range of devices:
  • restoreDirs
    update saves each file before overwriting it with the new version from - the Web. For this purpose update creates a directory restoreDir in the - global modpath directory, then a subdirectory with the current date, - where the old version of the currently replaced file is stored. + the Web. For this purpose update creates a directory restoreDir/update + in the global modpath directory, then a subdirectory with the current + date, where the old version of the currently replaced file is stored. The default value of this attribute is 3, meaning that 3 old versions (i.e. date-directories) are kept, and the older ones are deleted.
    fhem.cfg and fhem.state will be also copied with this method before - executing save. To restore the files, you can use the restore FHEM - command.
    -
    If the attribute is set to 0, the feature is deactivated. + executing save into restoreDir/save/YYYY-MM-DD. To restore the files, + you can use the restore FHEM command.

    + If the attribute is set to 0, the feature is deactivated.

  • sendStatistics
    diff --git a/fhem/docs/commandref_frame_DE.html b/fhem/docs/commandref_frame_DE.html index 8a79aa43b..8cb841b54 100644 --- a/fhem/docs/commandref_frame_DE.html +++ b/fhem/docs/commandref_frame_DE.html @@ -1683,16 +1683,18 @@ Die folgenden lokalen Attribute werden von mehreren Geräten verwendet:
  • restoreDirs
    update sichert jede Datei vor dem Überschreiben mit der neuen - Version aus dem Web. Für diesen Zweck wird zuerst ein restoreDir - Verzeichnis in der global modpath Verzeichnis angelegt, und danach - ein Unterverzeichnis mit dem aktuellen Datum. In diesem Verzeichnis - werden vor dem Überschreiben die alten Versionen der Dateien - gerettet. Die Voreinstellung ist 3, d.h. die letzten 3 - Datums-Verzeichnisse werden aufgehoben, und die älteren entfernt. + Version aus dem Web. Für diesen Zweck wird zuerst ein + restoreDir/update Verzeichnis in der global modpath Verzeichnis + angelegt, und danach ein Unterverzeichnis mit dem aktuellen Datum. In + diesem Verzeichnis werden vor dem Überschreiben die alten + Versionen der Dateien gerettet. Die Voreinstellung ist 3, d.h. die + letzten 3 Datums-Verzeichnisse werden aufgehoben, und die älteren + entfernt.
    Auch fhem.cfg und fhem.state wird auf diese Weise vor dem ausfüren - von save gesichert. Zum restaurieren der alten Dateien kann man das - restore Befehl verwenden.
    + von save gesichert, diesmal in das restoreDir/save Verzeichnis. Zum + restaurieren der alten Dateien kann man das restore Befehl + verwenden.
    Falls man den Wert auf 0 setzt, dann ist dieses Feature deaktiviert.