diff options
author | cedricbonhomme <devnull@localhost> | 2012-09-10 23:24:26 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2012-09-10 23:24:26 +0200 |
commit | a3e60c907838d5081269c1a50cb93ae745d5a0af (patch) | |
tree | eb5bd523bb6c2cacc5d09ff85690af65eea78827 /README | |
parent | Removed sqlite2mongo.py which was used during the migration from SQLite to Mo... (diff) | |
download | newspipe-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-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |