Dear Sirs, I need to make a backup of email accounts (Maildir) a Linux server to a Windows server with NTFS, but get the following error: rsync: rename "/mnt/rsync/cur/137D94_29.ml110c.qnet.com.pe,S=32828:2,S.M92y5w" -> "cur/137D94_29.ml110c.qnet.com.pe,S=32828:2,S": Invalid argument (22) I have installed Rsync v3.0.9 The command is executed: rsync -rltDvu --modify-window=1 --progress --delete /data/user01/Maildir /mnt/rsync I will appreciate can help me in solving this problem Thanks Jose Luis
On 2012-11-16 16:37, Jose Luis Marin Perez wrote:> > Dear Sirs, > > I need to make a backup of email accounts (Maildir) a Linux server to a > Windows server with NTFS, but get the following error: > > rsync: rename > "/mnt/rsync/cur/137D94_29.ml110c.qnet.com.pe,S=32828:2,S.M92y5w" -> > "cur/137D94_29.ml110c.qnet.com.pe,S=32828:2,S": Invalid argument (22) > > I have installed Rsync v3.0.9 > > The command is executed: > > rsync -rltDvu --modify-window=1 --progress --delete /data/user01/Maildir > /mnt/rsync > > I will appreciate can help me in solving this problemNTFS is quite restrictive in what characters it allows, so unfortunately you cannot use ":". -- De bedste hilsner, Christian Iversen Systemadministrator, Meebox.net ------- Denne e-mail kan indeholde fortrolige oplysninger. Er du ikke den rette modtager, bedes du returnere og slette denne e-mail. -------
Hi Christian, Another option would be to get to backup? Thanks Jose Luis -----Mensaje original----- De: Christian Iversen [mailto:ci at meebox.net] Enviado el: Viernes, 16 de Noviembre de 2012 10:37 a.m. Para: Jose Luis Marin Perez CC: rsync at lists.samba.org Asunto: Re: Problem Backup Maildir to NTFS On 2012-11-16 16:37, Jose Luis Marin Perez wrote:> > Dear Sirs, > > I need to make a backup of email accounts (Maildir) a Linux server to > a Windows server with NTFS, but get the following error: > > rsync: rename > "/mnt/rsync/cur/137D94_29.ml110c.qnet.com.pe,S=32828:2,S.M92y5w" -> > "cur/137D94_29.ml110c.qnet.com.pe,S=32828:2,S": Invalid argument (22) > > I have installed Rsync v3.0.9 > > The command is executed: > > rsync -rltDvu --modify-window=1 --progress --delete > /data/user01/Maildir /mnt/rsync > > I will appreciate can help me in solving this problemNTFS is quite restrictive in what characters it allows, so unfortunately you cannot use ":". -- De bedste hilsner, Christian Iversen Systemadministrator, Meebox.net ------- Denne e-mail kan indeholde fortrolige oplysninger. Er du ikke den rette modtager, bedes du returnere og slette denne e-mail. -------