[Bug 10233] rsync is spending a lot of time lstat64()'ing --exclude'd files

samba-bugs at samba.org samba-bugs at samba.org
Tue Oct 29 09:57:29 MDT 2013


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

--- Comment #1 from Darxus <darxus at chaosreigns.com> 2013-10-29 15:57:28 UTC ---
A useful workaround would be something like:

find / | grep -v 'gz$' > filelist.txt
rsync -Pva --files-from=filelist.txt / <destination>

Also, don't rsync /proc/kcore :/

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the rsync mailing list