View | Details | Raw Unified | Return to bug 42028
Collapse All | Expand All

(-)a/debian/koha-common.cron.daily (-2 / +1 lines)
Lines 15-21 Link Here
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with this program.  If not, see <https://www.gnu.org/licenses/>.
16
# along with this program.  If not, see <https://www.gnu.org/licenses/>.
17
17
18
koha-run-backups --days 2 --output /var/spool/koha
18
koha-run-backups --days 7 --exclude-indexes --exclude-logs --output /var/spool/koha
19
#koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/archive_purchase_suggestions.pl -c --age=years:1
19
#koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/archive_purchase_suggestions.pl -c --age=years:1
20
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/automatic_renewals.pl -c
20
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/automatic_renewals.pl -c
21
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/automatic_checkin.pl
21
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/automatic_checkin.pl
22
- 

Return to bug 42028