DO NOT REPLY [Bug 3988] New: -a collides with --flags

samba-bugs at samba.org samba-bugs at samba.org
Wed Aug 2 14:13:40 GMT 2006


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: wayned at samba.org
        ReportedBy: rsync at oldach.net
         QAContact: rsync-qa at samba.org


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.


More information about the rsync mailing list