index
:
squashfu.git
master
SquashFU backup utility, fork with OverlayFS support
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2010-01-12
Convert include/exclude heredocs to simple variables. I'm sure I'll end up ch...
Dave Reisner
-17
/
+19
2010-01-12
Remove quoting from exclude parsing. Will need to resolve incls/excls with wh...
Dave Reisner
-1
/
+1
2010-01-12
Sanitize config for user digestion
Dave Reisner
-14
/
+5
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
2010-01-12
Merge call_rsync into create_new_incremental
Dave Reisner
-21
/
+7
2010-01-12
Reorder functions
Dave Reisner
-79
/
+80
2010-01-12
Add usage function and mount checking (and unmounting) in rollback function
Dave Reisner
-0
/
+30
2010-01-12
Remove requirement for bc
Dave Reisner
-2
/
+3
2010-01-12
Update progress
Dave Reisner
-2
/
+2
2010-01-12
Add seed size and totals to usage report
Dave Reisner
-3
/
+9
2010-01-12
Convert echo statements in output functions to printf
Dave Reisner
-14
/
+15
2010-01-12
Use full path of rsync to avoid conflict with any aliases
Dave Reisner
-1
/
+1
2010-01-12
Refer to union mount and squash mount by variables rather than relative to th...
Dave Reisner
-15
/
+15
2010-01-12
Add declarations for squash and union mount points
Dave Reisner
-17
/
+14
2010-01-12
Implement insanely simple bin report with creation date only
Dave Reisner
-2
/
+11
2010-01-12
Update README with progress
Dave Reisner
-4
/
+4
2010-01-12
Debug action_rollback. Ensure unmount_all runs before we try to do a backup
Dave Reisner
-9
/
+10
2010-01-12
Add option to call unmount_all
Dave Reisner
-0
/
+1
2010-01-12
Add makeshift option parser to test rollback function
Dave Reisner
-1
/
+5
2010-01-12
Create rollback action handler. Don't rely on wc -l alone to count bin invent...
Dave Reisner
-6
/
+25
2010-01-12
Expand 'what works' into mini faq
Dave Reisner
-2
/
+15
2010-01-12
Update todo list and add a section near the top about what actually works cur...
Dave Reisner
-4
/
+6
2010-01-12
Update config file name
Dave Reisner
-1
/
+1
2010-01-12
Add more debugging. So much easier to test when aufs doesn't crash every othe...
Dave Reisner
-6
/
+15
2010-01-12
Add sweep_bins call after new squash is created
Dave Reisner
-0
/
+3
2010-01-12
Keep unmount_all calls in both create_new_squash and in action_backup. Doesn'...
Dave Reisner
-1
/
+1
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
[next]