diff options
author | Matthew Bloch <matthew@bytemark.co.uk> | 2014-10-31 02:43:35 +0000 |
---|---|---|
committer | Matthew Bloch <matthew@bytemark.co.uk> | 2014-10-31 02:43:35 +0000 |
commit | 1238c74fa01c009d7f76327f3beb30fee4b9f98f (patch) | |
tree | 2e0e0abde1b35f03ef515acc9ebd57f638af1c25 /lib/byteback.rb | |
parent | f23c6c91e2e2a8eb4154ec545199a5ecbe5136a1 (diff) |
Refactored to improve logging and reduce cut & paste code, bumped Debian version number.
Diffstat (limited to 'lib/byteback.rb')
-rwxr-xr-x | lib/byteback.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/byteback.rb b/lib/byteback.rb new file mode 100755 index 0000000..b6c2ab2 --- /dev/null +++ b/lib/byteback.rb @@ -0,0 +1,6 @@ +require 'trollop' +require 'time' +require 'byteback/backup_directory' +require 'byteback/disk_free' +require 'byteback/util' +require 'byteback/log'
\ No newline at end of file |