Re: backing up a website



On Nov 5, 11:19 am, droid <jshowal...@xxxxxxxxx> wrote:
I'm trying to backup up my website using wget.

[....]

... what should my command line be?

[....]


I've been experimenting with different options, and the following
command line seems to give good results: "wget --mirror -w3 -pr --
output-file=wget.log --tries=5 --passive-ftp ftp://uname:passwd@xxxxxxxxxxxxxxxx";

Because of the 3 sec. delay before each file [right?] it is slow. It
takes nearly 2.5 hrs. to backup 27MB, but this is not unacceptable.
Or should I use "-w2"?

Anyway, do I have the correct options to give reliable backups of my
website? Are any unnecessary?

.