Run Rsync from Python [duplicate]

I need to run an rsync command from Python. Is this possible and if so, how do I do it?

rsync -Ccavz --delete DJStatic username@website

Leave a Comment