<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-7">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <pre wrap="">Hello list
I use rsync to backup cyrus mail dirs using the following command:

rsync -vaR --delete --log-file=/var/log/rsync /var/lib/imap
<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>var/spool/imap<span class="moz-txt-tag">/</span></i> /mnt/backup

The destination is a Lacie external network drive in ntfs format.
The problem I have is that rsync change email names from, lets say 102.
to 2RB3UX~6.

I also backup to a local ext3 format hard drive where files save with
exactly same name with right attributes, and rights with no problem.
I try to rsync to a window pc shared folder and the emails saved also
with the same names as used (102. to 102.)

The external disk cant change from ntfs to ext format.

Does someone had the same problem?
Thank you in advance.
</pre>
  </body>
</html>