> 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® 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 [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
