diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-04-02 09:23:41 +0100 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-04-02 09:23:41 +0100 |
commit | 0b200b42b5a387adbf00ab6bcfb36101fee9c5c2 (patch) | |
tree | c3283b9e1fccf4d39ff4792164ba16f1a823965b /byteback-prune | |
parent | e254303eec822eb7f19ef7e37da0a0d4c5ff9182 (diff) |
Removed commented out lines and updated headers.
Diffstat (limited to 'byteback-prune')
-rwxr-xr-x | byteback-prune | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/byteback-prune b/byteback-prune index 427ecd8..28ef2bf 100755 --- a/byteback-prune +++ b/byteback-prune @@ -1,6 +1,8 @@ #!/usr/bin/ruby # -# Program to prune a byteback installation +# Program to free up space on the backup-storage volume, by removing +# backups (whether by age, or importance). +# $LOAD_PATH.unshift("/usr/lib/byteback") |