On 6/6/05, Alan <[EMAIL PROTECTED]> wrote: > Todd Walton wrote: > > > On 6/6/05, Alan <[EMAIL PROTECTED]> wrote: > > > >>So I figured something didn't copy, but: > >>sprocket:~/Maildir$ find | wc -l > >> 83123 > >> > >>doc:~/Maildir$ find | wc -l > >> 83123 > > > > > > I would use cmp for this task. If cmp finds no difference, and you > > can open mails with your mail program, you're undoubtedly safe > > deleting the old maildir. > > > > -todd > > > > > > Hmm...I considered using diff on the directories, but I couldn't work > out anyway to make it go across two machines. > (Though, on typing this, I suppose I could smbmount one of the machines.)
maybe md5sum a sorted file list and write the output to a file on each machine then diff the two files -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
