|
From: <di...@us...> - 2007-04-27 04:48:10
|
Revision: 486
http://safekeep.svn.sourceforge.net/safekeep/?rev=486&view=rev
Author: dimi
Date: 2007-04-26 21:48:09 -0700 (Thu, 26 Apr 2007)
Log Message:
-----------
A few more doc tweaks
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-27 04:44:26 UTC (rev 485)
+++ safekeep/trunk/doc/safekeep.backup.txt 2007-04-27 04:48:09 UTC (rev 486)
@@ -36,14 +36,14 @@
<!-- settings for database dump and for volume snapshot -->
<setup>
- <!-- database type ("postgres" or "mysql"), user with backup rights,
- dbuser with backup rights, location of the dump file on the client
+ <!-- database type ("postgres" or "mysql"), and database name,
+ DB 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.
Databases can be dumped individualy using a dump clause for each database. -->
<dump
type="postgres"
db="dbname"
- user="foobar"
+ dbuser="foobar"
file="/var/backup/dumps/mydata"
cleanup="true"
/>
Modified: safekeep/trunk/doc/safekeep.txt
===================================================================
--- safekeep/trunk/doc/safekeep.txt 2007-04-27 04:44:26 UTC (rev 485)
+++ safekeep/trunk/doc/safekeep.txt 2007-04-27 04:48:09 UTC (rev 486)
@@ -129,8 +129,8 @@
<host name="my_workstation" />
<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="postgres" dbuser="postgres" file="/var/lib/pgsql/backups/all_dbs" />
+ <dump type="mysql" user="mysql" dbuser="dbbackup" db="adatabase" file="/var/backups/dumps/adatabase_dbs" />
<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.
|