mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
remove spurios "/base" path element in Barman tablespace cloning code.
Addresses GitHub #339
This commit is contained in:
@@ -4313,7 +4313,7 @@ run_file_backup(t_node_info *node_record)
|
|||||||
* empty */
|
* empty */
|
||||||
{
|
{
|
||||||
maxlen_snprintf(command,
|
maxlen_snprintf(command,
|
||||||
"rsync --progress -a --files-from=%s/%s.txt %s:%s/base/%s/%s %s",
|
"rsync --progress -a --files-from=%s/%s.txt %s:%s/%s/%s %s",
|
||||||
local_repmgr_tmp_directory,
|
local_repmgr_tmp_directory,
|
||||||
cell_t->oid,
|
cell_t->oid,
|
||||||
config_file_options.barman_host,
|
config_file_options.barman_host,
|
||||||
|
|||||||
Reference in New Issue
Block a user