<<

NAME

nl-sync-to-koha.pl - Sync patrons from the Norwegian national patron database (NL) to Koha.

SYNOPSIS

 perl nl-sync-to-koha.pl -v --run

OPTIONS

-r, --run

Actually carry out syncing operations. Without this option, the script will only report what it would have done, but not change any data, locally or remotely.

-v --verbose

Report on the progress of the script.

-f --from

Date and time to sync from, if this should be different from "1 second past midnight of the day before". The date should be in this format:

    2014-06-03T00:00:01
-d --debug

Even more output.

-h, -?, --help

Prints this help message and exits.

AUTHOR

Magnus Enger <digitalutvikling@gmail.com>

COPYRIGHT

Copyright 2014 Oslo Public Library

LICENSE

This file is part of Koha.

Koha is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

You should have received a copy of the GNU General Public License along with Koha; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

<<