> tar -czvf $TarFile \ > /home/user1/.Maildir/ \ > /home/user2/.Maildir/ \ > /home/user3/.Maildir/
tar -czvf $TarFile /home/user[1-3]/.Maildir/
or if the user names are very different
tar -czvf $TarFile /home/{user1,user2,user3}/.Maildir/
As I said, use shell globs.
Volker
--
Volker Kuhlmann is possibly list0570 with the domain in header
http://volker.dnsalias.net/ Please do not CC list postings to me.
