Skip to content

Sometime sync not happing properly #7

@itsmanikandanm

Description

@itsmanikandanm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions