diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-12 18:36:01 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-12 18:36:01 -0500 |
commit | 847f464313f6705115b98e10cdce4193f7bc0e2b (patch) | |
tree | b2b317e85b0e51225cd25ddeb5c9f5ce4d65ba24 | |
parent | 827b1cd34d810b23c78ea40fc2b97dff8bf37cf6 (diff) | |
download | squashfu-847f464313f6705115b98e10cdce4193f7bc0e2b.tar.gz |
Update progress
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,9 +8,9 @@ What currently works? - Regular incrementals. Execute with sudo and the -B option - Automatic merging incremenetals down to MIN_BINS once MAX_BINS has been exceeded - Rolling back. Execute with sudo, the -R option, and a number of backups to roll back + - Reporting, executed with -Q, shows approx. disk usage and bin information What's not yet included? - - Reporting features to show usage and convert timestamps to useful dates - Options (don't expect a lot of them) - A lot of error catching. No telling what will happen if you SIGINT in the middle of a resquash, for example. Rsync takes care of itself, however. @@ -107,6 +107,6 @@ In no particular order.... - Create dispatchers for actions (mostly done) - Create options parser (and determine options) -- Implement report functions - Limit access by checking for sudo +- Fix output funcs for non-color scenario |