On Mon, Jan 12, 2009 at 9:23 AM, Richard 'Doc' Kinne <[email protected]> wrote:
...
> So, it didn't seem to be something inherent in the disk structure since I
> saw the behavior on two different computers. The next step was to take NFS
> out of the equation and do an end-to-end copy (as was suggested by a few
> people). This, of course, meant setting up an Rsync Server, which I managed.
...

FYI, you don't have to setup an rsync server to sync between machines.
 rsync works very well across ssh.  For example, if you've setup key
based SSH access from hostA to hostB, on hostA you can execute:
  rsync sourcedir hostB:/path/to/targetdir

If you're very paranoid you can setup the SSH trust to only allow the
rsync and not shell access.

FWIW, I've attached a wrapper script I often use for this type of thing.

  - Paul Beltrani

Attachment: syncdir
Description: Binary data

_______________________________________________
bblisa mailing list
[email protected]
http://www.bblisa.org/mailman/listinfo/bblisa

Reply via email to