mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
Added new global attribute <backupsymlink>
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1593 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b88e313393
commit
1456074ae5
1
CHANGED
1
CHANGED
@ -34,6 +34,7 @@
|
|||||||
- change: Makefile support for for the new www/pgm2 directroy and new targets
|
- change: Makefile support for for the new www/pgm2 directroy and new targets
|
||||||
backup and uninstall added. More verbose output. (M. Fischer)
|
backup and uninstall added. More verbose output. (M. Fischer)
|
||||||
- feature: new command backup added (M. Fischer)
|
- feature: new command backup added (M. Fischer)
|
||||||
|
- feature: new global attribute <backupsymlink> added
|
||||||
|
|
||||||
- 2011-12-31 (5.2)
|
- 2011-12-31 (5.2)
|
||||||
- bugfix: applying smallscreen attributes to firefox/opera
|
- bugfix: applying smallscreen attributes to firefox/opera
|
||||||
|
2
HISTORY
2
HISTORY
@ -500,3 +500,5 @@
|
|||||||
- Sa May 26 2012 (M. Fischer)
|
- Sa May 26 2012 (M. Fischer)
|
||||||
- Added new command backup to separate this feature from updatefhem.
|
- Added new command backup to separate this feature from updatefhem.
|
||||||
|
|
||||||
|
- Thu May 31 2012 (M. Fischer)
|
||||||
|
- Added new global attribute <backupsymlink>
|
||||||
|
2
fhem.pl
2
fhem.pl
@ -193,7 +193,7 @@ $modules{Global}{AttrList} =
|
|||||||
"archivecmd allowfrom apiversion archivedir configfile lastinclude logfile " .
|
"archivecmd allowfrom apiversion archivedir configfile lastinclude logfile " .
|
||||||
"modpath nrarchive pidfilename port statefile title userattr " .
|
"modpath nrarchive pidfilename port statefile title userattr " .
|
||||||
"verbose:1,2,3,4,5 mseclog version nofork logdir holiday2we " .
|
"verbose:1,2,3,4,5 mseclog version nofork logdir holiday2we " .
|
||||||
"autoload_undefined_devices dupTimeout latitude longitude backupdir";
|
"autoload_undefined_devices dupTimeout latitude longitude backupdir backupsymlink";
|
||||||
$modules{Global}{AttrFn} = "GlobalAttr";
|
$modules{Global}{AttrFn} = "GlobalAttr";
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user