Re: [BackupPC-users] Issue with remote backup of server(s) over VPN after failover

2011-02-14 Thread Scott Saunders
y thoughts you might have on what could be done to determine the cause here to find a solution. TIA Scott On 2/11/2011 1:15 AM, Stefan Peter wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Scott > > Am 11.02.2011 01:29, schrieb Scott Saunders: >> I let th

Re: [BackupPC-users] Issue with remote backup of server(s) over VPN after failover

2011-02-10 Thread Scott Saunders
patibility issues between rsync versions? The backup servers are running 2.6.9 protocol version 29 and both of the clients are running 3.0.7 protocol version 30. AFAIK the newer version would be backwards compatible, no? Is this setup confusing -- have I explained the issue well enough? Scott

[BackupPC-users] Issue with remote backup of server(s) over VPN after failover

2011-02-07 Thread Scott Saunders
I've got a couple of servers running in a 2 node master/slave cluster using pacemaker(corosync)/drbd. Like other servers, I've got them configured to backup to a local BackupPC server as well as a remote (VPN over T1) BackupPC server (rsync over ssh for both). However, with the cluster, only th

Re: [BackupPC-users] converting a backup from inc to full

2008-02-01 Thread Scott Saunders
dan wrote: > yes, its that incrementals dont last, either that or i have to keep an > insane number of them. > i dont want my month end backups being deleted and having only > backups for random days throughout the year > > On Feb 1, 2008 3:40 PM, Les Mikesell <[EMAIL PROTECTED] >

[BackupPC-users] scheduling full backups to take place on a weekend

2008-01-15 Thread Scott Saunders
I've noticed with the default scheduling for a backup a full week of a host is backed up consisting of 1 full and 6 incrementals. Using the default scheduling as an example, the full could happen any day of the week or the scheduling would even be reset if the backuppc daemon is restarted. Pl

Re: [BackupPC-users] scheduling backups

2008-01-10 Thread Scott Saunders
Rich Rauenzahn wrote: > >> Multiple profiles? I'm not sure I understand. Would this consist of >> creating multiple per-host configurations for the same host? If so, > Yes... > >> would there be a specific naming convention? Is there a way to have > > No... >> backuppc still automatically

Re: [BackupPC-users] scheduling backups

2008-01-10 Thread Scott Saunders
> On 01/09 09:19 , Scott Saunders wrote: >> > I know it's possible to set specific schedules for backups per host >> > using $Conf{FullPeriod}, $Conf{IncPeriod}, and $Conf{FullKeepCnt}among >> > others, but I was wondering if there is a way to do scheduling sp

[BackupPC-users] scheduling backups

2008-01-09 Thread Scott Saunders
I know it's possible to set specific schedules for backups per host using $Conf{FullPeriod}, $Conf{IncPeriod}, and $Conf{FullKeepCnt}among others, but I was wondering if there is a way to do scheduling specific to a smaller subset of that - being per shares on the same host. Any ideas/solution