1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-15 01:04:37 +02:00

Fixed a few directory syncs that were missed for the --repo-sync option.

This commit is contained in:
David Steele
2016-12-19 14:40:22 -05:00
parent 4e1b74688d
commit aecc0f737e
3 changed files with 5 additions and 4 deletions

View File

@ -851,7 +851,7 @@ sub process
my $strFileName = $oFileLocal->pathGet(PATH_BACKUP_TMP, $strFile);
# Write content out to a file
fileStringWrite($strFileName, $$oFileHash{$strFile});
fileStringWrite($strFileName, $$oFileHash{$strFile}, false);
# Compress if required
if ($bCompress)