index
:
byteback.git
16-delete-settings-are-too-slow-for-a-busy-host
fix-bad-merge
master
package-for-more-distroswq
rubocop
A maintenance-free Linux backup solution, using btrfs snapshots
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
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
2016-05-11
Avoid chaining over a newline
Jamie Nguyen
2015-12-02
Updated Byteback::Restore#find to sort files in chronological order
Patrick J Cherry
2015-12-02
Changed the word "revision" to "snapshot" everywhere
Patrick J Cherry
2015-12-02
Added missing "time" dependency to restore_file.rb
Patrick J Cherry
2015-12-01
Completely re-vamped restore command. Fixes #12403
Patrick J Cherry
2015-08-13
Abort cleanly if we cannot acquire our lockfile.
Steve Kemp
2015-08-11
Simplified logging-logic.
Steve Kemp
2015-08-11
Updated formatting - just for neatness.
Steve Kemp
2015-06-03
This is not executable.
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
Ensure that we don't use null variables.
Steve Kemp
2015-01-29
Dial back fatal logging from CRIT to ERR
Patrick J Cherry
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 CO...
Patrick J Cherry
2014-12-04
Replaced pathless btrfs invocation with /sbin/btrfs (as we're no longer root).
Matthew Bloch
2014-11-24
Finished 6c945d3a9399639bfa9119c26d7dab6238f15543 properly (/var/run -> /var/...
Matthew Bloch
2014-11-22
Use /var/lock instead of /var/run
Matthew Bloch
2014-11-20
Added extra attributes to DiskFreeHistory (needed by byteback-prune).
Matthew Bloch
2014-11-20
Tweaked default backup retention.
Matthew Bloch
2014-11-07
Tested fix to snapshot path :)
Matthew Bloch
2014-11-06
Corrected snapshot path for new backups (was missing hostname).
Matthew Bloch
2014-11-06
Fixed and tested Syslog logging.
Matthew Bloch
2014-11-06
Fixed typo in Syslog invocation.
Matthew Bloch
2014-11-05
Usability and bug fixes for byteback-prune, including --prune-force flag.
Matthew Bloch
2014-11-05
Fixed a couple of silly typos.
Matthew Bloch
2014-11-05
Split out -prune from -snapshot, tested the latter on various live setups.
Matthew Bloch
2014-10-31
Removed executable bit from library files.
Patrick J Cherry
2014-10-31
Refactored to improve logging and reduce cut & paste code, bumped Debian vers...
Matthew Bloch