BackupPC-users

Re: [BackupPC-users] Need help creating a new module or any way to incorporate

2012-10-23 14:37:44
Subject: Re: [BackupPC-users] Need help creating a new module or any way to incorporate
From: Les Mikesell <lesmikesell AT gmail DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Tue, 23 Oct 2012 13:36:29 -0500
On Tue, Oct 23, 2012 at 12:45 PM, Tilde88
<backuppc-forum AT backupcentral DOT com> wrote:
> (needless to say, im horrible in PERL)
>

I can't help much with code changes, but note that you already have
the option to run custom commands on the targets with the

$Conf{DumpPreUserCmd} = undef;
$Conf{DumpPostUserCmd} = undef;
$Conf{DumpPreShareCmd} = undef;
$Conf{DumpPostShareCmd} = undef;
$Conf{RestorePreUserCmd} = undef;
$Conf{RestorePostUserCmd} = undef;
$Conf{ArchivePreUserCmd} = undef;
$Conf{ArchivePostUserCmd} = undef;

options.  You don't get a push button, but they run at the appropriate
time relative to the operation.

-- 
   Les Mikesell
     lesmikesell AT gmail DOT com

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/