|
From: <di...@us...> - 2007-04-27 04:44:30
|
Revision: 485
http://safekeep.svn.sourceforge.net/safekeep/?rev=485&view=rev
Author: dimi
Date: 2007-04-26 21:44:26 -0700 (Thu, 26 Apr 2007)
Log Message:
-----------
Eduard Malinschi <ed...@la...>
Clarify the docs for database dumps.
Modified Paths:
--------------
safekeep/trunk/doc/safekeep.backup.txt
safekeep/trunk/doc/safekeep.txt
Modified: safekeep/trunk/doc/safekeep.backup.txt
===================================================================
--- safekeep/trunk/doc/safekeep.backup.txt 2007-04-25 07:51:16 UTC (rev 484)
+++ safekeep/trunk/doc/safekeep.backup.txt 2007-04-27 04:44:26 UTC (rev 485)
@@ -36,9 +36,10 @@
<!-- settings for database dump and for volume snapshot -->
<setup>
- <!-- database type ("postgres" or "mysql"), user with backup rights,
- location of the dump file on the client host, and flag to remove
- or not the dump file after the backup is done -->
+ <!-- database type ("postgres" or "mysql"), user with backup rights,
+ dbuser with backup rights, location of the dump file on the client
+ host, and flag to remove or not the dump file after the backup is done.
+ Databases can be dumped individualy using a dump clause for each database. -->
<dump
type="postgres"
db="dbname"
Modified: safekeep/trunk/doc/safekeep.txt
===================================================================
--- safekeep/trunk/doc/safekeep.txt 2007-04-25 07:51:16 UTC (rev 484)
+++ safekeep/trunk/doc/safekeep.txt 2007-04-27 04:44:26 UTC (rev 485)
@@ -130,6 +130,8 @@
<repo retention="10D" />
<setup>
<dump type="postgres" user="postgres" file="/var/lib/pgsql/backups/all_dbs" />
+ <dump type="mysql" user="mysql" dbuser="dbbackup" db="adatabase" file="/var/backups/dumps/adatabase_dbs" cleanup="true" />
+ <dump type="mysql" user="mysql" dbuser="dbbackup" db="mysql" file="/var/backups/dumps/mysql_dbs" cleanup="true" />
<snapshot device="/dev/mapper/VolGroup00-LogVol00" size="500M" />
</setup>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|