Created
August 12, 2009 20:37
-
-
Save bigsmoke/166746 to your computer and use it in GitHub Desktop.
rsync system backup example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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