NAME
App::Manoc::DataDumper::Script - Manoc Netwalker script runner
VERSION
version 2.99.2
DESCRIPTION
This class is responsible for running the manoc dumper scripst. It extends App::Manoc::Script and can operate in two modes: load or save.
METHODS
run_save
Implements the save command to dump database to a datadumper file.
run_load
Implements the load command to restore database from a datadumper file.
run
The script entry point.
AUTHORS
Gabriele Mambrini <gmambro@cpan.org>
Enrico Liguori
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Gabriele Mambrini.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.