Files @ 5dde581f703f
Branch filter:

Location: kallithea/docs/usage/backup.rst - annotation

5dde581f703f 512 B text/prs.fallenstein.rst Show Source Show as Raw Download as Raw
Mads Kiilerich
scripts: add update-copyrights.py

This script will automate how the current attribution and copyright listings
are generated, thus also enabling it to be maintained from repository history
in the future.

This doesn't change anything about who has or hasn't contributed or deserves
credit, it just does a best effort attempt at maintaining existing attribution
we inherited and automating it going forward. The automation might expose
existing problems - they should be fixed by adding or removing exceptions in
the script.
.. _backup:

====================
Backing up Kallithea
====================


Settings
--------

Just copy your .ini file, it contains all Kallithea settings.


Whoosh index
------------

The Whoosh index is located in the ``data/index`` directory where you installed
Kallithea, i.e., the same place where the ini file is located


Database
--------

When using sqlite just copy kallithea.db.
Any other database engine requires a manual backup operation.

A database backup will contain all gathered statistics.