diff options
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") |