
dba-backup - Scheduler script for initiating database backups

In cron file:
<min> <hour> * * * /path/to/dba-backup
shell% dba-backup </path/to/dba-backup.yml>

Simple script for initiating backups using DBA::Backup. It is intended to be executed by a scheduler such as cron, providing functionally automated backups. However this script is also useful for calling from the command line to test the backup proceedure.

The mailing list for the DBA modules is perl-dba@fini.net. See http://lists.fini.net/mailman/listinfo/perl-dba to subscribe.
dba-backup.yml DBA::Backup

Sean P. Quinlan, <gilant@gmail.com>

Copyright (C) 2004 by Sean P. Quinlan
Original version by Stefan Dragnev, <dragnev@molbio.mgh.harvard.edu> with contributions from Norbert Kremer, <kremer@molbio.mgh.harvard.edu<gt> and Danny Park, <park@molbio.mgh.harvard.edu.<gt>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.3 or, at your option, any later version of Perl 5 you may have available.