Is it user specific or just checks what you tell it to? Some files are owned by different users so another words
I could do this, write a bash script to
SRC="someipaddress"
rsync -av --copy-unsafe-links -H -e ssh --delete root@$SRC:/home/username /home/
rsync -av --copy-unsafe-links -H -e ssh --delete root@$SRC:/var/lib/mysql /var/lib
Yes?