* rsync a folder from one machine to other ``` 0 11 * * * rsync -azP --delete /source/folder/on/instance1 username@111.11.1.11:destination/folder ```