Hello all,

I have been looking high and low and I just want to make sure I am
not missing something obvious before I start writing a script. I
hate to redo something I didn't need to...

I am looking for a small variant on the "wget -m ftp://...";
functionality. I would like to save the differences from day to day
in a different directory. In other words, if I had:

 master/
    file1 file2
 mirror/
    20041118/
        file1 file2

so far. And I add file 3 and 4 on the main site, I would like the
mirror to end up with:

 master/
    file1 file2 filer3 file4
 mirror/
    20041118/
        file1 file2
    20041119/
        file1 file2

So download what you would have with a normal "wget -m" but store in
this subdirectory.

Any ideas?

-- 
Charles Gagnon                   | My views are my views and they
http://unixrealm.com             | do not represent those of anybody
charlesg at unixrealm.com        | but me.

   I've always thought that underpopulated countries in Africa are
   vastly underpolluted.
        -- Lawrence Summers, chief economist of the World Bank, explaining
           why we should export toxic wastes to Third World countries

Reply via email to