stephenh / mirror

A tool for real-time, two-way sync for remote (e.g. desktop/laptop) development
Apache License 2.0
391 stars 37 forks source link

Feature request: option to skip large files #37

Open elistevens opened 5 years ago

elistevens commented 5 years ago

It would be nice to be able to not sync a file if the size is greater than (say) 10MB.

stephenh commented 5 years ago

Ah nice, I agree! Historically I've achieved "don't transfer huge files" with exclusions on .tar.gz/.zip/etc. usual suspects, which are typically .gitignored anyway, which mirror will respect. But I agree this would be useful.

IIPoliII commented 4 years ago

Same totally for it I was wondering why some zip files wheren't getting synced.