Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2025-09-09 | Added option to truncate logs after backupHEADmaster | Leonard Kugis | -0/+4 | |
2025-09-08 | Using OverlayFS instead of AUFS. | Leonard Kugis | -13/+33 | |
Newer kernels do not support AUFS by default. OverlayFS however is widely supported. Same functionality can be archieved. | ||||
2025-09-07 | Implemented compression method selection | Leonard Kugis | -2/+2 | |
2016-08-21 | Fix information loss on voluntary resquash | Gabriel | -0/+1 | |
2010-08-27 | fix mounting order when rolling back | Dave Reisner | -1/+2 | |
2010-08-26 | squashfu: fix missing semi-colon | Dave Reisner | -1/+1 | |
2010-08-26 | action_restore(): break inner for loop when match is found | Dave Reisner | -1/+1 | |
2010-08-26 | refactor display of possible restore bins to sort in ascending order by time | Dave Reisner | -9/+10 | |
2010-08-26 | simply find operation in action_restore | Dave Reisner | -2/+2 | |
2010-08-24 | remove superfluous arg check prior to arg parsing | Dave Reisner | -2/+0 | |
2010-08-24 | use PE idioms instead of basename/dirname | Dave Reisner | -3/+3 | |
2010-06-17 | pedantic | Dave Reisner | -1/+1 | |
2010-06-15 | remove restore_type. just call it generic 'data'. the user should know what ↵ | Dave Reisner | -3/+1 | |
they're restoring. | ||||
2010-06-14 | restore: fix glaring error which hid a possible restore and created a phony one | Dave Reisner | -7/+10 | |
2010-06-14 | don't quote entire exclude with flag | Dave Reisner | -1/+1 | |
2010-06-12 | deletion: ensure that the union is unmounted before deleting. fail hard if ↵ | Dave Reisner | -5/+8 | |
we can't unmount. quiet down the initial grep call | ||||
2010-06-12 | cleanup: use braces only where necessary, quote more often | Dave Reisner | -25/+22 | |
replace for loop in determining excludes with parameter expansion across the entire array. | ||||
2010-06-12 | reporting: fix error in calculating grand total | Dave Reisner | -6/+8 | |
2010-06-11 | fix bug with rolling back when number of bins to rollback equals the number ↵ | Dave Reisner | -4/+12 | |
of bins available. leaves an unresolved issue of dating the rollback when you roll all the way back to the seed | ||||
2010-06-11 | cleanup grep calls. we don't really need -E | Dave Reisner | -3/+3 | |
2010-06-11 | remove unused sweep_bins() | Dave Reisner | -26/+1 | |
2010-06-11 | use PE instead of awk and get rid of some subshells | Dave Reisner | -13/+8 | |
2010-06-11 | du uses tabs as column separators, not spaces! go go parameter expansion | Dave Reisner | -5/+6 | |
2010-06-11 | clean up reporting. reduce external calls, use printf properly | Dave Reisner | -9/+11 | |
2010-06-11 | fix reporting. need more bash, less cut | Dave Reisner | -3/+9 | |
2010-06-11 | factor out need for sweep_bins. this introduces a slight breakage to reporting | Dave Reisner | -12/+15 | |
2010-06-08 | doc: add -G option to README and usage() | Dave Reisner | -0/+4 | |
2010-06-08 | restore: derp. look in the squash for the restore target as well. | Dave Reisner | -11/+16 | |
2010-06-08 | restore: handle directories separately | Dave Reisner | -3/+10 | |
* in the case of a directory, copy the contents of the restore target to a new directory and chown it back to the original UID:GID. * use %Y%m%d as a suffix on the restored file instead of seconds from epoch. | ||||
2010-06-08 | unmount: remove filthy hacks on unmount. aufs seems stable with write ↵ | Dave Reisner | -8/+3 | |
barriers again | ||||
2010-06-07 | restore: be nice and actually inform about where the restore was done to | Dave Reisner | -1/+3 | |
2010-06-07 | add interactive restore capability for file and/or directory via -G action | Dave Reisner | -2/+46 | |
2010-06-06 | use more mountpoint -q, less &>/dev/null | Dave Reisner | -2/+2 | |
2010-06-06 | minor bug fixes | Dave Reisner | -10/+7 | |
sweep: for the love of god, don't iterate over ls deletion: use a proper boolean check in the outer if. deletion: only accept a single character at the prompt | ||||
2010-06-06 | rollback: sanitize input. insist that the argument passed is purely numeric | Dave Reisner | -6/+4 | |
2010-06-06 | overhaul. redo indents to 2 spaces. use short circuit boolean instead of ↵ | Dave Reisner | -282/+255 | |
if/then for simple checks. get rid of [[ ]] around evaluations where we're checking the return value (square brackets are checking for the presence of a string). | ||||
2010-05-21 | Revert "mount: streamline the unmount process." | Dave Reisner | -11/+14 | |
This reverts commit ca3b3c91000d757461fcb7ad13a62b7a2a9d8fb3. | ||||
2010-05-17 | Bump to version 1.0 | Dave Reisner | -1/+1 | |
2010-05-17 | mount: streamline the unmount process. | Dave Reisner | -14/+11 | |
discard the hackish while loops in favor of failing hard in unmount_all if either the union or the seed fails to unmount. | ||||
2010-04-25 | Check for leading tabs as well as white space | Dave Reisner | -1/+1 | |
2010-01-31 | Condense action execution and null parameter check | Dave Reisner | -3/+1 | |
2010-01-31 | Drop deprecated 0 syntax in favor of 0 | Dave Reisner | -5/+5 | |
2010-01-23 | Use saner conversion of epoch to human readable timestamps | Dave Reisner | -3/+3 | |
2010-01-23 | Fix date when confirming bin deletion | Dave Reisner | -1/+1 | |
2010-01-23 | Fix ugly sorting error in report | Dave Reisner | -2/+3 | |
2010-01-21 | Polish up array error check | Dave Reisner | -2/+1 | |
2010-01-20 | Check for value in array, rather than blindly removing the backup when rsync ↵ | Dave Reisner | -4/+8 | |
returns non-zero | ||||
2010-01-19 | Warn when rsync hangs up unexpectedly and we pass off to remove_bin | Dave Reisner | -0/+1 | |
2010-01-19 | Implement warn() function in caution yellow | Dave Reisner | -0/+4 | |
2010-01-19 | Restructure action_remove_bin | Dave Reisner | -18/+23 | |