Added backup.sh, check-url-quick.pl, delete_items.pl
authorLee Jamison <ldjamison@marywood.edu>
Wed, 18 Oct 2017 13:47:28 +0000 (13:47 +0000)
committerLee Jamison <ldjamison@marywood.edu>
Wed, 18 Oct 2017 13:47:28 +0000 (13:47 +0000)
en/source/16_cron_jobs.rst

index 32b4ec9..dce95d8 100644 (file)
@@ -29,6 +29,20 @@ The locations below assume a dev install which puts the crons in misc/,
 if you have a standard install you may want to look in bin/ for these
 files if you cannot find them in misc/
 
+.. _daily-backup-label:
+
+Backup
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+Daily Backup
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/backup.sh
+
+Does: Creates a daily backup of the Koha database.
+
+Frequency suggestion: daily
+
 .. _search-label:
 
 Search
@@ -455,6 +469,30 @@ Frequency suggestion: hourly
 Catalog
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+.. _delete-items-label:
+
+Batch Item Deletion
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/delete\_items.pl
+
+Does: A batch item deletion tool, which generates a query against the items
+database and deletes the items matching the criteria specified in the
+command line arguments.
+
+.. _check-url-quick-label:
+
+Check URL Quick
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/check-url-quick.pl
+
+Does: Check URLs from biblio records.
+
+    **Note**
+    
+    This script replaces the check-url.pl script
+
 .. _check-urls-label:
 
 Check URLs