Re: PITR on Win32 - Archive and Restore

From: "Andrew Dunstan" <andrew(at)dunslane(dot)net>
To: <markir(at)coretech(dot)co(dot)nz>
Cc: <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Re: PITR on Win32 - Archive and Restore
Date: 2004-08-09 07:36:45
Message-ID: 3237.24.211.141.25.1092037005.squirrel@www.dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32 pgsql-patches

> Well, it is really fighting us.....
>
> This is the archive_command:
>
> '""copy.exe" "%p" "c:/databases/pgarchive/%f""'
>
> and this is the log:
>
> LOG: archive command """copy.exe"
> "c:/databases/pgdata/pg_xlog/000000010000000000000007"
> "c:/databases/pgarchive/000000010000000000000007""" failed: return code
> 1 '"copy.exe"' is not recognized as an internal or external command,
> operable program or batch file.
>
> (tried plain old '"copy"' too)
>

What happens with this archive command?:

'"copy "%p" "c:/databases/pgarchive/%f""'

cheers

andrew

In response to

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message markir 2004-08-09 08:12:36 Re: PITR on Win32 - Archive and Restore
Previous Message Christian Klemke 2004-08-09 06:59:30 Re: PITR on Win32 - Archive and Restore

Browse pgsql-patches by date

  From Date Subject
Next Message markir 2004-08-09 08:12:36 Re: PITR on Win32 - Archive and Restore
Previous Message Christian Klemke 2004-08-09 06:59:30 Re: PITR on Win32 - Archive and Restore