From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | andy(dot)shellam(at)mailnetwork(dot)co(dot)uk, "'Rajesh Kumar Mallah'" <mallah(dot)rajesh(at)gmail(dot)com>, pgsql-admin(at)postgresql(dot)org |
Subject: | Re: FW: Setting up of PITR system. |
Date: | 2006-04-10 23:19:29 |
Message-ID: | 1632.1144711169@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Tom Lane wrote:
>> It definitely is a pain in the neck that GNU tar complains about files
>> changing underneath it --- I've looked for a way to disable that, or at
>> least reduce it to a warning instead of an error condition, but gtar
>> doesn't seem to have such a switch. You should try alternative backup
>> tools such as cpio or rsync.
> You mean the tar exits or that it just returns an error code on
> completion?
I don't recall whether it finishes making the tarball, but it definitely
returns nonzero exit status, which makes it effectively unusable in any
automated script (you certainly don't want to ignore exit status in a
backup script ...)
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Spiegelberg, Greg | 2006-04-11 10:10:03 | Re: FW: Setting up of PITR system. |
Previous Message | Bruce Momjian | 2006-04-10 23:07:43 | Re: FW: Setting up of PITR system. |