Thanks, I had finally got that figured out. Now I'm having another problem. When i run rsync on certail folders, I get the following error:

rsync: mkstemp "/backup/mail/home/vpopmail/domains/informs.com/ccleckler/Maildir/.T&-Cs/cur/.1119549061.M90678P20773V00000413I00159213_77.mail.informs.com,S=2456:2,S.rHsLFO" failed: Invalid argument (22)

I'm trying to do an rsync on this mail server dir and as you can see...it does not like the file name, because the rsync will typically copy over all directories and some files. Am I using the wrong options or something?

Thanks,
Jason King


Wayne Davison wrote:

On Fri, Jun 24, 2005 at 02:19:13PM -0400, Tinsley, Scott S. (ManTech) CTR wrote:
I cannot run this command successfully to access the "module" defined in the 
rsyncd.conf file.

        rsync --verbose --progress --stats --rsync-path=/var/tmp/rsync.sh -e 
ssh tbcsap01:cluster_files

That's because you didn't tell it to access a module -- you told it to
access a file.  Use "::" for daemon syntax, as the manpage explains.
Only combine "::" with "-e ssh" if you want to spawn a single-use daemon
over ssh instead of connecting to an already-running daemon over a
socket.

..wayne..

--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to