|
From: <fcr...@us...> - 2012-05-04 13:14:25
|
Revision: 824
http://safekeep.svn.sourceforge.net/safekeep/?rev=824&view=rev
Author: fcrawford
Date: 2012-05-04 13:14:16 +0000 (Fri, 04 May 2012)
Log Message:
-----------
Document writable options for snapshot and bind mounts
Modified Paths:
--------------
safekeep/trunk/doc/safekeep.backup.txt
Modified: safekeep/trunk/doc/safekeep.backup.txt
===================================================================
--- safekeep/trunk/doc/safekeep.backup.txt 2012-05-04 13:06:22 UTC (rev 823)
+++ safekeep/trunk/doc/safekeep.backup.txt 2012-05-04 13:14:16 UTC (rev 824)
@@ -183,6 +183,15 @@
This is planned to be specific to the current rdiff-backup, and
different options will be made available for other backends.
+/backup/setup/@writable::
+ A boolean (i.e. "true" or "false") to set mount as writable or not,
+ including snapshots and bind mounts.
+ This is normally not required, and, if set, overrides the system
+ default, but is overridden by a snapshot option.
+ In general the system default is to create non-writable mount for
+ both snapshots and bind mounts.
+ Optional for a `<setup>` element.
+
/backup/setup/dump/@type::
One of "postgres" or "mysql".
Mandatory for a `<dump>` element.
@@ -260,6 +269,13 @@
not required, as the default options should suit routine usage.
Optional for a `<snapshot>` element.
+/backup/setup/snapshot/@writable::
+ A boolean (i.e. "true" or "false") to set if snapshot mount is
+ writable or not.
+ This is normally not required, and, if set, overrides other
+ settings from the setup option or the system default.
+ Optional for a `<snapshot>` element.
+
/backup/setup/script/@path::
Execute the script specified path on the client at certain steps
of the backup process.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|