remove spurios "/base" path element in Barman tablespace cloning code.

Addresses GitHub #339
This commit is contained in:
Ian Barwick
2017-11-20 10:50:26 +09:00
parent 0dae8c9f0b
commit faf297b07f

View File

@@ -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,