dhylands / rshell

Remote Shell for MicroPython
MIT License
955 stars 137 forks source link

--exclude flag for rsync #184

Open simon-zumbrunnen opened 2 years ago

simon-zumbrunnen commented 2 years ago

Let's say my project structure looks like this:

main.py package/ module.py

If I run this project in my computers python environment a pycache directory will be created. I would like to be able to use rsync but exclude this directory.

bereldhuin commented 2 years ago

+1

This will be a great feature. Exclude should also work to prevent deleting files on board (ex : a data folder which contains files on the board and not on source).

aematei commented 1 year ago

+1 here as well. I've been using rsync extensively in a project lately and would love to see this implemented.

micropicostack commented 2 months ago

+1 from me as well. Would be quite helpful