]> git.wh0rd.org - dump.git/blame - TODO
Pretty printing when excluding inodes.
[dump.git] / TODO
CommitLineData
c534413c 1$Id: TODO,v 1.20 2001/07/18 12:54:06 stelian Exp $
8590d613
SP
2
3Need to verify:
4---------------
5
4267a8ad 61. Verify that dump works with kerberos authentification (this
8590d613
SP
7 was ported from *BSD and was not tested - in fact, this
8 wasn't even compiled in!). Need success reports for this.
9
10Urgent items (for the next stable version):
11-------------------------------------------
ec387a12 12
8590d613
SP
13All others:
14-----------
8d4197bb 15
a94ecd11 161. More documentation? Examples, crontab?
8d4197bb 17
a94ecd11 182. Explore and correct dump problems on active filesystems
2f7e72ce
SP
19 (lseek/read negative count) (This should be OK as of 0.4b14.
20 Unfortunately, this seems to continue for a very few users).
8d4197bb 21
a94ecd11 223. Reimplement the ext2 specific code in a "backend" and
8d4197bb
SP
23 make the dump code more generic. This would allow creation
24 of other backends for other filesystems. Implementing a
25 (v)fat backend should be quite easy, as for BSD ffs (we
4267a8ad
SP
26 already have the code for this). The BSD code in traverse.c
27 (all those #ifdef _BSD) should go into the ffs backend.
8590d613 28
a94ecd11 294. Implement a DEBUG option which doesn't fork on each tape, making
8590d613
SP
30 it able to debug dump with gdb.
31
a94ecd11 325. Extend the compression patch to use bzip2.
c930abff 33
a94ecd11 346. Make a bootable dump tape? I don't know if it is possible...
c930abff 35
a94ecd11 367. From Kjetil Torgrim Homme <kjetilho@ifi.uio.no>:
2e682895
SP
37 a archive_file
38 Archive file. Archive a dump table-of-contents in
39 the specified archive_file to be used by
40 ufsrestore(1M) to determine whether a file is in
41 the dump file that is being restored.
79dfd5d8 42
a94ecd11 438. Modify (or get rid of) rmt in order to work with non Linux
79dfd5d8
SP
44 systems (limited succes has been reported). A good version
45 of rmt to be looked at is part of star
46 http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/star.html
47
a94ecd11 489. EA/ACL support in dump (requested by Michael Ju. Tokarev
79dfd5d8
SP
49 <mjt@tls.msk.ru>.
50
a94ecd11 5110. Better readline completition in restore (escape spaces etc).
067aec98 52
c534413c 5311. Dump compiled with RedHat's 7.0 gcc seems to hang for some
067aec98
SP
54 people. When compiled with kgcc all the problems disappear.
55 Will the RedHat's 7.1 gcc resolve this ?
56
c534413c 5712. Dump uses /dev/tty for reporting some messages. When invoked
067aec98
SP
58 from a script, /dev/tty may not exist. Why not using just
59 stderr ?