##// END OF EJS Templates
added backup to docs
marcink -
r1104:af371e20 beta
parent child Browse files
Show More
@@ -0,0 +1,25 b''
1 .. _backup:
2
3 Backing up RhodeCode
4 ====================
5
6
7 Settings
8 --------
9
10 Just copy your .ini file, it contains all RhodeCode settings.
11
12 Whoosh index
13 ------------
14
15 Whoosh index is located in **/data/index** directory where you installed
16 RhodeCode ie. the same place where the ini file is located
17
18
19 Database
20 --------
21
22 When using sqlite just copy rhodecode.db.
23 Any other database engine requires a manual backup operation.
24
25 Database backup will contain all gathered statistics No newline at end of file
@@ -1,57 +1,58 b''
1 1 .. _index:
2 2
3 3 .. include:: ./../README.rst
4 4
5 5 Documentation
6 6 -------------
7 7
8 8 **Installation:**
9 9
10 10 .. toctree::
11 11 :maxdepth: 1
12 12
13 13 installation
14 14 setup
15 15 upgrade
16 16
17 17 **Usage**
18 18
19 19 .. toctree::
20 20 :maxdepth: 1
21 21
22 22 usage/general
23 23 usage/enable_git
24 24 usage/statistics
25 usage/backup
25 26
26 27 **Develop**
27 28
28 29 .. toctree::
29 30 :maxdepth: 1
30 31
31 32 contributing
32 33 changelog
33 34
34 35 **API**
35 36
36 37 .. toctree::
37 38 :maxdepth: 2
38 39
39 40 api/index
40 41
41 42
42 43 Other topics
43 44 ------------
44 45
45 46 * :ref:`genindex`
46 47 * :ref:`search`
47 48
48 49 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
49 50 .. _python: http://www.python.org/
50 51 .. _django: http://www.djangoproject.com/
51 52 .. _mercurial: http://mercurial.selenic.com/
52 53 .. _subversion: http://subversion.tigris.org/
53 54 .. _git: http://git-scm.com/
54 55 .. _celery: http://celeryproject.org/
55 56 .. _Sphinx: http://sphinx.pocoo.org/
56 57 .. _GPL: http://www.gnu.org/licenses/gpl.html
57 58 .. _vcs: http://pypi.python.org/pypi/vcs
General Comments 0
You need to be logged in to leave comments. Login now