2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

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
This commit is contained in:
rudolfkoenig 2018-03-17 16:31:45 +00:00
parent 54caab4aaf
commit c30613cc97
2 changed files with 16 additions and 14 deletions

View File

@ -1573,15 +1573,15 @@ The following local attributes are used by a wider range of devices:
<a name="restoreDirs"></a>
<li>restoreDirs<br>
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.<br>
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.<br>
<br>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.<br><br>
If the attribute is set to 0, the feature is deactivated.
</li><br>
<li><a href="#fheminfo">sendStatistics</a><br>

View File

@ -1683,16 +1683,18 @@ Die folgenden lokalen Attribute werden von mehreren Ger&auml;ten verwendet:
<a name="restoreDirs"></a>
<li><a name="restoreDirs">restoreDirs</a><br>
update sichert jede Datei vor dem &Uuml;berschreiben mit der neuen
Version aus dem Web. F&uuml;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 &Uuml;berschreiben die alten Versionen der Dateien
gerettet. Die Voreinstellung ist 3, d.h. die letzten 3
Datums-Verzeichnisse werden aufgehoben, und die &auml;lteren entfernt.
Version aus dem Web. F&uuml;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 &Uuml;berschreiben die alten
Versionen der Dateien gerettet. Die Voreinstellung ist 3, d.h. die
letzten 3 Datums-Verzeichnisse werden aufgehoben, und die &auml;lteren
entfernt.
<br>
Auch fhem.cfg und fhem.state wird auf diese Weise vor dem ausf&uuml;ren
von save gesichert. Zum restaurieren der alten Dateien kann man das
restore Befehl verwenden.<br>
von save gesichert, diesmal in das restoreDir/save Verzeichnis. Zum
restaurieren der alten Dateien kann man das restore Befehl
verwenden.<br>
Falls man den Wert auf 0 setzt, dann ist dieses Feature deaktiviert.
</li><br>