From: Mike N. <mh...@us...> - 2003-07-18 04:16:05
|
On Thu, 2003-07-17 at 06:18, CPTEOS wrote: > I like distributing phpws by wget. Maybe the fastest and conmfortable > way pick it up to server. > > Is .9.3 getable by wget? CPTEOS, Have you tried rsync? It is less resource intensive than wget. $ cd /my/path/to/phpwebsite $ rsync -rtv phpwebsite.appstate.edu::stable-core . $ rsync -rtv phpwebsite.appstate.edu::stable-modules mod $ rsync -rtv phpwebsite.appstate.edu::stable-themes themes If you only want to update a single module, use a command like this: $ rsync -rtv phpwebsite.appstate.edu::stable-modules/branch mod You can get a list of available rysnc defined modules with this command: $ rsync phpwebsite.appstate.edu:: -- Mike Noyes <mhnoyes at users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ SF.net Projects: ffl, leaf, phpwebsite, phpwebsite-comm, sitedocs |