[Koha-bugs] [Bug 21111] Add --exclude-indexes option to koha-run-backups

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 8 21:06:33 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21111

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |david at davidnind.com

--- Comment #4 from David Nind <david at davidnind.com> ---
Hi Tomás.

After applying the patch I get these errors:

- re-running step 2:
  root at kohadevbox:koha(bz21111)$ debian/scripts/koha-run-backups --days 2
--output /var/spool/koha
  Error: Invalid instance name indexes

- running step 4: 

root at kohadevbox:koha(bz21111)$ debian/scripts/koha-run-backups
--exclude-indexes --days 2 --output /var/spool/koha
koha-run-backups: unrecognized option '--exclude-indexes'
debian/scripts/koha-run-backups - performs backups of the koha installations on
the system

This allows automation of backing up the koha data and configuration to the
filesystem. It will keep the past so many backups, discarding older ones.

Options:
    --output /path     The directory that the resulting files will be placed
into.
                       (default: /var/spool/koha)
    --days 2           The number of days to keep backups around for
                       (default: 2)
    --exclude-indexes  Exclude Zebra indexes from the backups (default: false)

Note: backups produced using this tool can be restored using `koha-restore'.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list