]> git.wh0rd.org - dump.git/blobdiff - TODO
Small fixes to allow dump to compile with a really old e2fsprogs version.
[dump.git] / TODO
diff --git a/TODO b/TODO
index 20fb483603fda67c9b1ddb5a0fcb3a4996641252..0a6f1a750f108b1cc5128a979139cd4b79ffecb1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.11 2000/02/10 10:22:04 stelian Exp $
+$Id: TODO,v 1.14 2000/05/28 18:16:42 stelian Exp $
 
 Need to verify:
 ---------------
@@ -19,7 +19,8 @@ All others:
 2.     More documentation? Examples, crontab?
 
 3.     Explore and correct dump problems on active filesystems 
-       (lseek/read negative count) (This should be OK as of 0.4b14).
+       (lseek/read negative count) (This should be OK as of 0.4b14.
+       Unfortunately, this seems to continue for a very few users).
 
 4.     Reimplement the ext2 specific code in a "backend" and
        make the dump code more generic. This would allow creation
@@ -43,5 +44,9 @@ All others:
             ufsrestore(1M) to determine whether a file  is  in
             the dump file that is being restored.
 
-9.     Add a '--new-volume-script' option to dump (and restore),
-       such as found in tar.
+9.     Add readline capabilities to interactive restore. Does
+       this mean huge static restore or not?
+
+10.    Do the compare on the fly in restore C mode (useful
+       when comparing huge files and you have not enough space
+       in /tmp).