\end{verbatim}
\normalsize
+Note, there seems to be a lot of confusion around the file extensions given
+to these keys. For example, a .pem file can contain all the following:
+private keys (RSA and DSA), public keys (RSA and DSA) and (x509) certificates.
+It is the default format for OpenSSL. It stores data Base64 encoded DER format,
+surrounded by ASCII headers, so is suitable for text mode transfers between
+systems. A .pem file may contain any number of keys either public or
+private. We use it in cases where there is both a public and a private
+key.
+
+Typically, above we have used the .cert extension to refer to X509
+certificate encoding that contains only a single public key.
+
\section{Example Data Encryption Configuration}
\index[general]{Example!File Daemon Configuration File}
occur before Thursday). w00 is not defined by the ISO specification. A week
starts with Monday and ends with Sunday.
+According to the NIST (US National Institute of Standards and Technology),
+12am and 12pm are ambiguous and can be defined to anything. However,
+12:01am is the same as 00:01 and 12:01pm is the same as 12:01, so Bacula
+defines 12am as 00:00 (midnight) and 12pm as 12:00 (noon). You can avoid
+this abiguity (confusion) by using 24 hour time specifications (i.e. no
+am/pm). This is the definition in Bacula version 2.0.3 and later.
+
An example schedule resource that is named {\bf WeeklyCycle} and runs a job
-with level full each Sunday at 1:05am and an incremental job Monday through
-Saturday at 1:05am is:
+with level full each Sunday at 2:05am and an incremental job Monday through
+Saturday at 2:05am is:
\footnotesize
\begin{verbatim}
Schedule {
Name = "WeeklyCycle"
- Run = Level=Full sun at 1:05
- Run = Level=Incremental mon-sat at 1:05
+ Run = Level=Full sun at 2:05
+ Run = Level=Incremental mon-sat at 2:05
}
\end{verbatim}
\normalsize
\begin{verbatim}
Schedule {
Name = "MonthlyCycle"
- Run = Level=Full Pool=Monthly 1st sun at 1:05
- Run = Level=Differential 2nd-5th sun at 1:05
- Run = Level=Incremental Pool=Daily mon-sat at 1:05
+ Run = Level=Full Pool=Monthly 1st sun at 2:05
+ Run = Level=Differential 2nd-5th sun at 2:05
+ Run = Level=Incremental Pool=Daily mon-sat at 2:05
}
\end{verbatim}
\normalsize
\begin{verbatim}
Schedule {
Name = "First"
- Run = Level=Full on 1 at 1:05
- Run = Level=Incremental on 2-31 at 1:05
+ Run = Level=Full on 1 at 2:05
+ Run = Level=Incremental on 2-31 at 2:05
}
\end{verbatim}
\normalsize
# When to do the backups
Schedule {
Name = "WeeklyCycle"
- Run = level=Full sun at 1:05
- Run = level=Incremental mon-sat at 1:05
+ Run = level=Full sun at 2:05
+ Run = level=Incremental mon-sat at 2:05
}
# Client (File Services) to backup
Client {
\item Only migration of Selection Types of Job and Volume have
been carefully tested. All the other migration methods (time,
occupancy, smallest, oldest, ...) need additional testing.
+
+\item Migration is only implemented for a single Storage daemon. You
+ cannot read on one Storage daemon and write on another.
\end{itemize}