|
From: Jochen M. <j.m...@om...> - 2004-01-19 10:11:36
|
Hi Joe, Am So, 2004-01-18 um 23.02 schrieb Joe Zacky: > Jochen Metzger wrote: > > > >1. definition in config.php.in > >now: > >$server_defs["backup_method"]["list"]["0"] = "rsync"; > >then: > >$server_defs["backup_method"]["list"]["rsync"] = "rsync (using > >daemon)"; > > > > > > > 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 |