You've already forked pgbackrest
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user