Am 20.03.2013 20:28, schrieb Sergio Belkin: > Hi, > > I've readn an example in the documentation as follows: > > > RunBeforeJob = "/home/kern/bacula/bin/make_catalog_backup" > RunAfterJob = "/home/kern/bacula/bin/delete_catalog_backup" > > I don't understand it performs a backup and then deletes it? Am I > missing something? > > Thanks in advance!
Hi, make_catalog_backup dumps the database into a textfile before the actual backup runs, then the file is backed up and delete_catalog_backup cleans up behind it by deleting the dump. Regards, Christian Manal ------------------------------------------------------------------------------ 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_d2d_mar _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
