summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-12-04 18:54:45 +0100
committerRichard Maw <richard.maw@gmail.com>2017-01-02 18:25:52 +0000
commitf7ccf9da4bb869a83392b0e7bb16ef9bbb084c18 (patch)
tree4ab6b96e46e0005ec51ecff3d676626d113a52f1 /doc
parent56650411b2e4651f9606a2bf46c4617b5d58278d (diff)
downloadgitano-f7ccf9da4bb869a83392b0e7bb16ef9bbb084c18.tar.gz
Add a section on backup and restore
Diffstat (limited to 'doc')
-rw-r--r--doc/admin/000.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/admin/000.mdwn b/doc/admin/000.mdwn
index 004c51e..b88fcf5 100644
--- a/doc/admin/000.mdwn
+++ b/doc/admin/000.mdwn
@@ -255,3 +255,14 @@ repositories.
META: This section describes how to allow cgit show specific
repositories.
+
+# Backup and restore of a Gitano instance
+
+When gitnao-setup is run, the admin needs to specify a Unix user in
+whose home directory the git repositories stored. In this section
+we'll assume the home directory is `/home/git`.
+
+To backup a Gitano instnace, backup `/home/git`. To restore, restore
+the directory.
+
+FIXME: Need to re-generate .ssh/authorizes_keys?