Skip to content

Instantly share code, notes, and snippets.

@RolandWarburton
Last active June 1, 2019 12:34
Show Gist options
  • Save RolandWarburton/58734283b8bb024de0cbce97587e91d8 to your computer and use it in GitHub Desktop.
Save RolandWarburton/58734283b8bb024de0cbce97587e91d8 to your computer and use it in GitHub Desktop.
backup linux rsync
sudo rsync -aAXv --delete --exclude=/dev/* --exclude=/proc/* --exclude=/sys/* --exclude=/tmp/* --exclude=/run/* --exclude=/mnt/* --exclude=/media/* --exclude="swapfile" --exclude="lost+found" --exclude=".cache" --exclude="Downloads" --exclude=".ecryptfs" /source /destination
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment