mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-28 02:44:53 +00:00
update backup changed
git-svn-id: https://svn.fhem.de/fhem/trunk@1239 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
365d0956b9
commit
471287a352
fhem
@ -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
|
||||
|
@ -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.
|
||||
<br>
|
||||
|
||||
If backup is specified, then the old files are saved before overwriting
|
||||
them. They are copied to the folder given in global <backupdir> 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 <a href="#modpath">modpath</a>/FHEM.backup directory or to
|
||||
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>
|
||||
|
||||
<b>Attributes</b> <ul>
|
||||
<a name="backupdir"></a>
|
||||
<li>backupdir<br>
|
||||
A folder where updatefhem can store all files from <a
|
||||
href="#modpath">modpath</a> 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.<br>Example:
|
||||
<ul>
|
||||
attr global backupdir /Volumes/BigHD<br>
|
||||
</ul>
|
||||
</li><br>
|
||||
Note: this is a global attribute, e.g.<br>
|
||||
<ul>
|
||||
attr global backup /Volumes/BigHD<br>
|
||||
</ul>
|
||||
</ul><br>
|
||||
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user