Skip to content

Instantly share code, notes, and snippets.

@jcpst
Created May 11, 2015 17:56
Show Gist options
  • Save jcpst/2a6dc89d849445a4a9ac to your computer and use it in GitHub Desktop.
Save jcpst/2a6dc89d849445a4a9ac to your computer and use it in GitHub Desktop.
Full system backup with rsync
# From here: https://wiki.archlinux.org/index.php/Full_system_backup_with_rsync
# One Liner:
rsync -aAXv --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found"} /* /path/to/backup/folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment