Hi Darrell! On unix I use tar commands and rsh/ssh. On the same server you can leave off the rsh bit. I like ssh myself. Make sure you can rsh/ssh first! Also this is a very intense command it will overwrite files.
cd to the directory you wish to copy pwd /var/spool/imap tar cvfp - .| rsh server;(cd /var/spool/imap;tar xvfp -) or on same server cd /var/spool/imap/user/kboyd pwd /var/spool/imap/user/kboyd tar cvfp - .|(cd /backup/imap/user/kboyd; tar xvfp -) I use this to copy gigs of data. Hope it helps! -----Original Message----- From: darrell berry [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 10:59 AM To: [EMAIL PROTECTED] Subject: copying whole folder trees from one server to another hi i asked a while back about migration tools which could copy whole user folder trees form one imap server to another, and had no repsonse...has anyone used such a tool? i've tried imapcopy, which is fone, but only does inbox, not subfolders thereof... all help very much appreciated! thx