diff options
author | Brian Cully <bjc@kublai.com> | 2022-03-09 21:10:26 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2022-03-09 21:37:48 -0500 |
commit | 720864f2a76d4ee3ed75cb99298b8e94c01f1b29 (patch) | |
tree | 7a163efe3d699725a9e9dd2c17aebaa6a6feadc7 /TODO | |
download | ticra-main.tar.gz ticra-main.zip |
I used to really hate AMANDA.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -0,0 +1,27 @@ +$Id: TODO,v 1.1.1.1 1999/02/02 23:29:39 shmit Exp $ + +What needs to be done, in order of priority, before I will consider +this package done: + +Mail reports. This includes making sure everything gets logged properly, +and not just dumping to stderr and being ignored. + +Use backup estimates, dump according to size. + +Don't dump immediately when holding disk is full and dump volume can +fit. + +Make more use of return values. + +Handle dumping straight to tape when the holding disk isn't big enough +to hold the dump. + +Properly schedule taping when more than one volume can't be dumped to +the holding disk. + +Do backup scheduling. Actually use backup levels instead of only doing +level 0's (which is extremely lame). + +Give this thing away to the rest of the world. + +Unify common sources. |