mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
Warning for non-empty dirs instead of error
This commit is contained in:
parent
194696f674
commit
49536498e6
@ -360,7 +360,7 @@ sub archive_pull
|
||||
if ($strPath lt $strPathMax)
|
||||
{
|
||||
&log(DEBUG, "removing local archive path ${strPath}");
|
||||
rmdir($strArchivePath . "/" . $strPath) or confess &log(ERROR, "unable to remove archive path ${strPath}, is it empty?");
|
||||
rmdir($strArchivePath . "/" . $strPath) or &log(WARN, "unable to remove archive path ${strPath}, is it empty?");
|
||||
}
|
||||
|
||||
# If the dir is not empty check if the files are in the manifest
|
||||
|
Loading…
Reference in New Issue
Block a user