From owner-freebsd-questions Mon Sep 10 4: 5:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.ntu-kpi.kiev.ua (www.ntu-kpi.kiev.ua [212.111.192.161]) by hub.freebsd.org (Postfix) with ESMTP id 71BC737B40C for ; Mon, 10 Sep 2001 04:05:38 -0700 (PDT) Received: from comsys.ntu-kpi.kiev.ua (eth0.comsys.ntu-kpi.kiev.ua [10.0.1.184]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id 3C11B2EEBA; Mon, 10 Sep 2001 14:05:34 +0300 (EEST) Received: from pm5149 (pm514-9.comsys.ntu-kpi.kiev.ua [10.18.54.109]) by comsys.ntu-kpi.kiev.ua (8.11.3/8.11.3) with SMTP id f8AAxdU05420; Mon, 10 Sep 2001 13:59:39 +0300 (EEST) Message-ID: <011101c139de$b9fa5c00$6d36120a@comsys.ntukpi.kiev.ua> From: "Andrey Simonenko" To: Cc: References: <20010908142940.85870.qmail@web12503.mail.yahoo.com> Subject: Re: Tar question Date: Mon, 10 Sep 2001 13:55:30 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: Christopher Strzelczyk Newsgroups: lucky.freebsd.questions Sent: Saturday, September 08, 2001 6:30 PM Subject: Tar question > I am currently backing up my boxes using GNU Tar. > After cron runs the job every night I get the > following output. What is the gid_t value? It seems > as if all the files are there and I can recover them. > However, this output worries me. Thanks for any fix > suggestions. -Chris > gid_t is C-type for keeping GID number, GID stands for group ID. By the way, why don't you use default tar? (/usr/bin/tar) Check GID and UID of files you backup with "ls -ln" command and compare these values with values from tar's output. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message