mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +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
@ -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
|
||||||
|
@ -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.
|
<ul>
|
||||||
|
attr global backupdir /Volumes/BigHD<br>
|
||||||
|
</ul>
|
||||||
</li><br>
|
</li><br>
|
||||||
Note: this is a global attribute, e.g.<br>
|
|
||||||
<ul>
|
|
||||||
attr global backup /Volumes/BigHD<br>
|
|
||||||
</ul>
|
|
||||||
</ul><br>
|
</ul><br>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user