diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-12 01:39:25 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-12 01:39:25 -0500 |
commit | bd94b486cac69317f989095469c57146166c933b (patch) | |
tree | 049995f8842d50b4fb18a25cf26980e17a5a43c7 /README | |
parent | 8a9158e2d55f09ef7c52c18e30e2f44c98e9b91a (diff) | |
download | squashfu-bd94b486cac69317f989095469c57146166c933b.tar.gz |
Expand 'what works' into mini faq
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -1,9 +1,22 @@ -SquashFu - an alternative backup solution +SquashFu - a combination of fun, squashfs, joy, happiness, aufs and rsync =================================================================== WARNING: EXTREMELY ALPHA. MAY SET YOUR CAT ON FIRE. +Mini FAQ: + What currently works? - - Regular backups. Execute as sudo ./squashfu and make damn sure your config is right + - Regular incrementals. Execute with sudo and make damn sure your config is right. + - Automatic merging incremenetals down to MIN_BINS once MAX_BINS has been exceeded + +What's not yet included? + - The ability to roll back + - Reporting features to show usage + - 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 If you don't care about your cat... =================================================================== |