The setup:

      File Server with Windows 2000 Server: shares multiple drives to
           a large network consisting of both Macs and PCs.
           Macs run OS9 and OSX.

      Backup Server with Windows 2003 Server: has Cygwin installed so
           I can use rsync (which is included with Cygwin).

   Command:

   rsync -av --delete /cygdrive/z/ /cygdrive/d/
      ( /cygdrive/z/ is a shared drive from the file server
        /cygdrive/d/ is a local drive )

   As soon as this starts, I start seeing errors like this:

   -----
   file has vanished:
   "/cygdrive/z/LJ 430/Completed Orders/513000/513476 \
               Tassone Mary no Cd/ART/high res/59?04.tif"
   -----
   (note the ? in the file name)

Here's the thing, there is no ? in the file name. And I can go on to the file server, double click on that file and it opens up just fine in Photoshop, with no extra or fancy characters in the name. I can do the same from any of the Macs on the network. Why rsync sees a ? in it, I don't know, and it simply gets skipped in the copy process.


Problem number two is when it actually stars to copy files, I get this as soon as it starts:


   -----
   IO error encountered - skipping file deletion
   -----

And as that says, it won't do file deletions. The drive is fine, so I'm not sure what IO error it's complaining about here. And it does the same thing on all four of the rsync process it needs to run every day.

   Anyway have any ideas on how to resolve this?


-- W | I haven't lost my mind; it's backed up on tape somewhere. +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave. #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A.



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

Reply via email to