index
:
squashfu.git
master
SquashFU backup utility, fork with OverlayFS support
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
squashfu
Age
Commit message (
Collapse
)
Author
Lines
2010-01-18
Check UID and that .bin.list is writeable before proceeding with delete
Dave Reisner
-0
/
+8
2010-01-18
Add remove bin option to usage heredoc and options parser
Dave Reisner
-1
/
+7
2010-01-18
Create function to remove a bin, optionally interactive
Dave Reisner
-3
/
+20
2010-01-18
define new_bin in action_backup so it can be later used to remove the bin ↵
Dave Reisner
-4
/
+5
if/when required
2010-01-18
Merge create_new_incremental() into action_backup()
Dave Reisner
-31
/
+24
2010-01-18
New branch. Goal: optional rollback when rsync fails
Dave Reisner
-0
/
+4
2010-01-18
Don't quote include/exclude arrays in rsync op -- causes havoc
Dave Reisner
-1
/
+1
2010-01-18
Correct spacing on usage heredoc
Dave Reisner
-1
/
+1
2010-01-18
Tone down die() to only show colons
Dave Reisner
-15
/
+9
2010-01-18
Add -c option for specifying alternate config
Dave Reisner
-2
/
+8
2010-01-18
Conform -U option to set action and not immediately execute
Dave Reisner
-2
/
+5
2010-01-18
Reimplement options using getopts
Dave Reisner
-9
/
+34
2010-01-17
Start transition to more robust options parser
Dave Reisner
-4
/
+5
2010-01-17
Fix incorrect value displaying for seed size
Dave Reisner
-2
/
+4
2010-01-17
Exit with return value on action_resquash_now
Dave Reisner
-0
/
+1
2010-01-17
Remove unused code in action_rollback
Dave Reisner
-4
/
+0
2010-01-17
Fix typo in usage
Dave Reisner
-1
/
+1
2010-01-17
Bump version to 0.9-beta
Dave Reisner
-1
/
+1
2010-01-17
Cleanup mounting calls. Don't needlessly unmount squash just to mount it ↵
Dave Reisner
-7
/
+4
again, just check if its mounted and mount if we need it. In line with this, restrict verbose output about mounting to the mount squash/union functions
2010-01-17
Send reporting loading msg to STDERR
Dave Reisner
-2
/
+2
2010-01-17
Provide loading message for user while bins are sized
Dave Reisner
-0
/
+2
2010-01-17
Use preloaded array to generate report
Dave Reisner
-6
/
+9
2010-01-17
Append to IFS, don't replace it
Dave Reisner
-1
/
+1
2010-01-17
Add option to manually resquash down to MIN_BINS
Dave Reisner
-1
/
+25
2010-01-17
Allow rollback of 0 to see current backup set
Dave Reisner
-3
/
+3
2010-01-15
Merge branch 'directsquash'
Dave Reisner
-6
/
+11
2010-01-15
Refine output for initial squash
Dave Reisner
-3
/
+2
2010-01-15
Return after success in initial seed creation
Dave Reisner
-0
/
+1
2010-01-15
Fix if/then block in create_new_squash
Dave Reisner
-1
/
+1
2010-01-15
Be a little more verbose about creating initial squash
Dave Reisner
-1
/
+7
2010-01-15
Use quoted @ syntax for arrays, don't manually insert quotes
Dave Reisner
-2
/
+2
2010-01-15
Quote includes and excludes arrays in rsync execution
Dave Reisner
-1
/
+1
2010-01-14
Make initial squash directly from sources
Dave Reisner
-5
/
+4
2010-01-14
Squelch output on initial squash creation
Dave Reisner
-1
/
+1
2010-01-13
Move VER string to main script where it'll actually be updated pull to pull
Dave Reisner
-0
/
+1
2010-01-13
Squelch output on mountpoint checks
Dave Reisner
-3
/
+4
2010-01-13
More cleanup -- comments, output, and deprecated/unused code
Dave Reisner
-4
/
+1
2010-01-13
Refine output, at both info and debug levels
Dave Reisner
-11
/
+16
2010-01-13
Fix sorting error in report. Sort apparently doesn't honor the IFS to split ↵
Dave Reisner
-1
/
+1
fields
2010-01-13
Change first column heading of report to 'Bin ID'
Dave Reisner
-1
/
+1
2010-01-13
Update usage heredoc to actually be accurate for currently supported features
Dave Reisner
-5
/
+2
2010-01-12
Add versioning
Dave Reisner
-0
/
+1
2010-01-12
Change 'operations' to 'actions' in usage heredoc
Dave Reisner
-1
/
+1
2010-01-12
Remove debugging line and unused code in create_new_incremenetal
Dave Reisner
-6
/
+1
2010-01-12
Show date of rollback when operation completes
Dave Reisner
-1
/
+4
2010-01-12
Convert incls/excls to arrays....
Dave Reisner
-1
/
+1
2010-01-12
Convert include/exclude heredocs to simple variables. I'm sure I'll end up ↵
Dave Reisner
-9
/
+10
changing these to arrays sooner or later
2010-01-12
Remove quoting from exclude parsing. Will need to resolve incls/excls with ↵
Dave Reisner
-1
/
+1
white space another way
2010-01-12
Add checks for root user in rollback, backup, and unmount
Dave Reisner
-1
/
+16
2010-01-12
Reorder and group functions by purpose
Dave Reisner
-89
/
+90
[prev]
[next]