diff --git a/fhem/CHANGED b/fhem/CHANGED
index ef22f5c4d..f77b2dbe3 100644
--- a/fhem/CHANGED
+++ b/fhem/CHANGED
@@ -5,7 +5,9 @@
- feature: SVG: filled area support, some ls/lw fixes
- feature: WOL (wake on lan) module added (by Matthias)
- 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)
- bugfix: applying smallscreen attributes to firefox/opera
diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html
index 91ce50975..0a35675f7 100644
--- a/fhem/docs/commandref.html
+++ b/fhem/docs/commandref.html
@@ -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.
- If backup is specified, then the old files are saved before overwriting
- them. They are copied to the folder given in global or as
- default to /tmp/FHEM_Backup. Please check if the fhem user has the rights
- to create a folder for backup.
+ If backup is specified, then the complete FHEM directory (containing the
+ modules and .gplot files) will be saved into a .tar.gz file with a
+ timestamp in the modpath/FHEM.backup directory or to
+ a directory specified by the backupdir global
+ attribute. Note: tar and gzip must be installed to use this feature.
Attributes
- backupdir
- A folder where updatefhem can store all files from modpath before executing the update. Please check if
- the fhem user has the rights to create this folder.
+ A folder where updatefhem will store the compressed backup file.
+ Note: this is a global attribute.
Example:
+
+ attr global backupdir /Volumes/BigHD
+
- Note: this is a global attribute, e.g.
-
- attr global backup /Volumes/BigHD
-