Skip to content

Sync local folder with remote folder or vice-versa. #27

@gkmngrgn

Description

@gkmngrgn

I've a command to sync my changes in my website with the server:

cmd.run("rsync -avz --delete public/ user@domain:/var/www/html/domain/")

But this command doesn't work if you don't have rsync. So, we need a native Python function to sync folders.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions