BASH: Rsync between servers

Pull from a remote server:

rsync -avze "ssh -p [port#] -i [private-key-file]" [username]@[ip address]:[path-to-file-on-server] [path-to-destination]

Push to a remote server:

rsync -avze "ssh -p [port#] -i [private-key-file]" [path-to-file] [username]@[ip-address]:[path-to-destination]

"Life does not start and stop at your convenience, you miserable piece of shit"