Re: [BackupPC-users] Not backing up more that first module/directory (rsyncd)

2009-04-15 Thread Boniforti Flavio
As long as the other ssh has gone away and is no longer listening on the local forwarding port you should be able to start another instance. It if is a problem you could wrap the ssh command in a script that sleeps a few seconds first to make sure the previous run has time to close

Re: [BackupPC-users] Not backing up more that first module/directory (rsyncd)

2009-04-14 Thread Boniforti Flavio
Alternatively, set up the tunnel in DumpPreShareCmd instead of DumpPreUserCmd. Then you will be using a new tunnel for each share. May I be using the same TCP ports for it? That is my only concern right now... --

Re: [BackupPC-users] Not backing up more that first module/directory (rsyncd)

2009-04-14 Thread Boniforti Flavio
I have (successfully) been using a script to do this for the past few months. I copied this from somewhere else (the wiki perhaps) and have tuned locally since then... I created a script in /etc/backuppc/scripts/hostname.sh #!/bin/bash TERM=vt100 /usr/bin/screen -d -m -S hosttunnel

Re: [BackupPC-users] Not backing up more that first module/directory (rsyncd)

2009-04-14 Thread Les Mikesell
Boniforti Flavio wrote: Alternatively, set up the tunnel in DumpPreShareCmd instead of DumpPreUserCmd. Then you will be using a new tunnel for each share. May I be using the same TCP ports for it? That is my only concern right now... As long as the other ssh has gone away and is no longer

Re: [BackupPC-users] Not backing up more that first module/directory (rsyncd)

2009-04-14 Thread Les Mikesell
Boniforti Flavio wrote: But, a generic vpn would make life simple. I would really *love* to set up a VPN: can you help? I already have VPN configured on the server (Windows 2003 SBS SP2), I (think) I just need some command-line linux client, which would open the VPN connection

Re: [BackupPC-users] Not backing up more that first module/directory (rsyncd)

2009-04-14 Thread Boniforti Flavio
Il 14.04.09 16:55, Les Mikesell l...@futuresource.com ha scritto: I happen to like openvpn running in peer to peer mode where you end up with a process and tunnel interface per instance. OK, so I will take a look at openvpn. Leaving the VPN open is not a problem, of course... Thanks, F.

Re: [BackupPC-users] Not backing up more that first module/directory (rsyncd)

2009-04-14 Thread Les Mikesell
Boniforti Flavio wrote: Il 14.04.09 16:55, Les Mikesell l...@futuresource.com ha scritto: I happen to like openvpn running in peer to peer mode where you end up with a process and tunnel interface per instance. OK, so I will take a look at openvpn. Leaving the VPN open is not a

Re: [BackupPC-users] Not backing up more that first module/directory (rsyncd)

2009-04-13 Thread Holger Parplies
Hi, Adam Goryachev wrote on 2009-04-13 13:15:40 +1000 [Re: [BackupPC-users] Not backing up more that first?module/directory (rsyncd)]: Holger Parplies wrote: Boniforti Flavio wrote on 2009-04-12 10:20:12 +0200 [[BackupPC-users] Not backing up more that first module/directory (rsyncd

Re: [BackupPC-users] Not backing up more that first module/directory (rsyncd)

2009-04-13 Thread Adam Goryachev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Holger Parplies wrote: Hi, Adam Goryachev wrote on 2009-04-13 13:15:40 +1000 [Re: [BackupPC-users] Not backing up more that first?module/directory (rsyncd)]: Holger Parplies wrote: Boniforti Flavio wrote on 2009-04-12 10:20:12 +0200 [[BackupPC

Re: [BackupPC-users] Not backing up more that first module/directory (rsyncd)

2009-04-12 Thread Holger Parplies
Hi, Boniforti Flavio wrote on 2009-04-12 10:20:12 +0200 [[BackupPC-users] Not backing up more that first module/directory (rsyncd)]: I¹ve succesfully set up BackupPC to get data from remote Windows hosts with ssh tunnel and rsyncd. What I¹m now experiencing is that after having correctly

Re: [BackupPC-users] Not backing up more that first module/directory (rsyncd)

2009-04-12 Thread Adam Goryachev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Holger Parplies wrote: Hi, Boniforti Flavio wrote on 2009-04-12 10:20:12 +0200 [[BackupPC-users] Not backing up more that first module/directory (rsyncd)]: I¹ve succesfully set up BackupPC to get data from remote Windows hosts with ssh tunnel