mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +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:
parent
54caab4aaf
commit
c30613cc97
@ -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>
|
||||
|
@ -1683,16 +1683,18 @@ Die folgenden lokalen Attribute werden von mehreren Geräten verwendet:
|
||||
<a name="restoreDirs"></a>
|
||||
<li><a name="restoreDirs">restoreDirs</a><br>
|
||||
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.
|
||||
<br>
|
||||
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.<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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user