Skip to content

Instantly share code, notes, and snippets.

@masiorama
Created May 17, 2015 09:38
Show Gist options
  • Save masiorama/a8e841a4f325818dc022 to your computer and use it in GitHub Desktop.
Save masiorama/a8e841a4f325818dc022 to your computer and use it in GitHub Desktop.
rsync backup to user folder excluding itself
#from root dir
rsync -aAXv --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/home/usamba","/lost+found"} /* /home/usamba/backup_folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment