Robert Haas <robertmh...@gmail.com> wrote:
 
> maybe instead of shipping a more complicated script we should be
> trying to eliminate (or at least reduce) the need for a more
> complicated script.
 
That was the intent of my pg_archiveto suggestion.  I'll amend it
(based on other comments) to allow for a URL as an alternative way
to specify the directory.  So your archive_command might be:
 
'pg_archiveto /var/pgsql/backup/wal/ %p %f'
 
or:
 
'pg_archiveto http://backup-server/mydbserver/wal/ %p %f'
 
or maybe:
 
'pg_archiveto /mnt/someremotedirectory/ %p %f'
 
-Kevin

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to