Skip to content

Instantly share code, notes, and snippets.

@sionide21
Created January 7, 2010 14:55
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 sionide21/271268 to your computer and use it in GitHub Desktop.
Save sionide21/271268 to your computer and use it in GitHub Desktop.
My home directory backup command
rsync -av --delete --exclude-from="$HOME/exclude.rsync" "$HOME" <server>:<backup dir>/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment