koha-run-backupsKoha is the first free software library automation package.
The Koha Communityhttp://koha-community.org/koha-run-backups8koha-run-backupsPerforms backups of the koha installations on the system, except an instance called 'demo'.UNIX/Linuxkoha-run-backups /some/path 2OptionsThe directory that the resulting files will be placed into (default: /var/spool/koha).The number of days to keep backups around for (default: 2).Exclude Zebra indexes from the backups (default: false).Descriptionkoha-run-backups allows automation of backing up the koha data and configuration to the filesystem. It will keep the past so many backups, discarding older ones. This script uses koha-dump to do the actual backup.If there is an instance called 'demo', it will be skipped by this script.Note: backups produced using this tool can be restored using koha-restore.See alsokoha-dump(8)koha-restore(8)