Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-16 | Build 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-15 | Merge branch 'improve-readme' into 'master' | Patrick J Cherry | |
Improve readme See merge request !10 | |||
2017-03-15 | Further tweaks to the README. | Patrick J Cherry | |
* Fixed link to ffi-xattr. * Added links to manpages. | |||
2017-03-15 | Update URLs to point at the automatic repos. | Patrick J Cherry | |
Also replaced tabs with spaces ;) | |||
2017-03-14 | Explicitly 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-14 | We're using markdown so add hyperlinks. | Steve Kemp | |
This makes things more readable. | |||
2017-01-31 | Merge branch 'fix-bad-merge-2nd-go' into 'master' | Chris Elsworth | |
Fix bad merge !5. See merge request !8 | |||
2017-01-31 | Fix bad merge !5. | Patrick J Cherry | |
2017-01-31 | Merge 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-31 | Update util.rb | Patrick J Cherry | |
2017-01-31 | Merge 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-31 | Merge branch 'add-make-test' into 'master' | Chris Elsworth | |
Add gitlab-ci Closes #13 See merge request !5 | |||
2017-01-31 | Make 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-31 | Add in test-deps of ruby-ffi,attr, and build dep of attr | Patrick J Cherry | |
2017-01-31 | Tidy up requires in tests, fix Tempfile filename stem | Patrick J Cherry | |
2017-01-31 | Run the test *suite* from the makefile | Patrick J Cherry | |
2017-01-31 | Add a test suite to actually run all the tests | Patrick J Cherry | |
2017-01-31 | Added ruby, ruby-ffi as build-dep | Patrick J Cherry | |
2017-01-31 | Added gitlab-ci | Patrick J Cherry | |
2017-01-31 | Adds a makefile target to run tests | Patrick J Cherry | |
2016-11-09 | Raise ENOENT if btrfs cannot be found | Patrick J Cherry | |
2016-11-09 | Merge branch 'master' into 12-fix-btrfs-path | Patrick J Cherry | |
2016-11-09 | First pass at fixing btrfs path | Patrick 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-21 | Merge branch 'byteback-mysql' into 'master' | Steve Kemp | |
Byteback mysql See merge request !3 | |||
2016-09-21 | Install the files in the right location. | Steve Kemp | |
2016-09-21 | Ignore generated files. | Steve Kemp | |
2016-09-21 | Import byteback-mysql scripts/files from jlawrie. | Steve Kemp | |
2016-09-21 | Generate a new `byteback-mysql` package. | Steve Kemp | |
2016-07-27 | Exclude /var/lib/mysql/ | James Lawrie | |
2016-07-27 | Fixes the essence of #2 | James Lawrie | |
2016-07-27 | fixed a typo | James Carter | |
2016-05-11 | Merge branch 'rpm' into 'master' | Steve Kemp | |
Add rpm spec file See merge request !2 | |||
2016-05-11 | Merge 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-11 | Use orig.tar.gz | Jamie Nguyen | |
2016-05-11 | Add rpm spec file | Jamie Nguyen | |
2016-05-11 | Avoid chaining over a newline | Jamie Nguyen | |
2016-05-11 | Prevent accumulator from being set to Nil | Jamie Nguyen | |
2016-04-24 | Merge pull request #1 from ivuk/fix-typo-readme | Steve Kemp | |
Fix typos in README.md | |||
2016-04-23 | Use plural when referring to 'commands' | Igor Vuk | |
2016-04-23 | Fix a typo in README.md | Igor Vuk | |
2016-04-23 | Updated public links to point to github | Steve Kemp | |
2016-04-23 | Minor reformatting updates. | Steve Kemp | |
2015-12-18 | Updated changelog | Patrick J Cherry | |
2015-12-18 | Added "." to the rsync restore command | Patrick J Cherry | |
This prevents ALL TEH BACKUPS being copied back to the host. | |||
2015-12-17 | Ignore auto-generated man-pages. | Steve Kemp | |
2015-12-17 | New release - fixed build-deps. | Steve Kemp | |
The build-dependencies didn't include `txt2man` so manpages were not being generated/installed correctly. | |||
2015-12-03 | Correct the encoding-defintion. | Steve Kemp | |
2015-12-03 | Fixed a couple of minor typos in the text. | Steve Kemp | |
2015-12-02 | Updated changelog | Patrick J Cherry | |
2015-12-02 | Added manpages | Patrick J Cherry | |
I've moved documentation out of README.md into the man/*.txt files to convert to manpages. |