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: way...@samba.org ReportedBy: bugzi...@abruti.org QAContact: rsync...@samba.org All is in the subject. An example below, on stable debian. Regards, Antony [0]root@debian-lenny32:/tmp # tree . |-- a | |-- file2 | |-- file3 | |-- logs | | `-- log1 | `-- tags | `-- file1 |-- b `-- rsync_exclude.txt 4 directories, 5 files [0]root@debian-lenny32:/tmp # cat rsync_exclude.txt /logs [0]root@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@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. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html