[BBLISA] Rsync Backup - The Continuing Conversation...

Paul Beltrani spamgrinder at gmail.com
Mon Jan 12 13:47:16 EST 2009


On Mon, Jan 12, 2009 at 9:23 AM, Richard 'Doc' Kinne <rkinne at aavso.org> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: syncdir
Type: application/octet-stream
Size: 1996 bytes
Desc: not available
Url : http://www.bblisa.org/pipermail/bblisa/attachments/20090112/40722e3f/attachment.obj 


More information about the bblisa mailing list