diff --git a/.idea/.idea.borgScripts.dir/.idea/.gitignore b/.idea/.idea.borgScripts.dir/.idea/.gitignore new file mode 100644 index 0000000..44215d3 --- /dev/null +++ b/.idea/.idea.borgScripts.dir/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/.idea.borgScripts.iml +/modules.xml +/contentModel.xml +/projectSettingsUpdater.xml +# Datasource local storage ignored files +/../../../../../../../../../:\Redirected\Asif\Documents\RiderProjects\borgScripts\.idea\.idea.borgScripts.dir\.idea/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/.idea.borgScripts.dir/.idea/vcs.xml b/.idea/.idea.borgScripts.dir/.idea/vcs.xml new file mode 100644 index 0000000..d4d4d27 --- /dev/null +++ b/.idea/.idea.borgScripts.dir/.idea/vcs.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.vscode/numbered-bookmarks.json b/.vscode/numbered-bookmarks.json deleted file mode 100644 index 4c08963..0000000 --- a/.vscode/numbered-bookmarks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "bookmarks": [] -} \ No newline at end of file diff --git a/borghelper.sh b/borghelper.sh index 5a73bba..0aa3019 100755 --- a/borghelper.sh +++ b/borghelper.sh @@ -3,11 +3,11 @@ # ## borg helper script for viewing and restoring backups ## -## script written by Asif Bacchus, last updated March 26, 2020. +## script written by Asif Bacchus, last updated May 15, 2021. ## ## 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 +## fitness for use in any environment or under any conditions. You are using ## this script entirely at your own risk. # @@ -172,7 +172,7 @@ while [ $# -gt 0 ]; do # list contents of specific backup operation='viewarchive' ;; - + -la|--list-all) # list all backup archives operation='listall' @@ -412,4 +412,4 @@ exit 0 # 4: could not write sample borgvars file (permissions?) # 5: cannot access/create/write to restore path or could not remove test file -#EOF \ No newline at end of file +#EOF