]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/concepts/newfeatures.tex
Correct typo in new features
[bacula/docs] / docs / manuals / en / concepts / newfeatures.tex
index 116dfe7c7a9452d447d83982b5f70682b3b8b61c..bb63c965403d7c7c72f2ff2ebc006e788a511ba7 100644 (file)
@@ -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}