The following code:-
Copies the named excluded files regardless.
Where am I going wrong?
Code:
sudo rsync -av --exclude={'/home/bill/.DeletedFiles/*,/home/bill/.cache/*,/home/bill/.Trash-1000/*'} /home/bill/ /media/mycloud/Public/compaq
Where am I going wrong?
Comment