# HG changeset patch # User Marcin Kuzminski # Date 1298841906 -3600 # Node ID af371e206ec509997b007d915e78d9b355e18743 # Parent 918c0b600a06e460f7899fc9f21f1feb2b80c18f added backup to docs diff -r 918c0b600a06 -r af371e206ec5 docs/index.rst --- 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** diff -r 918c0b600a06 -r af371e206ec5 docs/usage/backup.rst --- /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