|
From: <di...@us...> - 2007-02-07 01:42:58
|
Revision: 402
http://safekeep.svn.sourceforge.net/safekeep/?rev=402&view=rev
Author: dimi
Date: 2007-02-06 17:42:55 -0800 (Tue, 06 Feb 2007)
Log Message:
-----------
Add some documentation about data restoration
Modified Paths:
--------------
safekeep/trunk/TODO
safekeep/trunk/doc/safekeep.txt
Modified: safekeep/trunk/TODO
===================================================================
--- safekeep/trunk/TODO 2007-02-06 19:16:13 UTC (rev 401)
+++ safekeep/trunk/TODO 2007-02-07 01:42:55 UTC (rev 402)
@@ -1,6 +1,5 @@
Next release:
* Support more of rdiff-backup special file selectors
- * Document data restore in man page
* Add tests db dumps
Future (post 1.0):
Modified: safekeep/trunk/doc/safekeep.txt
===================================================================
--- safekeep/trunk/doc/safekeep.txt 2007-02-06 19:16:13 UTC (rev 401)
+++ safekeep/trunk/doc/safekeep.txt 2007-02-07 01:42:55 UTC (rev 402)
@@ -198,6 +198,26 @@
# sudo -H -u safekeep safekeep --keys --deploy
------------------------------------------------------------------------
+RESTORING
+---------
+Since `safekeep(1)` is built around `rdiff-backup(1)`, it doesn't have any
+built-in restore capabilities. It simply relies on `rdiff-backup` to perform
+this task.
+
+To do so, you just need to know the directory where the data is actually
+stored. In a typical installation, for a box configured via the file
+`/etc/safekeep.d/mybox.conf`, the data will be stored under
+`/var/lib/safekeep/mybox/`. Please refer to `safekeep.conf(5)` for more
+information on this matter.
+
+Once you have determined where the data will be stored (we'll continue
+the example above), all you have to do is run `rdiff-backup`:
+------------------------------------------------------------------------
+ # rdiff-backup /var/lib/safekeep/mybox my-restore-dir
+------------------------------------------------------------------------
+You will be able to find more information on the restore procedure in
+the `rdiff-backup(1)` man page.
+
SEE ALSO
--------
rdiff-backup(1), safekeep.conf(5)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|