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