aboutsummaryrefslogtreecommitdiffstats
path: root/squashfu
AgeCommit message (Expand)AuthorLines
2010-01-17Add option to manually resquash down to MIN_BINSDave Reisner-1/+25
2010-01-17Allow rollback of 0 to see current backup setDave Reisner-3/+3
2010-01-15Merge branch 'directsquash'Dave Reisner-6/+11
2010-01-15Refine output for initial squashDave Reisner-3/+2
2010-01-15Return after success in initial seed creationDave Reisner-0/+1
2010-01-15Fix if/then block in create_new_squashDave Reisner-1/+1
2010-01-15Be a little more verbose about creating initial squashDave Reisner-1/+7
2010-01-15Use quoted @ syntax for arrays, don't manually insert quotesDave Reisner-2/+2
2010-01-15Quote includes and excludes arrays in rsync executionDave Reisner-1/+1
2010-01-14Make initial squash directly from sourcesDave Reisner-5/+4
2010-01-14Squelch output on initial squash creationDave Reisner-1/+1
2010-01-13Move VER string to main script where it'll actually be updated pull to pullDave Reisner-0/+1
2010-01-13Squelch output on mountpoint checksDave Reisner-3/+4
2010-01-13More cleanup -- comments, output, and deprecated/unused codeDave Reisner-4/+1
2010-01-13Refine output, at both info and debug levelsDave Reisner-11/+16
2010-01-13Fix sorting error in report. Sort apparently doesn't honor the IFS to split f...Dave Reisner-1/+1
2010-01-13Change first column heading of report to 'Bin ID'Dave Reisner-1/+1
2010-01-13Update usage heredoc to actually be accurate for currently supported featuresDave Reisner-5/+2
2010-01-12Add versioningDave Reisner-0/+1
2010-01-12Change 'operations' to 'actions' in usage heredocDave Reisner-1/+1
2010-01-12Remove debugging line and unused code in create_new_incremenetalDave Reisner-6/+1
2010-01-12Show date of rollback when operation completesDave Reisner-1/+4
2010-01-12Convert incls/excls to arrays....Dave Reisner-1/+1
2010-01-12Convert include/exclude heredocs to simple variables. I'm sure I'll end up ch...Dave Reisner-9/+10
2010-01-12Remove quoting from exclude parsing. Will need to resolve incls/excls with wh...Dave Reisner-1/+1
2010-01-12Add checks for root user in rollback, backup, and unmountDave Reisner-1/+16
2010-01-12Reorder and group functions by purposeDave Reisner-89/+90
2010-01-12Merge call_rsync into create_new_incrementalDave Reisner-21/+7
2010-01-12Reorder functionsDave Reisner-79/+80
2010-01-12Add usage function and mount checking (and unmounting) in rollback functionDave Reisner-0/+30
2010-01-12Add seed size and totals to usage reportDave Reisner-3/+9
2010-01-12Convert echo statements in output functions to printfDave Reisner-14/+15
2010-01-12Use full path of rsync to avoid conflict with any aliasesDave Reisner-1/+1
2010-01-12Refer to union mount and squash mount by variables rather than relative to th...Dave Reisner-15/+15
2010-01-12Implement insanely simple bin report with creation date onlyDave Reisner-2/+11
2010-01-12Debug action_rollback. Ensure unmount_all runs before we try to do a backupDave Reisner-9/+10
2010-01-12Add option to call unmount_allDave Reisner-0/+1
2010-01-12Add makeshift option parser to test rollback functionDave Reisner-1/+5
2010-01-12Create rollback action handler. Don't rely on wc -l alone to count bin invent...Dave Reisner-6/+25
2010-01-12Add more debugging. So much easier to test when aufs doesn't crash every othe...Dave Reisner-6/+15
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. Doesn'...Dave Reisner-1/+1
2010-01-12binventory removal routine needs to reference the old_bins array, not first e...Dave Reisner-2/+2
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 to...Dave Reisner-6/+16
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-11Adjust get_next_available_bin so that it actually returns the next available,...Dave Reisner-1/+1