I use the following command to sync the home directory on the two computers, however I would like not to send the "dot" files e.g. ".ssh". Can that be done, and if so, how would I construct the command line?
/usr/bin/rsync -av -e ssh /home/ 192.168.0.22:/home/
Many thanks....
Todd