DO NOT REPLY [Bug 7927] New: Rsync does not sync folders named "tags"

samba-bugs at samba.org samba-bugs at samba.org
Thu Jan 20 01:30:38 MST 2011


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

           Summary: Rsync does not sync folders named "tags"
           Product: rsync
           Version: 3.0.3
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P3
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: bugzilla at abruti.org
         QAContact: rsync-qa at samba.org


All is in the subject.
An example below, on stable debian.

Regards,
Antony


[0]root at debian-lenny32:/tmp # tree
.
|-- a
|   |-- file2
|   |-- file3
|   |-- logs
|   |   `-- log1
|   `-- tags
|       `-- file1
|-- b
`-- rsync_exclude.txt

4 directories, 5 files
[0]root at debian-lenny32:/tmp # cat rsync_exclude.txt
/logs
[0]root at debian-lenny32:/tmp # rsync  -azC --force --delete --progress
--exclude-from=rsync_exclude.txt a/ b
sending incremental file list
./
file2
           2 100%    0.00kB/s    0:00:00 (xfer#1, to-check=1/3)
file3
           2 100%    1.95kB/s    0:00:00 (xfer#2, to-check=0/3)

sent 142 bytes  received 53 bytes  390.00 bytes/sec
total size is 4  speedup is 0.02
[0]root at debian-lenny32:/tmp # tree
.
|-- a
|   |-- file2
|   |-- file3
|   |-- logs
|   |   `-- log1
|   `-- tags
|       `-- file1
|-- b
|   |-- file2
|   `-- file3
`-- rsync_exclude.txt

4 directories, 7 files


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