mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
Added new global attribute <backupsymlink>
git-svn-id: https://svn.fhem.de/fhem/trunk@1593 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d8e45a504c
commit
3847f7d8d1
@ -34,6 +34,7 @@
|
||||
- change: Makefile support for for the new www/pgm2 directroy and new targets
|
||||
backup and uninstall added. More verbose output. (M. Fischer)
|
||||
- feature: new command backup added (M. Fischer)
|
||||
- feature: new global attribute <backupsymlink> added
|
||||
|
||||
- 2011-12-31 (5.2)
|
||||
- bugfix: applying smallscreen attributes to firefox/opera
|
||||
|
@ -500,3 +500,5 @@
|
||||
- Sa May 26 2012 (M. Fischer)
|
||||
- Added new command backup to separate this feature from updatefhem.
|
||||
|
||||
- Thu May 31 2012 (M. Fischer)
|
||||
- Added new global attribute <backupsymlink>
|
||||
|
@ -193,7 +193,7 @@ $modules{Global}{AttrList} =
|
||||
"archivecmd allowfrom apiversion archivedir configfile lastinclude logfile " .
|
||||
"modpath nrarchive pidfilename port statefile title userattr " .
|
||||
"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";
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user