Displaying 1 result from an estimated 1 matches for "servr2".
Did you mean:
server2
2009 Jun 20
2
which server to make client and which the server for rsync.
I am using rsync to keep a mirror of my 800GB /home (server1). The
backup machine is a separate server (servr2). Currently I am running
rsync daemon on server2 and invoking rsync daily via cron on server2.
Are there design / performance considerations that influence which
machine is made the server and which the client?
Also, Is the rsync daemon the preferred way to o this backup? I can
also cross mount v...