]> oss.titaniummirror.com Git - oss-web.git/blobdiff - in/ovzbpc.md
Fixes for some shuffling of git repos, and use of code spans via back-ticks.
[oss-web.git] / in / ovzbpc.md
index 9f5bdbe9750d236afd5c2fbdede5adcf30cc3e65..3c03dc8fa476e4dc5a2cd7632404894beefa03fd 100644 (file)
@@ -3,9 +3,7 @@ linktitle: ovzbpc
 parent: TOP
 ctime: 2008-06-09
 
-Repositories: [backuppc](http://repo/gitweb/?p=backuppc.git;a=tree),
-[ovz](http://repo/gitweb/?p=ovz.git;a=tree),
-[esata](http://repo/gitweb/?p=esata.git;a=tree).
+Repositories: [ovzbpc](http://repo/gitweb/?p=ovzbpc.git;a=summary).
 
 # TMI backup strategy
 
@@ -17,18 +15,18 @@ BackupPC disk archive is made on one of a pool of external eSATA drives, which
 are rotated off-site for disaster recovery.  TMI has authored a few program
 scripts which integrate these backup components.
 
-* [BackupPC_ovz](http://repo/gitweb/?p=backuppc.git;a=blob;f=README;hb=HEAD)
-  allows an OpenVZ VE to be backed up and restored via BackupPC without
-  special configuration of the VE, nor with BackupPC being told on which
-  hardware node the VE is running.
+* `BackupPC_ovz` allows an OpenVZ VE to be backed up and restored via BackupPC
+  without special configuration of the VE, nor with BackupPC being told on
+  which hardware node the VE is running.  See the
+  [README](http://repo/gitweb/?p=ovzbpc.git;a=blob;f=README;hb=HEAD) for more
+  information.
 
-* bpcdump and friends support cloning the BackupPC VE to a removeable eSATA
-  drive for disaster recovery.  See [README.recover](http://repo/gitweb/?p=ovz.git;a=blob;f=README.recover;hb=HEAD)
+* `bpcdump` and friends support cloning the BackupPC VE to a removeable eSATA
+  drive for disaster recovery.  See [README.bpcdump](http://repo/gitweb/?p=ovzbpc.git;a=blob;f=README.bpcdump;hb=HEAD)
   for more information.
 
-* The [esata](http://repo/gitweb/?p=esata.git;a=tree) wraps the `scsiadd`
-  utility for properly handling eSATA drives on Dell PE1800 and PE1900
-  platforms.  Newer hardware and better Linux kernel support will someday make
-  scripts like this unnecessary.  See the included
-  [README](http://repo/gitweb/?p=esata.git;a=blob;f=README;hb=HEAD) for more
-  information.
+* `esata` wraps the `scsiadd` utility for properly handling eSATA drives on
+  Dell PE1800 and PE1900 platforms.  Newer hardware and better Linux kernel
+  support will someday make scripts like this unnecessary.  See
+  [README.esata](http://repo/gitweb/?p=ovzbpc.git;a=blob;f=README.esata;hb=HEAD)
+  for more information.