rsync

View source | View history | Atom feed for this file

For syncing a PDF to my site; use with uppdf FILENAME:

uppdf() {
    rsync --ignore-existing -vv $1 server:destination/
}

Backup Linode:

rsync -avz server:/var/www/ var/