mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +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 */
|
||||
{
|
||||
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,
|
||||
cell_t->oid,
|
||||
config_file_options.barman_host,
|
||||
|
||||
Reference in New Issue
Block a user