X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fkernstodo;h=a03728d99454e7ec47cfcce48ada020fdea6f1ed;hb=ae514fa2ed82ddb7329bab1a7c20e107b23cf9d2;hp=6543dc8233c28d7a790d3686110fb6805b139b28;hpb=f4ca235bb10e8cbf0d369adc9a85a78d59486dff;p=bacula%2Fbacula diff --git a/bacula/kernstodo b/bacula/kernstodo index 6543dc8233..a03728d994 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -1,5 +1,5 @@ Kern's ToDo List - 12 November 2006 + 27 April 2007 Major development: Project Developer @@ -41,9 +41,20 @@ Document: - Document more precisely how to use master keys -- especially for disaster recovery. +Professional Needs: +- Migration from other vendors + - Date change + - Path change +- Filesystem types +- Backup conf/exe (all daemons) +- Backup up system state +- Detect state change of system (verify) Priority: -- Implement 4th argument to make_catalog_backup that passes hostname. +- Please mount volume "xxx" on Storage device ... should also list + Pool and MediaType in case user needs to create a new volume. +- Implement wait_for_sysop() message display in wait_for_device(), which +now prints warnings too often. - the director seg faulted when I omitted the pool directive from a job resource. I was experimenting and thought it redundant that I had @@ -95,7 +106,6 @@ started the director. does not match -- it may have been updated by another job. - Look at moving the Storage directive from the Job to the Pool in the default conf files. -- Test FIFO backup/restore -- make regression - Doc items - Test Volume compatibility between machine architectures - Encryption documentation @@ -129,8 +139,6 @@ Projects: - Incremental backup -- rsync, Stow - - For next release: - Look at mondo/mindi - Don't restore Solaris Door files: @@ -1690,7 +1698,6 @@ Block Position: 0 the DB? - Look at using posix_fadvise(2) for backups -- see bug #751. Possibly add the code at findlib/bfile.c:795 - /* TCP socket options */ #define TCP_NODELAY 1 /* Turn off Nagle's algorithm. */ #define TCP_MAXSEG 2 /* Limit MSS */ @@ -1705,6 +1712,7 @@ Block Position: 0 #define TCP_INFO 11 /* Information about this connection. */ #define TCP_QUICKACK 12 /* Block/reenable quick acks */ #define TCP_CONGESTION 13 /* Congestion control algorithm */ - - Fix bnet_connect() code to set a timer and to use time to measure the time. +- Implement 4th argument to make_catalog_backup that passes hostname. +- Test FIFO backup/restore -- make regression