aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2012-09-10 23:24:26 +0200
committercedricbonhomme <devnull@localhost>2012-09-10 23:24:26 +0200
commita3e60c907838d5081269c1a50cb93ae745d5a0af (patch)
treeeb5bd523bb6c2cacc5d09ff85690af65eea78827 /README
parentRemoved sqlite2mongo.py which was used during the migration from SQLite to Mo... (diff)
downloadnewspipe-a3e60c907838d5081269c1a50cb93ae745d5a0af.tar.gz
newspipe-a3e60c907838d5081269c1a50cb93ae745d5a0af.tar.bz2
newspipe-a3e60c907838d5081269c1a50cb93ae745d5a0af.zip
Added information about how to backup the database.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index a2737f76..dc1f246b 100644
--- a/README
+++ b/README
@@ -62,6 +62,16 @@ If you want to install these modules:
sudo aptitude install python-lxml python-genshi
+Backup
+------
+
+If you want to backup your database:
+
+ $ su
+ $ /etc/init.d/mongodb stop
+ $ cp /var/lib/mongodb/pyaggr3g470r.* ~
+
+
Donnation
---------
If you wish and if you like pyAggr3g470r, you can donate via bitcoin. My bitcoin address: 1GVmhR9fbBeEh7rP1qNq76jWArDdDQ3otZ
bgstack15