[BackupPC-users] Problem on Etch

2009-01-28 Thread John
Hello all, We have a backuppc 3.1 installation on Debian Etch with ~50 hosts and hundreds of GBs - works fine. *Worked* fine I must say because I dist-upgraded etch and got back the old 2.1.2-6 version - apparently I forgot to apt-pin the package to backports.. So now my installation is messed

Re: [BackupPC-users] BackupPC over a Firewall (IPtables)

2009-01-28 Thread Nils Breunese (Lemonbit)
Sam Przyswa wrote: > What is DumpPreUserCmd ? See the documentation: http://backuppc.sourceforge.net/faq/BackupPC.html#item__conf_dumppreusercmd_ Nils Breunese. -- This SF.net email is sponsored by: SourcForge Communit

Re: [BackupPC-users] Timing backups

2009-01-28 Thread Les Mikesell
Timothy Murphy wrote: > How do I ensure that backups occur at 5am? > Set the BlackoutPeriods to the times when you don't want backups to occur. -- Les Mikesell lesmikes...@gmail.com -- This SF.net email is spon

[BackupPC-users] Exponential expiry question

2009-01-28 Thread Steve
It isn't mentioned in the documentation, but is exponential expiry supported for $Conf{IncrKeepCnt} the same as it is for the $Conf{FullKeepCnt} ? If not, it would be a cool feature to add so you could, for instance, have many incrementals for the past day or so but then just have one increment a

Re: [BackupPC-users] Timing backups

2009-01-28 Thread Carl Wilhelm Soderstrom
On 01/29 09:12 , Adam Goryachev wrote: > Carl Wilhelm Soderstrom wrote: > > Are you trying to make them *not* happen at a particular time? > > Or just restrict the wakeup time to only be 5am... That's a subset of the 'not happen' case. :) -- Carl Soderstrom Systems Administrator Real-Time Enter

Re: [BackupPC-users] Timing backups

2009-01-28 Thread Adam Goryachev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carl Wilhelm Soderstrom wrote: > On 01/28 09:27 , Timothy Murphy wrote: >> How do I ensure that backups occur at 5am? > > first, let's ask: what problem are you trying to solve? > backuppc is designed to schedule backups intelligently, and make them g

Re: [BackupPC-users] BackupPC over a Firewall (IPtables)

2009-01-28 Thread Les Mikesell
Sam Przyswa wrote: > > Rob Owens a écrit : >> You could use either a VPN or ssh port forwarding. For ssh port forwarding, >> it would go something like this: >> >> ssh -L :remotemachine:22 usern...@servername >> >> Then you can do: >> >> ssh -p someu...@localhost >> >> "servername" is a

Re: [BackupPC-users] Timing backups

2009-01-28 Thread Carl Wilhelm Soderstrom
On 01/28 09:27 , Timothy Murphy wrote: > How do I ensure that backups occur at 5am? first, let's ask: what problem are you trying to solve? backuppc is designed to schedule backups intelligently, and make them go off when needed and when possible; not according to an inflexible schedule. Are you

[BackupPC-users] Timing backups

2009-01-28 Thread Timothy Murphy
How do I ensure that backups occur at 5am? -- Timothy Murphy e-mail: gayleard /at/ eircom.net tel: +353-86-2336090, +353-1-2842366 s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland -- This SF.net emai

Re: [BackupPC-users] BackupPC over a Firewall (IPtables)

2009-01-28 Thread Rob Owens
On Wed, Jan 28, 2009 at 07:07:26PM +0100, Sam Przyswa wrote: > > > Rob Owens a écrit : > > You could use either a VPN or ssh port forwarding. For ssh port > > forwarding, it would go something like this: > > > > ssh -L :remotemachine:22 usern...@servername > > > > Then you can do: > > > > s

Re: [BackupPC-users] BackupPC over a Firewall (IPtables)

2009-01-28 Thread Sam Przyswa
Rob Owens a écrit : > You could use either a VPN or ssh port forwarding. For ssh port forwarding, > it would go something like this: > > ssh -L :remotemachine:22 usern...@servername > > Then you can do: > > ssh -p someu...@localhost > > "servername" is a machine behing the firewall tha

Re: [BackupPC-users] BackupPC over a Firewall (IPtables)

2009-01-28 Thread Rob Owens
You could use either a VPN or ssh port forwarding. For ssh port forwarding, it would go something like this: ssh -L :remotemachine:22 usern...@servername Then you can do: ssh -p someu...@localhost "servername" is a machine behing the firewall that can receive ssh requests from the i

Re: [BackupPC-users] BackupPC over a Firewall (IPtables)

2009-01-28 Thread Jon Craig
Allow SSH through firewall and configure rsync to run accross ssh transport. Thats well documented in the list and/or online docs. Beware, I've seen firewalls dramatically reduce performance depending on how they are configured (insert - not a firewall expert here). Jon On Wed, Jan 28, 2009 at 1

[BackupPC-users] BackupPC over a Firewall (IPtables)

2009-01-28 Thread Sam Przyswa
Hi, Is it a way to backup multiples Windows and Ubuntu machines (up to 200 machines) over a firewall on the same port if it's possible ? Thanks for your reply. Sam. -- Ce message a été vérifié par MailScanner pour des virus ou des polluriels et rien de suspect n'a été trouvé. For all your I

[BackupPC-users] Speed Stats

2009-01-28 Thread Christopher Derr
Just as a baseline for interested users, I'm listing a few of my machines that are backed up with BackupPC, the amount of data, and the speed. My BackupPC box is RAID5, XFS, 3 TB volume, Ubuntu 8.10, 7200 RPM Seagate ES 1 TB drives, 8 GB of memory, dual Opteron 2216HE processors (2.4 GHz) with

[BackupPC-users] DumpPreUserCmd to send an email before and after backup

2009-01-28 Thread Madcha
Hi, I would like backuppc send an email to $host and or $user, to notify when a full backup being to start I know it's by "DumpPreUserCmd", but anyone can help me to write it? Thanks by advance. Regis. +-- |This was sent by

Re: [BackupPC-users] Backuppc cygwin rsync fails to write files to C drive.

2009-01-28 Thread Jon Craig
test test test Have you tried using rsync to write a file back to your server from the command line of your backuppc server. In the end, this is essentially what backuppc is doing. If you cant get the rsync to go then you can focus on that and if you get it to go you can look at your config diff

Re: [BackupPC-users] against which basis rsync do compare files before transmit the changed part?

2009-01-28 Thread Holger Parplies
Hi, Matthias Meyer wrote on 2009-01-28 08:30:54 +0100 [[BackupPC-users] against which basis rsync do compare files before transmit the changed part?]: > I do not fully understand how rsync works within backuppc. > In the documentation for BackupPC_dump I found: > As BackupPC_tarExtract extracts

[BackupPC-users] Backuppc cygwin rsync fails to write files to C drive.

2009-01-28 Thread vnetrix
Thanks Rob, The rsync daemon is actually running using the system account and I expliclty granted permissions on the whole c: drive for that. As I saw it could be an issue on another forum. +-- |This was sent by supp...@vnetri