diff --git a/plugins/transfer/restic.sh b/plugins/transfer/restic.sh index f8e8771fd4e78048fc46fe2a21d19fb2ff44c9b2..20f95521f944312be102d70f71f552e617d6cb31 100644 --- a/plugins/transfer/restic.sh +++ b/plugins/transfer/restic.sh @@ -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"