From 720864f2a76d4ee3ed75cb99298b8e94c01f1b29 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Wed, 9 Mar 2022 21:10:26 -0500 Subject: =?UTF-8?q?Here=E2=80=99s=20some=20old=20code=20of=20mine=20for=20?= =?UTF-8?q?a=20backup=20system=20from=20c.=202000.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I used to really hate AMANDA. --- TODO | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..15aed0c --- /dev/null +++ b/TODO @@ -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. -- cgit v1.2.3