Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sometime sync not happing properly #7

Open
itsmanikandanm opened this issue Oct 4, 2023 · 0 comments
Open

Sometime sync not happing properly #7

itsmanikandanm opened this issue Oct 4, 2023 · 0 comments

Comments

@itsmanikandanm
Copy link

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 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant