Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 299 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 299 Bytes

rsync-homedir-excludes

#Usage:

download to `/var/tmp/ignorelist`
rsync -aP --exclude-from=/var/tmp/ignorelist /home/$USER/ /media/$USER/linuxbackup/home/$USER/

At the start, there is a section with directories, probably not worth a backup. Uncomment those lines to exclude them as well.