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

           Summary: -a collides with --flags
           Product: rsync
           Version: 2.6.8
          Platform: x86
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


On FreeBSD at least, -a --flags does not perform the intended function:

# touch f1
# chflags schg f1
# mkdir dest
# rsync -axvH --flags f1 dest
building file list ... done
f1
rsync: rename "/tmp/dest/.f1.Isi7Bm" -> "f1": Operation not permitted (1)

sent 91 bytes  received 42 bytes  266.00 bytes/sec
total size is 0  speedup is 0.00
rsync error: some files could not be transferred (code 23) at main.c(892)
[sender=2.6.8]
# ls -latro dest
total 4
-rw-r--r--  1 root  wheel  schg   0 Aug  2 15:36 .f1.Isi7Bm
drwxrwxrwt  8 root  wheel  -    512 Aug  2 15:36 ..
drwxr-xr-x  2 root  wheel  -    512 Aug  2 15:36 .
#


-- 
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