Skip to content

Instantly share code, notes, and snippets.

@nickleeh
Created September 26, 2015 09:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickleeh/e5d61cf6637815d362b5 to your computer and use it in GitHub Desktop.
Save nickleeh/e5d61cf6637815d362b5 to your computer and use it in GitHub Desktop.
Backup linux configure file (dotfiles) using rsync.
rsync -avz --exclude='.cache' --exclude='.kde4' --exclude='.fonts' --exclude='.mozilla' --exclude='google-chro
me' --exclude='.dbus' --exclude='.local' ~/.?* .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment