aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-12 11:22:29 -0500
committerDave Reisner <d@falconindy.com>2010-01-12 11:22:29 -0500
commit907e3b7d04bf852dae24440ea9632fd0cb00ff18 (patch)
tree58469f65c564e2459adf32138a1033ff377074df /README
parent6ad518d3f53559ae3d58946e224cb6ad35bbcfc1 (diff)
downloadsquashfu-907e3b7d04bf852dae24440ea9632fd0cb00ff18.tar.gz
Update README with progress
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 9d37344..c8bc644 100644
--- a/README
+++ b/README
@@ -5,18 +5,19 @@ WARNING: EXTREMELY ALPHA. MAY SET YOUR CAT ON FIRE.
Mini FAQ:
What currently works?
- - Regular incrementals. Execute with sudo and make damn sure your config is right.
+ - 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
What's not yet included?
- - The ability to roll back
- - Reporting features to show usage
+ - 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.
What not to expect?
- Elephants
+ - Salvation
If you don't care about your cat...
===================================================================
@@ -106,7 +107,6 @@ In no particular order....
- Create dispatchers for actions (mostly done)
- Create options parser (and determine options)
-- Implement rollback functions
- Implement report functions
- Limit access by checking for sudo