Skip to content

Instantly share code, notes, and snippets.

@Winiex
Created June 9, 2016 08:29
Show Gist options
  • Save Winiex/dc13d72a046bcdfc77809f728f09a8c3 to your computer and use it in GitHub Desktop.
Save Winiex/dc13d72a046bcdfc77809f728f09a8c3 to your computer and use it in GitHub Desktop.
Backup whole linux system using rsync
sudo rsync -apAXv --exclude=/dev/* --exclude=/proc/* \
--exclude=/sys/* --exclude=/tmp/* \
--exclude=/run/* --exclude=/mnt/* \
--exclude=/media/* --exclude=/lost+found \
--exclude=/backup / /backup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment