Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-03 | Resync | Steve Kemp | |
2015-06-03 | Resync. | Steve Kemp | |
2015-06-03 | Resync | Steve Kemp | |
2015-06-03 | Minor update. | Steve Kemp | |
2015-06-03 | We have a restore-script now. | Steve Kemp | |
2015-06-03 | This is not executable. | Steve Kemp | |
2015-06-03 | Install binaries from beneath bin/ | Steve Kemp | |
This simplifies the installation script significantly. | |||
2015-06-03 | Relocated the binaries to bin/ | Steve Kemp | |
2015-06-03 | Reformatted | Steve Kemp | |
2015-06-03 | Reformatted the code to lose literal TABs, etc. | Steve Kemp | |
2015-06-03 | Removed +x permission. | Steve Kemp | |
2015-06-03 | Added trailing newline. | Steve Kemp | |
2015-06-03 | Reformatted. | Steve Kemp | |
This involved fixing the literal TAB characters, changing the quotes, and similar non-functional edits. | |||
2015-06-03 | Reformatted. | Steve Kemp | |
This involved reformatting the code to remove TAB characters, changing " -> ', & etc. | |||
2015-06-03 | Updated documentation on restoration. | Steve Kemp | |
2015-06-03 | Use the full options in the demonstration. | Steve Kemp | |
Since we've told the user they must use `user_subvol_rm_allowed` we should actually do so explicitly. | |||
2015-06-03 | Ensure that we restore permissions too. | Steve Kemp | |
2015-06-03 | Correctly handle rsync send vs. restore | Steve Kemp | |
2015-06-03 | New release is scheduled, but not yet made. | Steve Kemp | |
2015-06-03 | Removed | Steve Kemp | |
2015-06-03 | Added myself as an uploader. | Steve Kemp | |
2015-06-03 | Install the restoration-program in the binary package. | Steve Kemp | |
2015-06-03 | Working restorations. | Steve Kemp | |
2015-06-03 | Added server-side support for listing archived files. | Steve Kemp | |
This allows remote clients to see the files they've archived. | |||
2015-06-03 | Initial attempt at restoring files. | Steve Kemp | |
This allows listing files which are archived, and which match a given pattern. | |||
2015-06-03 | Ensure that we don't use null variables. | Steve Kemp | |
If we're sorting an empty array then return that empty array and save the pain of working with undefined time.attributes, & etc. | |||
2015-04-02 | Text files don't need to be executable. | Steve Kemp | |
2015-04-02 | Removed commented out lines and updated headers. | Steve Kemp | |
2015-04-02 | Use consistant load-path fiddling. | Steve Kemp | |
2015-02-20 | Updated install instructions slightly, found an odd parse error | John Hackett | |
2015-02-12 | New & expanded TODOs after pairing session with John. | Matthew Bloch | |
2015-02-02 | Updated changelog | Patrick J Cherry | |
2015-02-02 | removed obsolete libffi-ruby1.8 dependency | Patrick J Cherry | |
2015-02-02 | Updated README | Patrick J Cherry | |
2015-02-01 | Moved added rsync options file so xattrs etc can be specified in there | Patrick J Cherry | |
2015-01-29 | Dial back fatal logging from CRIT to ERR | Patrick J Cherry | |
2015-01-20 | Added libffi-ruby1.8 as an alternative for libffi-ruby | Patrick J Cherry | |
2015-01-19 | Updated debian changelog | Patrick J Cherry | |
2015-01-19 | Fixed up calls to trigger the snapshot. | Patrick J Cherry | |
2015-01-15 | Updated changelog | Patrick J Cherry | |
2014-12-31 | Merge branch 'master' of ssh://dev.bytemark.co.uk/home/git/byteback | Matthew Bloch | |
2014-12-31 | Roughly deal with ENOSPC condition despite disk being reported as full | Matthew Bloch | |
(btrfs metadata problem). Possibly needs more safety features. | |||
2014-12-17 | Added ACL, Hard Link and Xattr flags to rsync | James Hannah | |
For issue #8378 | |||
2014-12-09 | Reworked sorting of backups by importance. Added "tests" | Patrick J Cherry | |
2014-12-05 | Re-jigged least-relevant backup selection. ALSO PARSE FILE PATHS AS TIMES ↵ | Patrick J Cherry | |
CORRECTLY | |||
2014-12-04 | A few more usability tweaks for byteback-setup-client. | Matthew Bloch | |
2014-12-04 | Replaced pathless btrfs invocation with /sbin/btrfs (as we're no longer root). | Matthew Bloch | |
2014-12-04 | Realised we don't need sudo at all to run our btrfs commands, removed all | Matthew Bloch | |
references. | |||
2014-12-04 | More small fixes to make sure client setup goes smoothly. | Matthew Bloch | |
2014-12-04 | Bug fixes to new client setup code. | Matthew Bloch | |