Re: [BackupPC-users] Email reports

2007-04-02 Thread Les Stott
Travis Fraser wrote: On Thu, 2007-01-11 at 10:30 +0100, Francisco Daniel Igual Peña wrote: Hi, Is it possible that Backuppc sends weekly (or daily, dont mind) reports to a specific email even though there are no errors with the backups?. I want something like that, but I dont know how to do

Re: [BackupPC-users] Email reports

2007-01-16 Thread Jean-Michel Beuken
> I agree there hasn't been a way to be sure BackupPC is running ok. > > In BackupPC 3.0.0beta there is a new option to BackupPC_sendEmail: > > -c check if BackupPC is alive and send an email if not > > That allows you to run BackupPC_sendEmail -c from cron and > it will send an email to $C

Re: [BackupPC-users] Email reports

2007-01-15 Thread Michael Mansour
Hi, > Travis Fraser wrote: > > On Thu, 2007-01-11 at 10:30 +0100, Francisco Daniel Igual Peña wrote: > > > >> Hi, > >> > >> Is it possible that Backuppc sends weekly (or daily, dont mind) reports to > >> a > >> specific email even though there are no errors with the backups?. I want > >> some

Re: [BackupPC-users] Email reports

2007-01-15 Thread Travis Fraser
On Tue, 2007-01-16 at 08:24 +1100, Les Stott wrote: > Travis Fraser wrote: > > On Thu, 2007-01-11 at 10:30 +0100, Francisco Daniel Igual Peña wrote: > > > > > Hi, > > > > > > Is it possible that Backuppc sends weekly (or daily, dont mind) reports > > > to a > > > specific email even though t

Re: [BackupPC-users] Email reports

2007-01-15 Thread Les Stott
Craig Barratt wrote: Francisco writes: Is it possible that Backuppc sends weekly (or daily, dont mind) reports to a specific email even though there are no errors with the backups?. I want something like that, but I dont know how to do it. I really don't like programs that annoy you w

Re: [BackupPC-users] Email reports

2007-01-15 Thread Craig Barratt
Francisco writes: > Is it possible that Backuppc sends weekly (or daily, dont mind) reports to a > specific email even though there are no errors with the backups?. I want > something like that, but I dont know how to do it. I really don't like programs that annoy you with emails. That said, I a

Re: [BackupPC-users] Email reports

2007-01-15 Thread Les Stott
Travis Fraser wrote: On Thu, 2007-01-11 at 10:30 +0100, Francisco Daniel Igual Peña wrote: Hi, Is it possible that Backuppc sends weekly (or daily, dont mind) reports to a specific email even though there are no errors with the backups?. I want something like that, but I dont know how to do

Re: [BackupPC-users] Email reports

2007-01-15 Thread Travis Fraser
On Thu, 2007-01-11 at 10:30 +0100, Francisco Daniel Igual Peña wrote: > > Hi, > > Is it possible that Backuppc sends weekly (or daily, dont mind) reports to a > specific email even though there are no errors with the backups?. I want > something like that, but I dont know how to do it. > I have

Re: [BackupPC-users] Email reports

2007-01-15 Thread Jean-Michel Beuken
Hi, You can use in per-pc config.pl, the parameter $Conf{DumpPostUserCmd} = '/usr/local/BackupPC/bin/BackupNotify $user $xferOK $host $type $client $hostIP '; the script BackupNotify is something like that : #!/usr/bin/perl # # # $user $xferOK $host $type # $mailprog = '/usr/l

[BackupPC-users] Email reports

2007-01-12 Thread Francisco Daniel Igual Peña
Hi, Is it possible that Backuppc sends weekly (or daily, dont mind) reports to a specific email even though there are no errors with the backups?. I want something like that, but I dont know how to do it. Thanks very much. -