samba-bugs at samba.org
2009-Jul-27 19:21 UTC
DO NOT REPLY [Bug 6578] New: put out skipped dirs files w/ perms and ownership
https://bugzilla.samba.org/show_bug.cgi?id=6578 Summary: put out skipped dirs files w/ perms and ownership Product: rsync Version: 3.0.5 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: toralf.foerster at gmx.de QAContact: rsync-qa at samba.org It would be a nice to have if rsync gives a stats about skipped dirs (eg. those from an exclude file). background: If someone is using rsync to backup an entire system except directories like tmp/, .ccache and so on - then in case of restoring such a system after an accident he needs the perms and ownership of the skipped dirs. -- 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.
samba-bugs at samba.org
2009-Jul-28 00:55 UTC
DO NOT REPLY [Bug 6578] put out skipped dirs files w/ perms and ownership
https://bugzilla.samba.org/show_bug.cgi?id=6578 ------- Comment #1 from matt at mattmccutchen.net 2009-07-27 19:55 CST ------- You can exclude all the contents of the temporary dirs and still copy the dirs themselves: --exclude='/tmp/*' . -- 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.
samba-bugs at samba.org
2009-Jul-28 07:44 UTC
DO NOT REPLY [Bug 6578] put out skipped dirs files w/ perms and ownership
https://bugzilla.samba.org/show_bug.cgi?id=6578 ------- Comment #2 from toralf.foerster at gmx.de 2009-07-28 02:44 CST ------- Fine - but can I use the same syntax w/ using an exclude file ? -- 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.
samba-bugs at samba.org
2009-Jul-28 22:53 UTC
DO NOT REPLY [Bug 6578] put out skipped dirs files w/ perms and ownership
https://bugzilla.samba.org/show_bug.cgi?id=6578 ------- Comment #3 from matt at mattmccutchen.net 2009-07-28 17:53 CST ------- Yes. If you need to append the * to every line of an existing exclude file, you can do that in an automated fashion with sed. -- 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.
samba-bugs at samba.org
2009-Jul-29 07:33 UTC
DO NOT REPLY [Bug 6578] put out skipped dirs files w/ perms and ownership
https://bugzilla.samba.org/show_bug.cgi?id=6578 toralf.foerster at gmx.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Comment #4 from toralf.foerster at gmx.de 2009-07-29 02:33 CST ------- Yep - works. (Now I've only to test whether tar excepts that file too as it doee it before "/*" was appended to every line) -- 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.
Reasonably Related Threads
- DO NOT REPLY [Bug 6577] New: man page mentioned http://lists.samba.org
- [Bug 8456] New: improve --link-dest bahaviour
- [Bug 2269] New: ssh-copy-id: does not respect .ssh/config
- [Bug 8895] New: rsync warning: some files vanished
- [Bug 3722] New: check ssh key (and other parameters) before running the proxy command