From 29b97a3bb735a9449722801cf7c90aaecdc2d1f9 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 5 Sep 2008 15:50:54 +0000 Subject: [PATCH] Correct typo in new features --- docs/manuals/en/concepts/newfeatures.tex | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/manuals/en/concepts/newfeatures.tex b/docs/manuals/en/concepts/newfeatures.tex index 116dfe7c..bb63c965 100644 --- a/docs/manuals/en/concepts/newfeatures.tex +++ b/docs/manuals/en/concepts/newfeatures.tex @@ -276,11 +276,12 @@ then Bacula will not backup the two directories named: \section{Accurate} \index[general]{Accurate Backup} As with most other backup programs, Bacula decides what files to backup -for Incremental and Differental backup by comparing the creation and modification -times of the file to the time the last backup completed. If one of those two times -is later than the last backup time, then the file will be backed up. This does -not, however, permit tracking what files have been deleted and will miss any file -with an old time that may have been restored or moved on the client filesystem. +for Incremental and Differental backup by comparing the change (st_ctime) +and modification (st_mtime) times of the file to the time the last backup completed. +If one of those two times is later than the last backup time, then the file +will be backed up. This does not, however, permit tracking what files have +been deleted and will miss any file with an old time that may have been +restored or moved on the client filesystem. If the {\bf Accurate = \lt{}yes|no\gt{}} directive is enabled (default no) in the Job resource, the job will be run as an Accurate Job. For a {\bf Full} @@ -364,4 +365,4 @@ The bconsole {\bf status dir} output has been enhanced to indicate Storage daemon job spooling and despooling activity. -\end{description} \ No newline at end of file +\end{description} -- 2.39.2