]> git.wh0rd.org - dump.git/blobdiff - TODO
Dump accepts ext3 filesystems. Checking the superblock features.
[dump.git] / TODO
diff --git a/TODO b/TODO
index d0a723e1fd3195a37f074074050669600fc24042..bdb4783621a4c7a07f5b64b62c8f39ac5c539ed8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.7 1999/11/21 00:17:12 tiniou Exp $
+$Id: TODO,v 1.8 1999/11/21 02:24:45 tiniou Exp $
 
 Need to verify:
 ---------------
@@ -31,3 +31,12 @@ All others:
 5.     Implement a DEBUG option which doesn't fork on each tape, making
        it able to debug dump with gdb.
 
+6.     Add a compression mode using zlib on each file (see
+       http://www.cdrom.com/pub/infozip/zlib).
+
+7.     Add some support in dump and restore for numbering in sequence
+       the output files (when dumping to a file). Something like -N <prefix>
+       which creates (or reads) <prefix>-1, <prefix>-2 etc...
+
+8.     Make a bootable dump tape? I don't know if it is possible...
+