Skip to content
Snippets Groups Projects
Commit 97c78f48 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '5046-finetune-restic-params' into 'master'

restic diff: fix regex filter

See merge request !34
parents 64239985 62673cab
No related branches found
No related tags found
1 merge request!34restic diff: fix regex filter
...@@ -207,7 +207,7 @@ ...@@ -207,7 +207,7 @@
local _snapshotNow local _snapshotNow
# get list of snapshots and filter the lines with a date YYYY-MM-DD # get list of snapshots and filter the lines with a date YYYY-MM-DD
_data=$( t_restoreDoShowVolumes | grep "[12][0-9][0-9][0-1]-[0-2][0-9]-[0-3][0-9]" | tail -5 ) _data=$( t_restoreDoShowVolumes | grep "[12][0-9][0-9][0-9]-[0-2][0-9]-[0-3][0-9]" | tail -5 )
echo "..." echo "..."
echo "$_data" echo "$_data"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment