Fabian Cenedese escribió: > At 11:31 20.11.2008 +0100, Christian Pinedo wrote: >> I finally have installed cygwin in the windows 2003 machine with rsync, >> ssh + cron in order to periodically launch the rsync bash script. I'm >> launching the rsync script from the destination machine. This is a >> vmware machine. >> >> rsync -aqzb --backup-dir=../old_backups --ignore-errors --force --delete >> --delete-excluded -e "ssh" [EMAIL PROTECTED]:/dir/ /cygdrive/c/Documents\ >> and\ Settings/versia/Desktop/pruebas_backup/current >> >> But I'm suffering the same problem, a lot of following errors: >> >> rsync: mkstemp "/cygdrive/c/Document and >> Settings/versia/Desktop/pruebas_backup/current/dir/files/.1751_pruebas2_000101_2008-08-07_11:04:21_2008-08-07_11:04:36.mp3.uM0RoN" >> failed: No such file or directory (2) >> >> Any idea? > > I don't know if that is the reason and if so what you can do about it > but it's not allowed to create a folder/file with ':' int it. Try to rename > the source and see it that works better. > > bye Fabi >
Yes, this was the problem. Thanks Fabian, -- Christian Pinedo Zamalloa Wiside Telecom, Grupo Versia phone: 690885175 email: [EMAIL PROTECTED] PGP key: http://www.rediris.es/keyserver/ PGP keyID: 0xE6FFBD55 -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
