summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-03adding subvolume sync16-delete-settings-are-too-slow-for-a-busy-hostChris Cottam
2018-04-03missed a couple of gradient linesChris Cottam
2018-04-03minimal changes to remove gradient based decision makingChris Cottam
2018-04-03adding the --commit-after flag to the snapshot removalccottam
2017-03-17Merge branch '14-xattrs' into 'master' HEADmasterPatrick J Cherry
Supply --xattrs to rsync by default. Closes #14 See merge request !9
2017-03-16Merge branch '15-build-packages' into 'master' Patrick J Cherry
Build for more distributions. Closes #15 See merge request !12
2017-03-16Build for more distributions.Steve Kemp
This is a repeat of the previous merge-request, which was started from the wrong branch. We build for more releases of Debian/Ubuntu than just Jessie.
2017-03-15Merge branch 'improve-readme' into 'master' Patrick J Cherry
Improve readme See merge request !10
2017-03-15Further tweaks to the README.Patrick J Cherry
* Fixed link to ffi-xattr. * Added links to manpages.
2017-03-15Update URLs to point at the automatic repos.Patrick J Cherry
Also replaced tabs with spaces ;)
2017-03-14Explicitly document package repository location.Steve Kemp
We've also mentioned the GPG key used to sign our repositories. This should resolve: * https://github.com/BytemarkHosting/byteback/issues/2
2017-03-14We're using markdown so add hyperlinks.Steve Kemp
This makes things more readable.
2017-03-13Supply --xattrs to rsync by default.Steve Kemp
This closes #14.
2017-01-31Merge branch 'fix-bad-merge-2nd-go' into 'master' Chris Elsworth
Fix bad merge !5. See merge request !8
2017-01-31Fix bad merge !5.Patrick J Cherry
2017-01-31Merge branch '12-fix-btrfs-path' into 'master' Chris Elsworth
"byteback-server fails to work with backported btrfs-{tools progs}" Closes #12 See merge request !4
2017-01-31Update util.rbPatrick J Cherry
2017-01-31Merge branch '7-error-when-non-timestamp-directory-in-backup-destination' ↵Chris Elsworth
into 'master' Resolve "Error when non-timestamp directory in backup destination" Closes #7 See merge request !6
2017-01-31Merge branch 'add-make-test' into 'master' Chris Elsworth
Add gitlab-ci Closes #13 See merge request !5
2017-01-31Make sure that we accept any old snapshot name when restoring.Patrick J Cherry
Also expand the tests to check that the correct ownership etc is being returned.
2017-01-31Add in test-deps of ruby-ffi,attr, and build dep of attrPatrick J Cherry
2017-01-31Tidy up requires in tests, fix Tempfile filename stemPatrick J Cherry
2017-01-31Run the test *suite* from the makefilePatrick J Cherry
2017-01-31Add a test suite to actually run all the testsPatrick J Cherry
2017-01-31Added ruby, ruby-ffi as build-depPatrick J Cherry
2017-01-31Added gitlab-ciPatrick J Cherry
2017-01-31Adds a makefile target to run testsPatrick J Cherry
2016-11-09Raise ENOENT if btrfs cannot be foundPatrick J Cherry
2016-11-09Merge branch 'master' into 12-fix-btrfs-pathPatrick J Cherry
2016-11-09First pass at fixing btrfs pathPatrick J Cherry
This replaces the call to /sbin/btrfs with a method to find a btrfs program, which raises ENOENT if one cannot be found.
2016-09-21Merge branch 'byteback-mysql' into 'master' Steve Kemp
Byteback mysql See merge request !3
2016-09-21Install the files in the right location.Steve Kemp
2016-09-21Ignore generated files.Steve Kemp
2016-09-21Import byteback-mysql scripts/files from jlawrie.Steve Kemp
2016-09-21Generate a new `byteback-mysql` package.Steve Kemp
2016-07-27Exclude /var/lib/mysql/James Lawrie
2016-07-27Fixes the essence of #2James Lawrie
2016-07-27fixed a typoJames Carter
2016-05-11Merge branch 'rpm' into 'master' Steve Kemp
Add rpm spec file See merge request !2
2016-05-11Merge branch 'ruby18-errors' into 'master' Steve Kemp
Ruby18 errors Fixes some errors on CentOS 6. ``` $ byteback-prune /usr/bin/byteback-receive:120: undefined method `+' for nil:NilClass (NoMethodError) from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `inject' from /usr/bin/byteback-receive:119:in `each' from /usr/bin/byteback-receive:119:in `inject' from /usr/bin/byteback-receive:119 # byteback-backup /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': /usr/share/byteback/byteback/backup_directory.rb:154: syntax error, unexpected '.', expecting kEND (SyntaxError) .compact ^ /usr/share/byteback/byteback/backup_directory.rb:194: syntax error, unexpected '.', expecting kEND .compact ^ from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' from /usr/share/byteback/byteback.rb:3 from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' from /usr/bin/byteback-receive:11 ``` See merge request !1
2016-05-11Use orig.tar.gzJamie Nguyen
2016-05-11Add rpm spec fileJamie Nguyen
2016-05-11Avoid chaining over a newlineJamie Nguyen
2016-05-11Prevent accumulator from being set to NilJamie Nguyen
2016-04-24Merge pull request #1 from ivuk/fix-typo-readmeSteve Kemp
Fix typos in README.md
2016-04-23Use plural when referring to 'commands'Igor Vuk
2016-04-23Fix a typo in README.mdIgor Vuk
2016-04-23Updated public links to point to githubSteve Kemp
2016-04-23Minor reformatting updates.Steve Kemp
2015-12-18Updated changelogPatrick J Cherry