From 8331ff712ccdda64c9119f8117f097c76126d695 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Thu, 26 Mar 2020 06:49:08 -0600 Subject: [PATCH] add header comment and disclaimer --- .vscode/numbered-bookmarks.json | 18 +----------------- borghelper.sh | 7 +++++++ 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/.vscode/numbered-bookmarks.json b/.vscode/numbered-bookmarks.json index 04152df..4c08963 100644 --- a/.vscode/numbered-bookmarks.json +++ b/.vscode/numbered-bookmarks.json @@ -1,19 +1,3 @@ { - "bookmarks": [ - { - "fsPath": "$ROOTPATH$/borghelper.sh", - "bookmarks": [ - -1, - 268, - 10, - -1, - -1, - -1, - -1, - -1, - -1, - 384 - ] - } - ] + "bookmarks": [] } \ No newline at end of file diff --git a/borghelper.sh b/borghelper.sh index 086ef40..a791c8d 100755 --- a/borghelper.sh +++ b/borghelper.sh @@ -2,6 +2,13 @@ # ## borg helper script for viewing and restoring backups +## +## script written by Asif Bacchus, last updated March 26, 2020. +## +## The author of this script is not affiliated with 'borgbackup' in any way and +## does not warrant anything about this script, its operation, suitability or +## fitness for use in any environment or under any conditions. You are using +## this script entirely at your own risk. # ### trap