aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
2010-01-09Split off root priviledge check to its own function -- check for each ↵Dave Reisner-2/+10
dispatcher so user can still see the usage file
2010-01-09Split off directory structure creation to its own functionDave Reisner-4/+9
2010-01-09Lots of bug fixesDave Reisner-3/+8
2010-01-09Rework recreation of seed after a backup. Works better, but not 100% yetDave Reisner-14/+18
2010-01-09Don't bail on a bad rsync, or else we won't clean up mounts. Add --resquash ↵Dave Reisner-7/+14
and --resquash-discard-old options to backup dispatcher
2010-01-09Use boolean for KEEP_LAST_WEEKDave Reisner-1/+1
2010-01-09Add --modifier option to -B dispatchDave Reisner-0/+1
2010-01-09Bug fixes from tonight's runDave Reisner-5/+14
2010-01-08Add more debugging statementsDave Reisner-2/+4
2010-01-08Add support for checking custom mountsDave Reisner-2/+13
2010-01-08Use mountpoint utility rather than grep'ing /proc/mountsDave Reisner-3/+3
2010-01-08Add detail about filtering outputDave Reisner-0/+1
2010-01-08remove 1 item, add anotherDave Reisner-2/+1
2010-01-08Add skelton for -Z option to restore sanityDave Reisner-0/+7
2010-01-08Add detailed usage by bin for 'full' queryDave Reisner-6/+11
2010-01-08Delete unused union_mount_by_dayDave Reisner-5/+0
2010-01-08Alphabetize options in usage heredocDave Reisner-4/+4
2010-01-08Add parsing and skeleton for query dispatcherDave Reisner-6/+17
2010-01-08I take it back, I do want a query dispatcher to parse for sanityDave Reisner-4/+10
2010-01-08squashfu renamed squashfu.confDave Reisner-62/+0
2010-01-08Skip query dispatcher. Pass on straight to query_usage and deal with it thereDave Reisner-10/+4
2010-01-08Create dispatchers for each action to more thoroughly check extra argsDave Reisner-12/+66
2010-01-08Split unmount_all into two separate functions, calling both for _allDave Reisner-5/+16
2010-01-08Remove unused code in create_new_seedDave Reisner-3/+0
2010-01-08Refine config importDave Reisner-2/+3
2010-01-08Alphabetize functionsDave Reisner-95/+95
2010-01-08stuff. sorryDave Reisner-10/+13
2010-01-08Add .conf extension, add options for color and debug outputDave Reisner-0/+70
2010-01-08Flesh out heredoc for usage. UnfinishedDave Reisner-2/+37
2010-01-08Add skeleton of option parserDave Reisner-48/+64
2010-01-08Make info funcs a little more descriptiveDave Reisner-4/+3
2010-01-08More description, add external linksDave Reisner-3/+17
2010-01-08Spacing for readabilityDave Reisner-3/+5
2010-01-08Clean up workflowDave Reisner-12/+24
2010-01-08Add proto for usage functionDave Reisner-4/+6
2010-01-08Add finish routine, cleanup unneeded code/commentsDave Reisner-39/+19
2010-01-08Add todo list. Everyone's favorite. Even the TODO list probably isn't completeDave Reisner-0/+15
2010-01-08Add warning about touching the branches. Don't make me tell you again... ↵Dave Reisner-1/+3
about the branches
2010-01-08Still need ability to mount only part of the union in mount_union_ro()Dave Reisner-1/+1
2010-01-08Less babysitting. Appears to behave better when the entirety is mounted ro ↵Dave Reisner-12/+15
and a single branch is remounted rw. Also, don't touch the fucking branches.
2010-01-08Add further debugging -- stop crashing you turdDave Reisner-31/+58
2010-01-07Initial commit: extremely alphaDave Reisner-0/+254