diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-09 01:39:08 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-09 01:39:08 -0500 |
commit | 9fccd454742eb118ee8053c468af9b9802f48c16 (patch) | |
tree | 13dd473ba0124a2571894eb6a12202cdd90fc386 | |
parent | 63f83db75f7a2b24c707811b1e693f289c1664fc (diff) | |
download | squashfu-9fccd454742eb118ee8053c468af9b9802f48c16.tar.gz |
Update progress
-rw-r--r-- | TODO | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -3,13 +3,15 @@ - Only check space when resquashing? - Implement options - --resquash manual resquash - --rollback=<day> rollback to a day of the week -c <config file> specify path to different config -- Add logging +- Add logging -- need to figure out how to handle color output - Filter output from commands -mostly done, mksquashfs is still noisy -- Implement /tmp file for tracking custom mounts used with -R +- Reorganize resquash code. Reused bits need to all end up out of the backup func so + that its possible in the future for a user to resquash without having to do a backup + first. + +- Figure out a better way to detect mounts with mountpoint. Using grep is not acceptable |