Re: [Bug-wget] [PATCH] Invalid Content-Length header in WARC files, on some platforms

2012-11-17 Thread Giuseppe Scrivano
Tim Ruehsen writes: > BTW, I had a private discussion with Guiseppe at April 13th 2012. > It was about C99/POSIX and using getline(). > Guiseppe's last words were: > > "I had to check it better before give an answer, but yeah, the answer is: > let's use C99 and POSIX-2008." > > @Guiseppe: can you

[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

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

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