koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/holds/auto_unsuspend_holds.pl > /dev/null 2>&1
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/merge_authorities.pl -b
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/plugins_nightly.pl
koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/anonymise_last_borrowers.pl
koha-run-backups --days 2 --output /var/spool/koha
sub usage {
print STDERR <<USAGE;
Usage: $0 --days DAYS [-h|--help]
Usage: $0 [-h|--help]
-v --verbose gives a little more information
-h --help prints this help message, and exits, ignoring all
other options
exit $_[0];
}
my ( $help, $days, $verbose );
my ( $help, $verbose );
GetOptions(
'h|help' => \$help,
-