<div dir="ltr">Hi! I'm a long time user of rsync, and a big fan. First of all; thanks for creating it and making it FOSS.<br><br>I just thought of a feature that I think could be very useful, but I'm not familiar enough with the rsync code (and probably not skilled enough) to create it myself. So thought I'd just post it here in case someone gets  a creative fit. :)<br><br>Sometimes when I transfer files, there are files I wish to skip. For static setups I know how to make use of things like --exclude-from, but that requires me to know on beforehand which files to skip. That's great for my regular backups. But more commonly, I just want to transfer a large-ish directory with a bunch of misc files in it. Since I'm not about to dig into it and understand what files are good to keep, I'll just wait a bit longer for the transfer.<br><br>When I did that just now, I realized I was transferring a file named <span style="font-family:monospace">10_GiB_random.dat</span> which is exactly what it sounded like. Never mind why that file was there, but it was. It would have been bliss to just hit a button and make <span style="font-family:monospace">rsync</span> skip that file. My idea is inspired by the way <span style="font-family:monospace">git add -p</span> does it; letting me skip  a chunk by pressing <span style="font-family:monospace">n</span> (or add it by <span style="font-family:monospace">y</span>). I feel a similar system would be useful in <span style="font-family:monospace">rsync</span>.<br><br><div>If you know that for some technical reason, this would not be possible to do with <span style="font-family:monospace">rsync</span> (maybe file transfer lists and what-not could screw things over), please let me know! As I said, I'm probably not one to implement such a thing, but just on the off-chance that I do, it'd be nice to know the odds for success.</div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>    Andreas Lindhé<br></div>    <a href="mailto:Lindhe94@gmail.com" target="_blank">Lindhe94@gmail.com</a><br></div></div></div></div></div>