]> git.sur5r.net Git - bacula/docs/commitdiff
minor typo fixing, added a word here and there
authorJo Simoens <polyglot@users.sourceforge.net>
Sat, 14 May 2005 23:30:13 +0000 (23:30 +0000)
committerJo Simoens <polyglot@users.sourceforge.net>
Sat, 14 May 2005 23:30:13 +0000 (23:30 +0000)
docs/manual/disk.tex
docs/manual/pools.tex

index 0ed8149a2c605421d2f7861a7a9bc73806a03204..f5a7728bf6f6f1bff2481a12832d12160d0ac859 100644 (file)
@@ -11,7 +11,7 @@
 This chapter presents most all the features needed to do Volume management.
 Most of the concepts apply equally well to both tape and disk Volumes.
 However, the chapter was originally written to explain backing up to disk, so
-you will see it is slanted in that direction, but that all the directives
+you will see it is slanted in that direction, but all the directives
 presented here apply equally well whether your volume is disk or tape. 
 
 If you have a lot of hard disk storage or you absolutely must have your
@@ -71,7 +71,7 @@ Bacula. This is because each archive has the filename as part of the internal
 label, and the internal label must agree with the system filename before
 Bacula will use it. 
 
-Although this is quite simple, there are a number of problems, the first is
+Although this is quite simple, there are a number of problems. The first is
 that unless you specify otherwise, Bacula will always write to the same volume
 until you run out of disk space. This problem is addressed below.
 
@@ -106,7 +106,7 @@ limiting the time Bacula will use a particular Volume (be it tape or disk).
 For example, the above directives can allow you to ensure that you rotate
 through a set of daily Volumes if you wish. 
 
-As mentioned above, each of those directives are specified in the Pool or
+As mentioned above, each of those directives is specified in the Pool or
 Pools that you use for your Volumes. In the case of {\bf Maximum Volume Job},
 {\bf Maximum Volume Bytes}, and {\bf Volume Use Duration}, you can actually
 specify the desired value on a Volume by Volume basis. The value specified in
@@ -128,7 +128,7 @@ Pool {
 \normalsize
 
 then if you run a backup once a day (every 24 hours), Bacula will use a new
-Volume each backup because each Volume it writes can only be used for 23 hours
+Volume for each backup, because each Volume it writes can only be used for 23 hours
 after the first write. Note, setting the use duration to 23 hours is not a very 
 good solution for tapes unless you have someone on-site during the weekends,
 because Bacula will want a new Volume and no one will be present to mount it,
index 2a63ca17bdd239b938a3d2105d48561e388ae423..987c95dc980cd22b0957c220a2220c2d5e051086 100644 (file)
@@ -14,7 +14,7 @@ can be applied to a shop that has multiple tape drives, or that wants to mount
 various different Volumes to meet their needs. 
 
 The rest of this chapter will give an example involving backup to disk
-Volumes, but most of the information applies equally well for tape Volumes. 
+Volumes, but most of the information applies equally well to tape Volumes. 
 \label{TheProblem}
 
 \subsection*{The Problem}
@@ -34,7 +34,7 @@ necessary cassettes was more expensive than their budget could handle.
 
 They want to maintain 6 months of backup data, and be able to access the old
 files on a daily basis for a week, a weekly basis for a month, then monthly
-for 6 months. In addition, and offsite capability was not needed (well perhaps
+for 6 months. In addition, offsite capability was not needed (well perhaps
 it really is, but it was never used). Their daily changes amount to about
 300MB on the average, or about 2GB per week. 
 
@@ -154,7 +154,7 @@ Pool {
 \normalsize
 
 As you can see, the Differential Pool can grow to a maximum of six volumes,
-and the Volumes are retained 40 days and there after can be recycled. Finally
+and the Volumes are retained 40 days and thereafter they can be recycled. Finally
 there is one job per volume. This, of course, could be tightened up a lot, but
 the expense here is a few GB which is not too serious. 
 \label{IncPool}