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

restic diff: fix regex filter

parent cb28a079
No related branches found
No related tags found
1 merge request!34restic diff: fix regex filter
......@@ -207,7 +207,7 @@
local _snapshotNow
# 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 "$_data"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment