]> git.sur5r.net Git - bacula/bacula/commitdiff
Update manual
authorKern Sibbald <kern@sibbald.com>
Mon, 30 Aug 2004 21:02:45 +0000 (21:02 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 30 Aug 2004 21:02:45 +0000 (21:02 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1571 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ReleaseNotes
bacula/kernstodo

index 980daccaa5f17c9edd5a4c796cb79b5c71766dd5..36d555ee89c1938e03dbea9c9fef1b00acd26927 100644 (file)
@@ -40,6 +40,10 @@ Items to note!!!
 - Regular expressions are not implemented in the Win32 FD.
 
 Other Items:
+- A duration specification may have any number of integer/modificator
+  specifications. E.g.:
+  1 week 2 days 3 hours 10 mins
+  1 month 2 days 30 sec
 - Print error message if Alert Command fails in bpipe_open().
 - Doc Alert command.
 - Eliminate unnecessary class in findlib/attribs.c
index 7482507aee3791a296c519d929c35915d3f1bbe1..dc3b6fb4ed540aaaaf6da5ac64b19d1a4839c0ce 100644 (file)
@@ -19,7 +19,6 @@ Version 1.35                Kern (see below)
 - Perhaps add read/write programs and/or plugins to FileSets.
 
 - Add bscan to four-concurrent-jobs regression.
-- Doc new IPv6 syntax
 - Add IPv6 to regression
 - Alternative to static linking "ldd prog" save all binaries listed,
   restore them and point LD_LIBRARY_PATH to them.
@@ -29,35 +28,8 @@ Version 1.35                Kern (see below)
 - Test/doc Tape Alerts
 - Doc update AllFromVol
 - Doc dbcheck eliminate orphaned clients.
-- Doc new duration time input editing.
 - Doc -p option in stored
 - Document that console commands can be abbreviated.
-   
-
-Documentation to do: (any release a little bit at a time)
-- Document query file format.
-- Add more documentation for bsr files.
-- Document problems with Verify and pruning.
-- Document how to use multiple databases.
-- VXA drives have a "cleaning required"
-  indicator, but Exabyte recommends preventive cleaning after every 75
-  hours of operation.
-  From Phil:
-    In this context, it should be noted that Exabyte has a command-line
-    vxatool utility available for free download.  (The current version is
-    vxatool-3.72.) It can get diagnostic info, read, write and erase tapes,
-    test the drive, unload tapes, change drive settings, flash new firmware,
-    etc.
-    Of particular interest in this context is that vxatool <device> -i will
-    report, among other details, the time since last cleaning in tape motion
-    minutes.  This information can be retrieved (and settings changed, for
-    that matter) through the generic-SCSI device even when Bacula has the
-    regular tape device locked.  (Needless to say, I don't recommend
-    changing tape settings while a job is running.)
-- Lookup HP cleaning recommendations.
-- Lookup HP tape replacement recommendations (see trouble shooting autochanger)
-- Add more obvious documentation of @ for conf files.
-- Document doing table repair
 - New IP address specification is used as follows:
     [sdaddresses|diraddresses|fdaddresses] = { [[ip|ipv4|ipv6] = { 
            [[addr|port] = [^ ]+[\n;]+] }] }
@@ -100,6 +72,32 @@ Documentation to do: (any release a little bit at a time)
   An ipv4 section forces the resolution to be only ipv4, and an ipv6 section
   forces the resolution to be only ipv6.
 
+   
+
+Documentation to do: (any release a little bit at a time)
+- Document query file format.
+- Add more documentation for bsr files.
+- Document problems with Verify and pruning.
+- Document how to use multiple databases.
+- VXA drives have a "cleaning required"
+  indicator, but Exabyte recommends preventive cleaning after every 75
+  hours of operation.
+  From Phil:
+    In this context, it should be noted that Exabyte has a command-line
+    vxatool utility available for free download.  (The current version is
+    vxatool-3.72.) It can get diagnostic info, read, write and erase tapes,
+    test the drive, unload tapes, change drive settings, flash new firmware,
+    etc.
+    Of particular interest in this context is that vxatool <device> -i will
+    report, among other details, the time since last cleaning in tape motion
+    minutes.  This information can be retrieved (and settings changed, for
+    that matter) through the generic-SCSI device even when Bacula has the
+    regular tape device locked.  (Needless to say, I don't recommend
+    changing tape settings while a job is running.)
+- Lookup HP cleaning recommendations.
+- Lookup HP tape replacement recommendations (see trouble shooting autochanger)
+- Add more obvious documentation of @ for conf files.
+- Document doing table repair
   
           
 Testing to do: (painful)
@@ -1288,3 +1286,5 @@ Block Position: 0
 - Look at Chris' patch for bscan bug.
 - Fix error handling in spooling both data and attribute.
 - Implement Ignore FileSet Change.
+- Doc new duration time input editing.