Changed todo
authorCarl N Baldwin <cnb@hpsvcnb.fc.hp.com>
Sat, 5 Nov 2005 00:12:47 +0000 (17:12 -0700)
committerCarl N Baldwin <cnb@hpsvcnb.fc.hp.com>
Sat, 5 Nov 2005 00:12:47 +0000 (17:12 -0700)
TODO

diff --git a/TODO b/TODO
index 7eec96343d18cbbd9c61aca0efdfa70265a6d1ec..8149c6468d1b01923c3f0280cb44e1fe035b11fc 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1 +1,14 @@
 Add 'real' disk usage to db format so that sparse files are packed efficiently.
+ - A sparse file takes up less disk space than the size of the file.
+   Currently, lsbackups calculates enough space to include the whole thing on
+   the CD.  With an ext2 filesystem there is no need to do this.  It only needs
+   to reserve enough space for the actual disk usage.
+ - This might not be true if the target image uses an ISO fs.  I should do some
+   looking into this.
+
+If a file has multiple hard-links then this is not handled efficiently.
+lsbackups should only calculate space on the target filesystem for one
+copy and actually preserve the hard-links.  This will save space and
+make restore more accurate since the hard-links will still be there
+after the restore.
+