https://bugzilla.samba.org/show_bug.cgi?id=4870

           Summary: --link-dest results in errors for some paths containing
                    spaces
           Product: rsync
           Version: 2.6.8
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


Hi,

I'm somewhat randomly getting errors of this sort:

rsync: stat "/coppit/0/Palm/Users/David
Coppit/SplashPhoto/E75FFB6FBF98B52F/DCIM" (in Backups) failed: No such file or
directory (2)
rsync: open "/coppit/0/Palm/Users/David
Coppit/SplashPhoto/E75FFB6FBF98B52F/DCIM/_LastSyncCache" (in Backups): No such
file or directory (2)
rsync: recv_generator: mkdir "/coppit/0/Palm/Users/David
Coppit/SplashPhoto/E75FFB6FBF98B52F/DCIM/_Photos & Videos_" (in Backups)
failed: No such file or directory (2)
rsync: stat "/coppit/0/Palm/Users/David
Coppit/SplashPhoto/E75FFB6FBF98B52F/DCIM/_Photos & Videos_" (in Backups)
failed: No such file or directory (2)
rsync: recv_generator: mkdir "/coppit/0/Palm/Users/David
Coppit/SplashPhoto/E75FFB6FBF98B52F/DCIM/_T-Mobile Hotspots_images_" (in
Backups) failed: No such file or directory (2)
rsync: stat "/coppit/0/Palm/Users/David
Coppit/SplashPhoto/E75FFB6FBF98B52F/DCIM/_T-Mobile Hotspots_images_" (in
Backups) failed: No such file or directory (2)
rsync: stat "/coppit/0/Palm/Users/David
Coppit/SplashPhoto/E75FFB6FBF98B52F/SplashPhoto" (in Backups) failed: No such
file or directory (2)
rsync: open "/coppit/0/Palm/Users/David
Coppit/SplashPhoto/E75FFB6FBF98B52F/SplashPhoto/_LastSyncCache" (in Backups):
No such file or directory (2)
rsync: stat "/coppit/0/Personal/Taxes/2002/TaxACT Online_files" (in Backups)
failed: No such file or directory (2)
rsync: open "/coppit/0/Personal/Taxes/2002/TaxACT Online_files/main_app.css"
(in Backups): No such file or directory (2)

If I remove --link-dest, I don't get the errors. Also, the messages all seem to
involve paths with spaces in them. It seems like on different runs rsync
sometimes succeeds without errors, but perhaps I'm not being very careful about
deleting the destination directory between runs.

Here is my setup in detail:

Server: Linux running rsync 2.6.8. (This is an unRAID server.) rsyncd.conf:

gid = root
uid = root
log file = /var/log/resyncd.log

[Backups]
  path = /mnt/disk1/Backups
  comment =
  read only = no
  list = yes

Client: Mac OS X running rsync 2.6.3. (The problem also exists for 2.6.0)

My command line is:

/usr/bin/rsync --archive --force --compress --one-file-system --cvs-exclude
--numeric-ids --link-dest=../1 /Users/coppit/Documents/
rsync://[EMAIL PROTECTED]/Backups/coppit/0

Let me know if I can provide any more information. I can also upgrade my client
if that would help, although upgrading the server will take some interaction
with the developer of unRAID.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
-- 
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