struct: update mod time, remove vscode dir
This commit is contained in:
parent
29ab2c11a3
commit
7b87c246c3
13
.idea/.idea.borgScripts.dir/.idea/.gitignore
vendored
Normal file
13
.idea/.idea.borgScripts.dir/.idea/.gitignore
vendored
Normal file
@ -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/
|
10
.idea/.idea.borgScripts.dir/.idea/vcs.xml
Normal file
10
.idea/.idea.borgScripts.dir/.idea/vcs.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="CommitMessageInspectionProfile">
|
||||
<profile version="1.0">
|
||||
<inspection_tool class="BodyLimit" enabled="true" level="ERROR" enabled_by_default="true" />
|
||||
<inspection_tool class="SubjectBodySeparation" enabled="true" level="ERROR" enabled_by_default="true" />
|
||||
<inspection_tool class="SubjectLimit" enabled="true" level="ERROR" enabled_by_default="true" />
|
||||
</profile>
|
||||
</component>
|
||||
</project>
|
3
.vscode/numbered-bookmarks.json
vendored
3
.vscode/numbered-bookmarks.json
vendored
@ -1,3 +0,0 @@
|
||||
{
|
||||
"bookmarks": []
|
||||
}
|
@ -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
|
||||
#EOF
|
||||
|
Loading…
Reference in New Issue
Block a user