I want to backup all my files in 'home' excluding several folders.
This seems to exclude the first folder (.thunderbird) but not the following two.
Any advice is welcome
Kubuntu 18.04.3
Code:
sudo rsync -av --delete /home/bill/ /media/mycloud/Ubuntu/dell19 --exclude=.thunderbird --exclude=/home/bill/.cach --exclude=/home/bill/.mozilla
Any advice is welcome
Kubuntu 18.04.3
Comment