From 471287a352ffac0ba54e163c8ea89d3b51eb45f0 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Mon, 6 Feb 2012 16:38:15 +0000 Subject: [PATCH] update backup changed git-svn-id: https://svn.fhem.de/fhem/trunk@1239 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 4 +++- fhem/docs/commandref.html | 21 ++++++++++----------- 2 files changed, 13 insertions(+), 12 deletions(-) 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