On Mon, Apr 19, 2004 at 09:58:56PM +0200, Nadeem Gulzar wrote: > BTW.. I've been having another problem with the mirror command. If I do > a "queue mirror -r -I *.zip ftp://source ftp://target" twice it will > download the files corresponding to the first mirror command. The second > one will delete each file in turn and download again :( > I want the second mirror to simply skip all the files, since they are > already present. I think it has something to do with modification time, > but how do I disable this check, so that it skips the files?
mirror has the option --ignore-time which does just that. The option -R will also do the trick, as it makes mirror ignore time if target file is newer than source file. -- Alexander. | http://www.yars.free.net/~lav/
