]> git.sur5r.net Git - bacula/bacula/commitdiff
Add documentation on baculabackupreport to delete_catalog_backup.in
authorKern Sibbald <kern@sibbald.com>
Sat, 1 Jul 2017 14:14:47 +0000 (16:14 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 1 Jul 2017 14:14:47 +0000 (16:14 +0200)
bacula/src/cats/delete_catalog_backup.in

index bc72ef29d8d6e57597414fb936234828c35a0e3e..1ae51b868aaae8cb304a44d4bed407d8097d6285 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2000-2015 Kern Sibbald
+# Copyright (C) 2000-2017 Kern Sibbald
 # License: BSD 2-Clause; see file LICENSE-FOSS
 #
 # This script deletes a catalog dump
@@ -16,5 +16,10 @@ rm -f @working_dir@/${db_name}.sql
 #  or adjust the script below. Please replace all %xxx% with what
 #  is appropriate at your site.
 #
-#/opt/bacula/bin/bsmtp -h %smtp-server% -s "catalog.bsr" \
-#   %your-name@company.org% </opt/bacula/bsr/catalog.bsr
+#@bindir@/bsmtp -h %smtp-server% -s "catalog.bsr" \
+#   %your-name@company.org% <@bsrdir@/catalog.bsr
+#
+# The following script will email a summary of the backup jobs that
+#  were completed in the last 24 hours
+#@scriptdir@/baculabackupreport 24
+#