You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but when i remove --patterns during the folder sync like this
watchmedo shell-command --recursive --command="rsync --filter=':- .gitignore' --exclude '*.ipynb' --exclude '.git' --delete-after -rz --port 22 /local/ user@server:/remote/" /local/ and this is working fine for me.
The text was updated successfully, but these errors were encountered:
In my case sometime this is not working properly
watchmedo shell-command --recursive --patterns="/local/*" --command="rsync --filter=':- .gitignore' --exclude '*.ipynb' --exclude '.git' --delete-after -rz --port 22 /local/ user@server:/remote/" /local/
but when i remove
--patterns
during the folder sync like thiswatchmedo shell-command --recursive --command="rsync --filter=':- .gitignore' --exclude '*.ipynb' --exclude '.git' --delete-after -rz --port 22 /local/ user@server:/remote/" /local/
and this is working fine for me.The text was updated successfully, but these errors were encountered: