struct: update mod time, remove vscode dir

This commit is contained in:
Asif Bacchus 2021-05-15 08:58:13 -06:00
parent 29ab2c11a3
commit 7b87c246c3
4 changed files with 27 additions and 7 deletions

View 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/

View 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>

View File

@ -1,3 +0,0 @@
{
"bookmarks": []
}

View File

@ -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