You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-15 01:04:37 +02:00
Closed #19: The following tablespace checks have been added: paths or files in pg_tblspc, relative links in pg_tblspc, tablespaces in $PGDATA. All three will generate errors.
This commit is contained in:
@ -859,8 +859,7 @@ sub BackRestTestBackup_LinkCreate
|
||||
my $strPathFile = ${$oManifestRef}{&MANIFEST_SECTION_BACKUP_PATH}{$strPath}{&MANIFEST_SUBKEY_PATH} . "/${strFile}";
|
||||
|
||||
# Create the file
|
||||
symlink($strDestination, $strPathFile)
|
||||
or confess "unable to link ${strPathFile} to ${strDestination}";
|
||||
BackRestTestCommon_LinkCreate($strPathFile, $strDestination);
|
||||
|
||||
# Return path to created file
|
||||
return $strPathFile;
|
||||
|
Reference in New Issue
Block a user