| Age | Commit message (Expand) | Author | Lines | 
|---|
| 2010-01-12 | binventory removal routine needs to reference the old_bins array, not first e... | Dave Reisner | -2/+2 | 
| 2010-01-12 | EUREKA! Basic backup functionality declared working. | Dave Reisner | -8/+3 | 
| 2010-01-12 | More debugging. Temp filthy hack until I figure out what's causing nothing to... | Dave Reisner | -6/+16 | 
| 2010-01-11 | Add more debugging, squish more bugs. Still more left. | Dave Reisner | -8/+13 | 
| 2010-01-11 | Squish some operational bugs. More to go... | Dave Reisner | -6/+18 | 
| 2010-01-11 | Flesh out action_backup functionality -- commence testing | Dave Reisner | -5/+43 | 
| 2010-01-11 | Create skeletons for action handlers | Dave Reisner | -0/+24 | 
| 2010-01-11 | remove source files of combined README | Dave Reisner | -90/+0 | 
| 2010-01-11 | Merge todo, install, doc, and bugs into README | Dave Reisner | -0/+97 | 
| 2010-01-11 | Prefix bin directory and binventory with . to hide | Dave Reisner | -2/+2 | 
| 2010-01-11 | Partial rewrite of doc to comply with new structure | Dave Reisner | -44/+50 | 
| 2010-01-11 | Adjust get_next_available_bin so that it actually returns the next available,... | Dave Reisner | -1/+1 | 
| 2010-01-11 | Rewrite for new structure | Dave Reisner | -15/+8 | 
| 2010-01-11 | Complete rewrite with new structure. Basic framework and backup functions wri... | Dave Reisner | -282/+129 | 
| 2010-01-11 | Reorganize config for rolling backup strat | Dave Reisner | -20/+19 | 
| 2010-01-11 | Initial commit. Add upstream bug and nobarrier fix | Dave Reisner | -0/+7 | 
| 2010-01-11 | Removing sleep and manual link flush -- stall on unmount is upstream problem ... | Dave Reisner | -2/+2 | 
| 2010-01-11 | Output from die() should be sent to STDERR | Dave Reisner | -1/+1 | 
| 2010-01-10 | Quote backup destination in rsync call | Dave Reisner | -1/+1 | 
| 2010-01-10 | Stupid mistake -- excludes weren't actually excluded | Dave Reisner | -2/+6 | 
| 2010-01-10 | Remove apparently non-useful delays in backup | Dave Reisner | -4/+0 | 
| 2010-01-09 | Fix typo in creating mount string | Dave Reisner | -1/+1 | 
| 2010-01-09 | Combine union mounting functions as it can be done in a single pass (if you'r... | Dave Reisner | -15/+8 | 
| 2010-01-09 | Fix invalid arg error in print_usage | Dave Reisner | -4/+3 | 
| 2010-01-09 | Redo commenting on backup function. Also ensure that we're exiting successful... | Dave Reisner | -35/+20 | 
| 2010-01-09 | Don't require root for usage report. TODO: Add a warning that information mig... | Dave Reisner | -1/+4 | 
| 2010-01-09 | When receiving a user specified mount point, use readlink to track absolute p... | Dave Reisner | -2/+2 | 
| 2010-01-09 | Sleep 5 seconds after rsync finishes. Not sure what else might cause this han... | Dave Reisner | -1/+1 | 
| 2010-01-09 | Exit at end of rollback dispatcher | Dave Reisner | -0/+2 | 
| 2010-01-09 | Convert include/exclude declaration to a heredoc | Dave Reisner | -17/+21 | 
| 2010-01-09 | Change parsing of INCLUDES and EXCLUDES to match new heredoc format in config | Dave Reisner | -2/+2 | 
| 2010-01-09 | Revert last commit | Dave Reisner | -8/+0 | 
| 2010-01-09 | Define locations of important programs that we don't want tainted by userspace | Dave Reisner | -0/+8 | 
| 2010-01-09 | Force pseudo link flush after rsync runs | Dave Reisner | -0/+5 | 
| 2010-01-09 | Remove if statement on print_usage to maintain consistency | Dave Reisner | -4/+5 | 
| 2010-01-09 | Reword comments about RESQUASH_DAY | Dave Reisner | -5/+7 | 
| 2010-01-09 | Realphabetize functions and heredoc | Dave Reisner | -11/+11 | 
| 2010-01-09 | Query is confusing to refer to reporting usage. Rather, call it a report and ... | Dave Reisner | -9/+9 | 
| 2010-01-09 | Exit after query_usage prints | Dave Reisner | -0/+2 | 
| 2010-01-09 | Pretty up comment headers | Dave Reisner | -13/+15 | 
| 2010-01-09 | Comment more in do_backup about mount strat | Dave Reisner | -0/+1 | 
| 2010-01-09 | move squashfu.conf into root of git repo | Dave Reisner | -0/+0 | 
| 2010-01-09 | Update progress | Dave Reisner | -4/+6 | 
| 2010-01-09 | Split off root priviledge check to its own function -- check for each dispatc... | Dave Reisner | -2/+10 | 
| 2010-01-09 | Split off directory structure creation to its own function | Dave Reisner | -4/+9 | 
| 2010-01-09 | Lots of bug fixes | Dave Reisner | -3/+8 | 
| 2010-01-09 | Rework recreation of seed after a backup. Works better, but not 100% yet | Dave Reisner | -14/+18 | 
| 2010-01-09 | Don't bail on a bad rsync, or else we won't clean up mounts. Add --resquash a... | Dave Reisner | -7/+14 | 
| 2010-01-09 | Use boolean for KEEP_LAST_WEEK | Dave Reisner | -1/+1 | 
| 2010-01-09 | Add --modifier option to -B dispatch | Dave Reisner | -0/+1 |