From a3e60c907838d5081269c1a50cb93ae745d5a0af Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Mon, 10 Sep 2012 23:24:26 +0200 Subject: Added information about how to backup the database. --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README') 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 -- cgit