https://bugzilla.samba.org/show_bug.cgi?id=13147
Bug ID: 13147 Summary: inconsistent behaviour regaring vanished files information Product: rsync Version: 3.0.9 Hardware: x64 OS: Mac OS X Status: NEW Severity: minor Priority: P5 Component: core Assignee: way...@samba.org Reporter: devz...@web.de QA Contact: rsync...@samba.org i found that for our osx host "gonzo" , vanished files (not the warning message itself) appear in stdout - for linux hosts they _both_ appear in stderr. no information about vanished files appears in stdout (in my backup script, i´m redirecting stdout to rsync.log and stderr to rsync.err) what explains this difference in behaviour? is this a bug ? or is it related to rsynv version ? backupvm1->spacewalk is 3.0.9->3.0.9 and backupvm1->gonzo is 3.0.9->3.1.2 (installed from brew repo) [root@backupvm1 backup]# grep -i vanished spacewalk/rsync.* spacewalk/rsync.err:file has vanished: "/var/lib/rhn/search/indexes/server/_80a2.cfs" spacewalk/rsync.err:file has vanished: "/var/lib/rhn/search/indexes/server/_80a2_6.del" spacewalk/rsync.err:file has vanished: "/var/lib/rhn/search/indexes/server/_80a3.cfs" spacewalk/rsync.err:file has vanished: "/var/lib/rhn/search/indexes/server/_80a4.cfs" spacewalk/rsync.err:file has vanished: "/var/lib/rhn/search/indexes/server/_80a5.cfs" spacewalk/rsync.err:file has vanished: "/var/lib/rhn/search/indexes/server/segments_n801" spacewalk/rsync.err:rsync warning: some files vanished before they could be transferred (code 24) at main.c(1518) [generator=3.0.9] [root@backupvm1 backup]# grep -i vanished gonzo/rsync.* gonzo/rsync.err:rsync warning: some files vanished before they could be transferred (code 24) at main.c(1518) [generator=3.0.9] gonzo/rsync.log:file has vanished: "/Library/Server/Mail/Data/spool/maildrop/AFD811E2D07C" gonzo/rsync.log:file has vanished: "/Library/Server/Wiki/Database.xpg/Cluster.pg/pg_xlog/000000010000004F00000025" gonzo/rsync.log:file has vanished: "/Library/Server/Wiki/Database.xpg/Cluster.pg/pg_xlog/archive_status/000000010000004F00000025.done" gonzo/rsync.log:file has vanished: "/Library/Server/Wiki/Database.xpg/backup/000000010000004F00000026.partial" -- You are receiving this mail because: You are the QA Contact for the bug. -- 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