Skip to content

Instantly share code, notes, and snippets.

@vctrtvfrrr
Created September 2, 2020 13:17
Show Gist options
  • Save vctrtvfrrr/651cc36e4f98b0305bbf8b9a19b6b5c5 to your computer and use it in GitHub Desktop.
Save vctrtvfrrr/651cc36e4f98b0305bbf8b9a19b6b5c5 to your computer and use it in GitHub Desktop.
Backup home folder with rsync
rsync -avh --progress --exclude-from "exclude-list.txt" /home/my_user /mnt/mounts/backups/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment