[svlug] Rsync across SSH & alternatives

Skip Evans skip at bigskypenguin.com
Thu May 13 12:35:25 PDT 2010


Oh, of course. I use sshfs all the time for connecting to 
client servers I'm coding on.

I think that would work well, but my real concern is going to 
be how to monitor the connection and re-establish it should it 
drop out.

Any ideas there?

Skip

James Sparenberg wrote:
> 
>     Have you looked at using sshfs? 
> http://fuse.sourceforge.net/sshfs.html This is a Fuse file system.  
> Fully encrypted, and works like NFS without the stale file handles.
> 
>      I've used it In similar situations where an HA system had an app 
> that could come in from any of several servers, but needed to be able to 
> continue to access the data as if it was always the same server.
> 
>      It can be mounted and controlled by fstab, and a simple bash script 
> can be setup to check every minute for a specific dot file, if it can't 
> find it, then it remounts the mount.
> 
>     One of the things I liked about SSHFS is that it carries with it the 
> robust nature of an ssh connection, where line glyphs and packet loss 
> don't cause it to disconnect in a bad way.
> 
> James
> 
> _______________________________________________
> svlug mailing list
> svlug at lists.svlug.org
> http://lists.svlug.org/lists/listinfo/svlug
> 

-- 
====================================
Skip Evans
PenguinSites.com, LLC
503 S Baldwin St, #1
Madison WI 53703
608.250.2720
http://penguinsites.com
------------------------------------
Those of you who believe in
telekinesis, raise my hand.
  -- Kurt Vonnegut




More information about the svlug mailing list