summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-12-18Added "." to the rsync restore commandPatrick J Cherry
This prevents ALL TEH BACKUPS being copied back to the host.
2015-12-17Ignore auto-generated man-pages.Steve Kemp
2015-12-17New release - fixed build-deps.Steve Kemp
The build-dependencies didn't include `txt2man` so manpages were not being generated/installed correctly.
2015-12-03Correct the encoding-defintion.Steve Kemp
2015-12-03Fixed a couple of minor typos in the text.Steve Kemp
2015-12-02Updated changelogPatrick J Cherry
2015-12-02Added manpagesPatrick J Cherry
I've moved documentation out of README.md into the man/*.txt files to convert to manpages.
2015-12-02Added "all" flag to restore_files in byteback-restorePatrick J Cherry
Also updated the signatures of list_files and restore_files to match.
2015-12-02Added copyright for sys-filesystem.rbPatrick J Cherry
2015-12-02Removed leading spaces from description in debian/controlPatrick J Cherry
2015-12-02Removed pp from test.Patrick J Cherry
2015-12-02Updated Byteback::Restore#find to sort files in chronological orderPatrick J Cherry
Also only the latest copy is returned by default, unless :verbose or :all are set in the options, in which case all the copies, or just the unique copies are returned.
2015-12-02Tidied up byteback-restore options.Patrick J Cherry
* Reinstated --list (although this is a no-op really) * Changed --list-all to -all * Checks to made to make sure only --restore or --list is given *