Skip to content

Instantly share code, notes, and snippets.

@johnjohndoe
Created May 10, 2014 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save johnjohndoe/d71be8f247dd1650a308 to your computer and use it in GitHub Desktop.
Save johnjohndoe/d71be8f247dd1650a308 to your computer and use it in GitHub Desktop.
Backup via rsync

Backup via rsync

$ rsync -rt --delete --delete-excluded --links \
--exclude-from '/home/user/rsync-home-exclude.txt' /home/user/ server:/backups/home
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment