changeset 1104:af371e206ec5 beta

added backup to docs
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 27 Feb 2011 22:25:06 +0100
parents 918c0b600a06
children 61c5f0ab24b9
files docs/index.rst docs/usage/backup.rst
diffstat 2 files changed, 26 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/index.rst	Sun Feb 27 03:31:01 2011 +0100
+++ b/docs/index.rst	Sun Feb 27 22:25:06 2011 +0100
@@ -22,6 +22,7 @@
    usage/general
    usage/enable_git
    usage/statistics
+   usage/backup
    
 **Develop**
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/usage/backup.rst	Sun Feb 27 22:25:06 2011 +0100
@@ -0,0 +1,25 @@
+.. _backup:
+
+Backing up RhodeCode
+====================
+
+
+Settings
+--------
+
+Just copy your .ini file, it contains all RhodeCode settings.
+
+Whoosh index
+------------
+
+Whoosh index is located in **/data/index** directory where you installed
+RhodeCode ie. the same place where the ini file is located
+
+
+Database
+--------
+
+When using sqlite just copy rhodecode.db.
+Any other database engine requires a manual backup operation.
+
+Database backup will contain all gathered statistics
\ No newline at end of file