update backup changed

git-svn-id: https://svn.fhem.de/fhem/trunk@1239 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-02-06 16:38:15 +00:00
parent 365d0956b9
commit 471287a352
2 changed files with 13 additions and 12 deletions

View File

@ -5,7 +5,9 @@
- feature: SVG: filled area support, some ls/lw fixes - feature: SVG: filled area support, some ls/lw fixes
- feature: WOL (wake on lan) module added (by Matthias) - feature: WOL (wake on lan) module added (by Matthias)
- feature: additional groups from /etc/groups are applied (Christopher) - feature: additional groups from /etc/groups are applied (Christopher)
- feature: EIB: introduce Get, interpret received values upon defined model (by datapoint types) (Maz) - feature: updatefhem backup is using tar+gzip now
- feature: EIB: introduce Get, interpret received values upon defined model
(by datapoint types) (Maz)
- 2011-12-31 (5.2) - 2011-12-31 (5.2)
- bugfix: applying smallscreen attributes to firefox/opera - bugfix: applying smallscreen attributes to firefox/opera

View File

@ -711,24 +711,23 @@ A line ending with \ will be concatenated with the next one, so long lines
will be necessary to apply the changes. will be necessary to apply the changes.
<br> <br>
If backup is specified, then the old files are saved before overwriting If backup is specified, then the complete FHEM directory (containing the
them. They are copied to the folder given in global <backupdir> or as modules and .gplot files) will be saved into a .tar.gz file with a
default to /tmp/FHEM_Backup. Please check if the fhem user has the rights timestamp in the <a href="#modpath">modpath</a>/FHEM.backup directory or to
to create a folder for backup. a directory specified by the <a href="#backupdir">backupdir</a> global
attribute. Note: tar and gzip must be installed to use this feature.
<br> <br>
<br> <br>
<b>Attributes</b> <ul> <b>Attributes</b> <ul>
<a name="backupdir"></a> <a name="backupdir"></a>
<li>backupdir<br> <li>backupdir<br>
A folder where updatefhem can store all files from <a A folder where updatefhem will store the compressed backup file.
href="#modpath">modpath</a> before executing the update. Please check if Note: this is a global attribute.<br>Example:
the fhem user has the rights to create this folder.
</li><br>
Note: this is a global attribute, e.g.<br>
<ul> <ul>
attr global backup /Volumes/BigHD<br> attr global backupdir /Volumes/BigHD<br>
</ul> </ul>
</li><br>
</ul><br> </ul><br>
</ul> </ul>