From: | "Tena Sakai" <tsakai(at)gallo(dot)ucsf(dot)edu> |
---|---|
To: | "Bruce Momjian" <bruce(at)momjian(dot)us> |
Cc: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Kenneth Marshall" <ktm(at)rice(dot)edu>, "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>, <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: tar, but not gnu tar |
Date: | 2007-08-23 19:11:40 |
Message-ID: | FE44E0D7EAD2ED4BB2165071DB8E328C03062B6D@egcrc-ex01.egcrc.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi Bruce,
> This seems to contradict what we say about GNU tar?
> Is this GNU tar? What version?
Yes, it is GNU tar v1.14
Regards,
Tena Sakai
tsakai(at)gallo(dot)ucsf(dot)edu
-----Original Message-----
From: Bruce Momjian [mailto:bruce(at)momjian(dot)us]
Sent: Thu 8/23/2007 12:02 PM
To: Tena Sakai
Cc: Tom Lane; Kenneth Marshall; Kevin Grittner; pgsql-admin(at)postgresql(dot)org
Subject: Re: [ADMIN] tar, but not gnu tar
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(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
From | Date | Subject | |
---|---|---|---|
Next Message | Campbell, Lance | 2007-08-23 19:17:17 | Logging the starting and stopping of PostgreSQL |
Previous Message | Bruce Momjian | 2007-08-23 19:02:18 | Re: tar, but not gnu tar |