From: Kern Sibbald Date: Tue, 29 Jul 2003 10:43:39 +0000 (+0000) Subject: Update doc X-Git-Tag: Release-1.31~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d328de78b7f3588baff8c1d2fca26016fc090706;p=bacula%2Fbacula Update doc git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@650 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/kernstodo b/bacula/kernstodo index f950c6b98a..4675fdb370 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -1,5 +1,5 @@ Kern's ToDo List - 28 July 2003 + 29 July 2003 Documentation to do: (any release a little bit at a time) - Document running a test version. @@ -14,34 +14,7 @@ Documentation to do: (any release a little bit at a time) - Lookup HP cleaning recommendations. - Lookup HP tape replacement recommendations (see trouble shooting autochanger) - Document FInclude ... -- Document need to add "-u root" to most of MySQL script calls - (./create_mys... ./make_my...). - Document all the status codes JobLevel, JobType, JobStatus. -- Document dynamic DNS -- On Fri, 2003-07-25 at 22:39, Thiago Lima wrote: - I've just noticed that bacula uses the server time to scan the - > clients for new files since the last backup in incremental backup. - > So if server and client clocks aren't synced you may not backup all - > files. - > - > Example : - > - > Server time : 16:05 - > Client time : 16:00 - > runs full backup - > - > Server time : 16:15 - > Client time : 16:10 - > runs incremental backup - > - > If there's any file created/changed between 16:00 and 16:05 (client - > clock) they will never be backuped. - > The solution is keep all your machines clocks synced. - > - > Is that right? Does anybody have any comments on that? Maybe this - > could go to the FAQ? - > - > Testing to do: (painful) - that ALL console command line options work and are always implemented