sudo rsync -ah --exclude-from=/home/thomas/rsyncExcludeFile /home/ /home2/
tailing / are important
the /home/thomas/rsyncExcludeFile file is a file containing directories and files not to sync such as Music
Tags: rsync
sudo rsync -ah --exclude-from=/home/thomas/rsyncExcludeFile /home/ /home2/
tailing / are important
the /home/thomas/rsyncExcludeFile file is a file containing directories and files not to sync such as Music
Tags: rsync