Re: [Bug-wget] supressing output messages in backup script ?

2012-11-17 Thread Ángel González
On 17/11/12 23:56, Micah Cowan wrote: > On 11/17/2012 02:24 PM, Voytek Eymont wrote: >> what;s the best way to reduce the log verbosity to minimum > Is the -nv option perhaps what you're looking for? > > -mjc He has a point in that it is very unintuitive. I would expect an option of --progress=none

Re: [Bug-wget] supressing output messages in backup script ?

2012-11-17 Thread Micah Cowan
On 11/17/2012 02:24 PM, Voytek Eymont wrote: > what;s the best way to reduce the log verbosity to minimum Is the -nv option perhaps what you're looking for? -mjc

[Bug-wget] supressing output messages in backup script ?

2012-11-17 Thread Voytek Eymont
I guess this might not be really a wget question, more a general scripting question ? thanks for any pointers I'm trying to use wget to 'backup' a remote win server to my host as follows; GNU Wget 1.12 # backup bal win server ... cd /home/bal/ftpbackup/$date1 wget -r ftp://ftp.bal.tld --ftp-us