Re: tar, but not gnu tar - Mailing list pgsql-admin

From Bruce Momjian
Subject Re: tar, but not gnu tar
Date
Msg-id 200708231902.l7NJ2Ii28748@momjian.us
Whole thread Raw
In response to Re: tar, but not gnu tar  ("Tena Sakai" <tsakai@gallo.ucsf.edu>)
List pgsql-admin
Tena Sakai wrote:
> Hi Tom,
> Hi Bruce,
>
> Thanks for your input.  Fair enough.  I redid it.
> This time, in the first window, I ran this mini
> shell program continuously:
>
>   while true
>   > do
>   >   date >> big.input
>   > done
>
> In the 2nd window:
>
>   tar cf ../moo.tar . > tar_errlog 2>&1
>
> Tar returned the exit code 0.  In the tar_errlog, it said:
>   tar: ./big.input: file changed as we read it

This seems to contradict what we say about GNU tar?  Is this GNU tar?
What version?

--
  Bruce Momjian  <bruce@momjian.us>          http://momjian.us
  EnterpriseDB                               http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Installing Postgres
Next
From: "Tena Sakai"
Date:
Subject: Re: tar, but not gnu tar