Hi,

I'm just getting to grips with bacula - looking good so far.

I'm using lvm snapshots to ensure I have a static filesystems to back
up. It looks something like this:

RunBeforeJob:
  create snapshots of root, /usr, /var, /home
  mount snapshots ( /snapshots/(root|usr|var|home) )

Backup:
  /snapshots/(root|usr|var|home)

RunAfterJob:
  umount snapshots
  remove snapshots

I'd like to add a verify job after the back up, but before the snapshots
are removed, i.e. something like this:

RunBeforeJob (backup):
  create snapshots of root, /usr, /var, /home
  mount snapshots ( /snapshots/(root|usr|var|home) )

Backup:
  /snapshots/(root|usr|var|home)
Verify:
  /snapshots/(root|usr|var|home)

RunAfterJob (verify):
  umount snapshots
  remove snapshots

How can I guarantee that the verify job will run immediately after the
backup job?

Thanks,

R.



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to