BackupPC-users

Re: [BackupPC-users] DumpPreUserCmd commands only on full backups?

2011-08-06 18:53:49
Subject: Re: [BackupPC-users] DumpPreUserCmd commands only on full backups?
From: Brad Alexander <storm16 AT gmail DOT com>
To: mstowe AT chicago.us.mensa DOT org, "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Sat, 6 Aug 2011 18:51:57 -0400
Actually, at work we are. I was just curious if this was available in backuppc.

On Fri, Aug 5, 2011 at 10:51 PM, Michael Stowe <mstowe AT chicago.us.mensa DOT org> wrote:
> As the subject posits, is it possible to issue a dump pre- or post-command
> only on certain types of backups? For instance, we run bacula at work, and
> apparently the director states what kind of backup is running, either Full
> or Incr. So in your scripts, you can do something like
>
> if [ $1 != "Full" ] ; then
>   exit 0
> fi
>
> ...Rest of script...
>
> We use it to clear some specialized logs after they have been backed up in
> a
> Full. Is something like this possible in backuppc?
>
> Thanks,
> --b

Why would it matter if the logs are being backed up in both an incremental
and a full?  It's not like you're saving them to tape.

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts.
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
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/

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
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/
<Prev in Thread] Current Thread [Next in Thread>