Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iml-backup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
iml-backup
Merge requests
!143
Add script to handle a USB repair stick
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Add script to handle a USB repair stick
usb-repair-stick
into
master
Overview
0
Commits
4
Pipelines
0
Changes
1
Merged
Add script to handle a USB repair stick
Hahn Axel (hahn)
requested to merge
usb-repair-stick
into
master
9 months ago
Overview
0
Commits
4
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
b85acfb5
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b85acfb5
restic: hide snapshot list
· b85acfb5
Axel Hahn
authored
9 months ago
plugins/transfer/restic.sh
+
2
−
2
View file @ b85acfb5
Edit in single-file editor
Open in Web IDE
Show full file
@@ -267,8 +267,8 @@
# get list of snapshots and filter the lines with a date YYYY-MM-DD
_data
=
$(
t_restoreDoShowVolumes |
grep
"[12][0-9][0-9][0-9]-[0-2][0-9]-[0-3][0-9]"
|
tail
-5
)
echo
"..."
echo
"
$_data
"
#
echo "..."
#
echo "$_data"
_snapshotLast
=
$(
echo
"
$_data
"
|
tail
-2
|
head
-1
|
cut
-f
1
-d
" "
)
_snapshotNow
=
$(
echo
"
$_data
"
|
tail
-1
|
cut
-f
1
-d
" "
)
Loading