Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Tweak layout of options block.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Sep 14, 2013
1 parent 7bb241c commit 4ffaae0
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 13 deletions.
44 changes: 34 additions & 10 deletions manuals/en/main/dirdconf-fileset.tex
Expand Up @@ -126,7 +126,9 @@ \section{FileSet Resource}
\footnotesize
\begin{verbatim}
Include {
Options { compression=GZIP }
Options {
compression=GZIP
}
File = /
File = /usr
}
Expand Down Expand Up @@ -1039,7 +1041,9 @@ \section{FileSet Resource}
\footnotesize
\begin{verbatim}
Include {
Options { compression=GZIP }
Options {
compression=GZIP
}
@/home/files/my-files
}
\end{verbatim}
Expand Down Expand Up @@ -1087,7 +1091,9 @@ \section{FileSet Resource}
\begin{verbatim}
Include {
Options { signature = SHA1 }
Options {
signature = SHA1
}
File = "|sh -c 'df -l | grep \"^/dev/hd[ab]\" | grep -v \".*/tmp\" \
| awk \"{print \\$6}\"'"
}
Expand Down Expand Up @@ -1135,7 +1141,10 @@ \section{FileSet Resource}
FileSet {
Name = "All local partitions"
Include {
Options { signature=SHA1; onefs=yes; }
Options {
signature=SHA1
onefs=yes
}
File = "\\|bash -c \"df -klF ufs | tail +2 | awk '{print \$6}'\""
}
}
Expand All @@ -1155,7 +1164,11 @@ \section{FileSet Resource}
\begin{verbatim}
Include {
Options { signature = SHA1; onfs=no; fstype=ext2 }
Options {
signature = SHA1
onfs=no
fstype=ext2
}
File = /
}
\end{verbatim}
Expand All @@ -1175,7 +1188,9 @@ \section{FileSet Resource}
\footnotesize
\begin{verbatim}
Include {
Options { signature = SHA1 }
Options {
signature = SHA1
}
File = "</home/files/local-filelist"
}
\end{verbatim}
Expand All @@ -1189,7 +1204,9 @@ \section{FileSet Resource}
\footnotesize
\begin{verbatim}
Include {
Options { signature = SHA1 }
Options {
signature = SHA1
}
File = "\\</home/xxx/filelist-on-client"
}
\end{verbatim}
Expand All @@ -1204,7 +1221,10 @@ \section{FileSet Resource}
\footnotesize
\begin{verbatim}
Include {
Options { signature=MD5; sparse=yes }
Options {
signature=MD5
sparse=yes
}
File = /dev/hd6
}
\end{verbatim}
Expand Down Expand Up @@ -1528,7 +1548,9 @@ \subsection{FileSet Examples}
FileSet {
Name = "Bad example"
Include {
Options { onefs=no }
Options {
onefs=no
}
File = /mnt/matou
}
}
Expand Down Expand Up @@ -1679,7 +1701,9 @@ \subsection{Backing up Raw Partitions}
FileSet {
Name = "RawPartition"
Include {
Options { sparse=yes }
Options {
sparse=yes
}
File = /dev/hda2
}
}
Expand Down
6 changes: 5 additions & 1 deletion manuals/en/main/pools.tex
Expand Up @@ -255,7 +255,11 @@ \section{Configuration Files}
# List of files to be backed up
FileSet {
Name = "Full Set"
Include = { Options { signature=SHA1; compression=GZIP9 }
Include = {
Options {
signature=SHA1;
compression=GZIP9
}
File = /
File = /usr
File = /home
Expand Down
8 changes: 6 additions & 2 deletions manuals/en/main/recycling.tex
Expand Up @@ -536,7 +536,9 @@ \section{Daily, Weekly, Monthly Tape Usage Example}
FileSet {
Name = "File Set"
Include {
Options { signature=MD5 }
Options {
signature=MD5
}
File = fffffffffffffffff
}
Exclude { File=*.o }
Expand Down Expand Up @@ -613,7 +615,9 @@ \section{Automatic Pruning and Recycling Example}
FileSet {
Name = "File Set"
Include {
Options { signature=MD5 }
Options {
signature=MD5
}
File = fffffffffffffffff
}
Exclude { File=*.o }
Expand Down

0 comments on commit 4ffaae0

Please sign in to comment.