From: Lee Jamison Date: Wed, 18 Oct 2017 13:47:28 +0000 (+0000) Subject: Added backup.sh, check-url-quick.pl, delete_items.pl X-Git-Tag: 17.11.00~23^2 X-Git-Url: http://git.equinoxoli.org/?p=kohadocs.git;a=commitdiff_plain;h=5a6f946b15f626246c6535fef0801acab1c7d810 Added backup.sh, check-url-quick.pl, delete_items.pl --- diff --git a/en/source/16_cron_jobs.rst b/en/source/16_cron_jobs.rst index 32b4ec9..dce95d8 100644 --- a/en/source/16_cron_jobs.rst +++ b/en/source/16_cron_jobs.rst @@ -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