From 6178bdb5a08527e9c64deb05fab6b836af869695 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 11 Aug 1999 14:42:57 +0000 Subject: [PATCH] *** empty log message *** --- bin/backup-freeside | 6 ++++++ htdocs/docs/install.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 bin/backup-freeside diff --git a/bin/backup-freeside b/bin/backup-freeside new file mode 100644 index 000000000..a39b04692 --- /dev/null +++ b/bin/backup-freeside @@ -0,0 +1,6 @@ +#!/bin/sh +/etc/init.d/apache stop +/etc/init.d/mysql stop +tar czvf var-lib-mysql-`date +%y%m%d%H%M%S`.tar.gz /var/lib/mysql +/etc/init.d/mysql start +/etc/init.d/apache start diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index 592d6566d..5a4d1b2d7 100644 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -9,7 +9,7 @@ Before installing, you need:
  • SSH
  • Perl (at least 5.004_05 for the 5.004 series or 5.005_03 for the 5.005 series. Don't enable experimental features like threads or the PerlIO abstraction layer.)
  • A database engine supported by Perl's DBI, such as MySQL or PostgreSQL (see the PostgreSQL notes) -
  • Perl modules (CPAN will query, download and build perl modules)) +
  • Perl modules (CPAN will query, download and build perl modules automatically)