Hello, my question on rsync is this:
On serverA I want to mirror the dirs
/var/lib/mysql
/usr/local/www
To serverB and have the dirs
/var/lib/mysql
/usr/local/www on serverB
Both dirs have diff owner and permissions.
I understand I can copy using rsync keeping perm and everything intact.
If I run rsync --daemon on serverA do I need to login from serverB to
ServerA as root or will ther be a permissions issue if I login as a none priv user?
On serverA I want to mirror the dirs
/var/lib/mysql
/usr/local/www
To serverB and have the dirs
/var/lib/mysql
/usr/local/www on serverB
Both dirs have diff owner and permissions.
I understand I can copy using rsync keeping perm and everything intact.
If I run rsync --daemon on serverA do I need to login from serverB to
ServerA as root or will ther be a permissions issue if I login as a none priv user?