fix: seems as if I missread -hackers

This commit is contained in:
Christian Kruse
2014-01-23 16:46:49 +01:00
parent bbb67c55f6
commit 701cf043fd

View File

@@ -1879,7 +1879,7 @@ copy_remote_files(char *host, char *remote_user, char *remote_path,
if (is_directory)
{
strcat(rsync_flags, " --exclude=pg_xlog* --exclude=pg_log* --exclude=pg_control --exclude=*.pid --exclude=pg_dynshmem*");
strcat(rsync_flags, " --exclude=pg_xlog* --exclude=pg_log* --exclude=pg_control --exclude=*.pid");
maxlen_snprintf(script, "rsync %s %s:%s/* %s",
rsync_flags, host_string, remote_path, local_path);
}