Dan writes:

> I was wrong - the nightly e-mails were in fact sent.
> 
> However, the nightly e-mails were wrong/incomplete/misleading.
> I guess this falls under a feature request.

It's a bug.  Missed backups due to the disk being too full are never
included in the admin nightly email.  Thanks for pointing it out.

I fixed it in 3.0.0, but the bug exists in 2.1.x too.

If you want to fix it in 2.1.x, change this line in bin/BacupPC_sendEmail
from:

    my $reply = $bpc->ServerMesg("status hosts");

to

    my $reply = $bpc->ServerMesg("status hosts info");

Craig

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to