BackupPC-users

Re: [BackupPC-users] RSYNC (or other) client TO server connection possible (firewall) ?

2011-03-08 15:41:49
Subject: Re: [BackupPC-users] RSYNC (or other) client TO server connection possible (firewall) ?
From: Les Mikesell <lesmikesell AT gmail DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Tue, 08 Mar 2011 14:39:31 -0600
On 3/8/2011 2:24 PM, Tyler J. Wagner wrote:
> On Tue, 2011-03-08 at 15:09 -0500, Scott wrote:
>> How do we handle laptops or similar machines that are rarely (or
>> never) connected to the LAN or anywhere that I can open ports?   Is it
>> possible to install something on the client laptop/machine to make an
>> outgoing connection to the server and initiate a backup, like an
>> outgoing rsync to the server?
>
> Yes. You could have the client do this:
>
> ssh -R 20001:localhost:22 user@backupserver
>
> Then configure the client to use localhost port 20001:
>
> $Conf{ClientNameAlias} = 'localhost';
> $Conf{RsyncClientCmd} = '$sshPath -p 20001 ...';
> $Conf{PingCmd} = 'tcpping -p 20001 $host';
>
> You'll need to install some tcpping (there are many) solution, or
> disable ping.


Or, if you want generic access you could install a VPN like openvpn - 
which could be restricted to the backuppc server or routed to everything 
on the LAN.

-- 
   Les Mikesell
     lesmikesell AT gmail DOT com

------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>