I've a command to sync my changes in my website with the server: ```lua 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.