|
From: Joe Z. <jz...@co...> - 2004-01-20 02:54:14
|
Jochen Metzger wrote: >>I'm thinking of doing it like this by adding a line to config.php: >> >>$server_defs["backup_method"]["list"]["0"] = "rsync" >>$server_defs["backup_method"]["list_text"]["0"] = "rsync (using daemon)" >> >>I like your method better because it's shorter and simpler, but I'm thinking this would be forward compatible for installing an upgrade of bobs. >> >> >> >> >Yes, you are right. To be downwards compatible is the best choice. >When nothing is set in list_text the renderer (gui.pinc ?) should also >still use "list", only when "list_text" is set this should be used > >Cheers > > Great minds think alike. That's the way I coded it. Joe |