Skip to content

Instantly share code, notes, and snippets.

@bigsmoke
Created August 12, 2009 20:37
Show Gist options
  • Save bigsmoke/166746 to your computer and use it in GitHub Desktop.
Save bigsmoke/166746 to your computer and use it in GitHub Desktop.
rsync system backup example
rsync --archive --numeric-ids --hard-links --sparse \
--verbose --progress --human-readable \
--exclude-from=- \
/ rsync-server::share <<"EOF"
/proc/*
/sys/*
/mnt/*/*
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment