Skip to content

Instantly share code, notes, and snippets.

@sam-github
Created March 11, 2015 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sam-github/d1184e96cfe8071c923e to your computer and use it in GitHub Desktop.
Save sam-github/d1184e96cfe8071c923e to your computer and use it in GitHub Desktop.
#!/bin/sh
WHAT="/home/sam/w rsync.net:"
LOG="--itemize-changes"
# --log-file=../backup-w.log
rsync -az -h --progress --delete --partial -F $LOG $WHAT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment