1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-09-16 09:06:18 +02:00

Fixed issues in differential expiration.

This commit is contained in:
David Steele
2014-09-14 16:30:53 -04:00
parent 9555775d72
commit c0d81f0d10

View File

@@ -588,6 +588,10 @@ sub backup_regexp_get
{
$strRegExp .= "(\\_";
}
else
{
$strRegExp .= "\\_";
}
$strRegExp .= $strDateTimeRegExp;
@@ -612,7 +616,7 @@ sub backup_regexp_get
$strRegExp .= "\$";
# &log(DEBUG, "backup_regexp_get($bFull, $bDifferential, $bIncremental): $strRegExp");
&log(DEBUG, "backup_regexp_get($bFull, $bDifferential, $bIncremental): $strRegExp");
return $strRegExp;
}