summaryrefslogtreecommitdiff
path: root/byteback-snapshot
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-04-02 09:23:41 +0100
committerSteve Kemp <steve@steve.org.uk>2015-04-02 09:23:41 +0100
commit0b200b42b5a387adbf00ab6bcfb36101fee9c5c2 (patch)
treec3283b9e1fccf4d39ff4792164ba16f1a823965b /byteback-snapshot
parente254303eec822eb7f19ef7e37da0a0d4c5ff9182 (diff)
Removed commented out lines and updated headers.
Diffstat (limited to 'byteback-snapshot')
-rwxr-xr-xbyteback-snapshot2
1 files changed, 1 insertions, 1 deletions
diff --git a/byteback-snapshot b/byteback-snapshot
index 706701c..6249d3d 100755
--- a/byteback-snapshot
+++ b/byteback-snapshot
@@ -2,6 +2,7 @@
#
# Program to create a snapshot and/or rotate a directory of backup snapshots
# using btrfs subvolume commands.
+#
$LOAD_PATH.unshift("/usr/lib/byteback")
@@ -38,5 +39,4 @@ end
info "Making new snapshot"
@backups.new_snapshot!
-
info "Finished"