aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
2010-01-12Create rollback action handler. Don't rely on wc -l alone to count bin ↵Dave Reisner-6/+25
inventory -- use grep to filter blank lines if a malicious user decides to edit the file and leave blanks
2010-01-12Expand 'what works' into mini faqDave Reisner-2/+15
2010-01-12Update todo list and add a section near the top about what actually works ↵Dave Reisner-4/+6
currently
2010-01-12Update config file nameDave Reisner-1/+1
2010-01-12Add more debugging. So much easier to test when aufs doesn't crash every ↵Dave Reisner-6/+15
other unmount
2010-01-12Add sweep_bins call after new squash is createdDave Reisner-0/+3
2010-01-12Keep unmount_all calls in both create_new_squash and in action_backup. ↵Dave Reisner-1/+1
Doesn't matter that the call from action_backup might fail 1 out of 10 times
2010-01-12binventory removal routine needs to reference the old_bins array, not first ↵Dave Reisner-2/+2
element
2010-01-12EUREKA! Basic backup functionality declared working.Dave Reisner-8/+3
2010-01-12More debugging. Temp filthy hack until I figure out what's causing nothing ↵Dave Reisner-6/+16
to be passed to mount_union_with_bins on first pass
2010-01-11Add more debugging, squish more bugs. Still more left.Dave Reisner-8/+13
2010-01-11Squish some operational bugs. More to go...Dave Reisner-6/+18
2010-01-11Flesh out action_backup functionality -- commence testingDave Reisner-5/+43
2010-01-11Create skeletons for action handlersDave Reisner-0/+24
2010-01-11remove source files of combined READMEDave Reisner-90/+0
2010-01-11Merge todo, install, doc, and bugs into READMEDave Reisner-0/+97
2010-01-11Prefix bin directory and binventory with . to hideDave Reisner-2/+2
2010-01-11Partial rewrite of doc to comply with new structureDave Reisner-44/+50
2010-01-11Adjust get_next_available_bin so that it actually returns the next ↵Dave Reisner-1/+1
available, not the highest numbered
2010-01-11Rewrite for new structureDave Reisner-15/+8
2010-01-11Complete rewrite with new structure. Basic framework and backup functions ↵Dave Reisner-282/+129
written, but largely untested.
2010-01-11Reorganize config for rolling backup stratDave Reisner-20/+19
2010-01-11Initial commit. Add upstream bug and nobarrier fixDave Reisner-0/+7
2010-01-11Removing sleep and manual link flush -- stall on unmount is upstream problem ↵Dave Reisner-2/+2
with 2.6.32 kernel
2010-01-11Output from die() should be sent to STDERRDave Reisner-1/+1
2010-01-10Quote backup destination in rsync callDave Reisner-1/+1
2010-01-10Stupid mistake -- excludes weren't actually excludedDave Reisner-2/+6
2010-01-10Remove apparently non-useful delays in backupDave Reisner-4/+0
2010-01-09Fix typo in creating mount stringDave Reisner-1/+1
2010-01-09Combine union mounting functions as it can be done in a single pass (if ↵Dave Reisner-15/+8
you're not a dummy)
2010-01-09Fix invalid arg error in print_usageDave Reisner-4/+3
2010-01-09Redo commenting on backup function. Also ensure that we're exiting ↵Dave Reisner-35/+20
successfully ONLY from dispatchers
2010-01-09Don't require root for usage report. TODO: Add a warning that information ↵Dave Reisner-1/+4
might not be accurate
2010-01-09When receiving a user specified mount point, use readlink to track absolute ↵Dave Reisner-2/+2
path, rather than relative
2010-01-09Sleep 5 seconds after rsync finishes. Not sure what else might cause this ↵Dave Reisner-1/+1
hangup on unmount
2010-01-09Exit at end of rollback dispatcherDave Reisner-0/+2
2010-01-09Convert include/exclude declaration to a heredocDave Reisner-17/+21
2010-01-09Change parsing of INCLUDES and EXCLUDES to match new heredoc format in configDave Reisner-2/+2
2010-01-09Revert last commitDave Reisner-8/+0
2010-01-09Define locations of important programs that we don't want tainted by userspaceDave Reisner-0/+8
2010-01-09Force pseudo link flush after rsync runsDave Reisner-0/+5
2010-01-09Remove if statement on print_usage to maintain consistencyDave Reisner-4/+5
2010-01-09Reword comments about RESQUASH_DAYDave Reisner-5/+7
2010-01-09Realphabetize functions and heredocDave Reisner-11/+11
2010-01-09Query is confusing to refer to reporting usage. Rather, call it a report and ↵Dave Reisner-9/+9
change the option to -U
2010-01-09Exit after query_usage printsDave Reisner-0/+2
2010-01-09Pretty up comment headersDave Reisner-13/+15
2010-01-09Comment more in do_backup about mount stratDave Reisner-0/+1
2010-01-09move squashfu.conf into root of git repoDave Reisner-0/+0
2010-01-09Update progressDave Reisner-4/+6