Todd Cary wrote:
/usr/bin/rsync -av -e ssh /home/ 192.168.0.22:/home/
My question is what would happen if the users were not on the backup server?
I should think you'll just get their UID shown instead, eg, 500:500
Is there anyway to have the users automatically inserted into passwd and group?
Don't think so, but you can cut and paste from those files. Or include them in your rsync'd files if the two servers are really similar.
-Andy