30 18 * * * cd /var/spool/mail; find .  -print >/tmp/find$$ ; cpio -pdum /Users/inboxbackup </tmp/find$$ ; rm /tmp/find$$

