phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Phpgroupware-users] Backing up PHPgroupware


From: Jim Hale
Subject: RE: [Phpgroupware-users] Backing up PHPgroupware
Date: Fri, 18 Apr 2003 06:01:53 -0500

I have a script that I run 2x day to backup my websites and SQL
Databases to a Win2K Box. The lines in my script related to phpGroupWare
are:

Backup the entire directory structure:
--------------------------------------
tar -zcvf halegroup.no-ip.org.tar.gz /home/[path to root of groupware]/*

Dump the database:
------------------
# Backup SQL Database (phpGroupWare 914002)
prefix=GWARE
suffix=`eval date +%m%d%y`
filename=$prefix$suffix
mysqldump -u[user account] -p[password] --opt [Name of Groupware
Database] > $filename.sql

HTH,

Jim

-----Original Message-----
From: address@hidden
[mailto:address@hidden
On Behalf Of Rett Walters
Sent: Thursday, April 17, 2003 1:37 PM
To: address@hidden
Subject: [Phpgroupware-users] Backing up PHPgroupware


Hello all:

Does anyone out there have any advice or tools on backing up and moving
a phpgroupware install on a linux system and moving it to a new linux
install on a different box?  I am using Postgres on RH Linux 7.2 and
wish to move it to a RH 8.0 server.  The postgresql docs on backing up
databases don't seem to be to friendly, In fact it seems that there is
no way to upgrade postgres data tables after the packages are upgraded;
it seems that several steps are needed before hand. Anyone out there
have experience in this?

Any suggestions or help would be greatly appreciated.

Rett Walters



_______________________________________________
Phpgroupware-users mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/phpgroupware-users





reply via email to

[Prev in Thread] Current Thread [Next in Thread]