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 (
Collapse
)
Author
2015-08-11
Simplified logging-logic.
Steve Kemp
We don't use the environmental variable, which was never documented, instead we either: * Log to the console when running interactively. * Log to syslog otherwise.
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
If we're sorting an empty array then return that empty array and save the pain of working with undefined time.attributes, & etc.
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 ↵
Patrick J Cherry
CORRECTLY
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 -> ↵
Matthew Bloch
/var/lock).
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 ↵
Matthew Bloch
version number.