LINUX.IE, website of the Irish Linux Users' Group
Tux rules!

   
Home
New Users
Articles
Download
Projects
Community
Vendors

  Print Version
Email to...
 
Archives:


planetILUG

Recent News

News Archive


Join the
ILUG
on FaceBook


Join the
ILUG
on LinkedIn


Join the
ILUG SETI
Group



















 
 :: Mailing Lists

[ILUG] Script to move Maildir content

[ILUG] Script to move Maildir content

Pádraig Brady P at draigBrady.com
Tue Jul 7 00:40:38 IST 2009


Patrick O'Connor wrote:
> I've got a bunch of mails (in Maildir format) to move from one server to
> another.

60G would take about 1.5 hours on a 100MB LAN.
Please treat the following like pseudo code
as it's just off the top of my head:

#!/bin/sh

# run this as root

archive="/where/ever"
newloc="/blah/blah"
group=somedomain

tr : ' ' < users | #no need for IFS
while read oldu newu; do
    (cd "$archive/$oldu" && tar -c cur .* --exclude .Trash ) | gzip |
    ssh root at remote 'install -o$newu -g$group -d "$newloc/$newu" &&
     cd "$newloc/$newu" && gzip -dc | tar --owner $newu --group $group -xp'
done

If copying to a locally attached disk then replace the last 2 lines with:
(install -o$newu -g$group -d "$newloc/$newu" &&
 cd "$newloc/$newu" && gzip -dc | tar --owner $newu --group $group -xp)



More information about the ILUG mailing list
Read this without the formatting.
                                                                                                    

 

Hosted by HEAnet


Maintained by the ILUG website team. The aim of Linux.ie is to support and help commercial and private users of Linux in Ireland. You can display ILUG news in your own webpages, read backend information to find out how. Networking services kindly provided by HEAnet, server kindly donated by Dell. Linux is a trademark of Linus Torvalds, used with permission. No penguins were harmed in the production or maintenance of this highly praised website. Looking for the Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!
RSS Version
Powered by Dell