[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bacula-devel] [PATCH] newfeatures.tex: ctime != creation time
Hi Kern,
the UNIX ctime is not the creation time of a file but its (inode)
change time. There is no file creation time.
This small patch fixes this for the current svn trunk version of
"newfeatures.tex"
Regards
-Marc
--
8AAC 5F46 83B4 DB70 8317 3723 296C 6CCA 35A6 4134
--- newfeatures.tex.orig 2008-09-03 10:24:02.000000000 +0200
+++ newfeatures.tex 2008-09-03 13:16:45.000000000 +0200
@@ -276,7 +276,7 @@
\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
+for Incremental and Differental backup by comparing the change 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
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bacula-devel mailing list
Bacula-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/bacula-devel
This mailing list archive is a service of Copilot Consulting.