You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Properly quote file names in the regexp used to extract backup times.
If a backup filename contains certain special characters, then an
exception is thrown when used in the regular expression to extract the
time from the backup filename. To protect against this the metaquoting
escape sequence (`\Q...\E`) is needed.
This fixes issue #2680.
0 commit comments