Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.042 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; '*not*': 0.07; 'extracted': 0.07; 'preserve': 0.09; 'library': 0.15; 'archives.': 0.16; 'tarfile': 0.16; 'documented': 0.17; 'module': 0.19; 'specified': 0.23; 'user.': 0.23; 'message-id:@mail.gmail.com': 0.27; 'this?': 0.28; 'received:209.85.212': 0.28; 'archives': 0.29; "i'm": 0.29; 'anywhere': 0.33; 'wishes,': 0.33; 'to:addr:python-list': 0.33; "can't": 0.34; 'received:google.com': 0.34; 'received:209.85': 0.35; 'does': 0.37; 'received:209': 0.37; 'files': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'list,': 0.39; 'header:Received:5': 0.40; 'between': 0.63; 'dear': 0.66; 'computers': 0.69; 'hoping': 0.72; 'computers.': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=28efBfh2qGSVJKNq3OvwWTMMZRw5E5WB+GpfrR86vZE=; b=EFlqHU+fzbKmGAH33oxA7TCBubgTWUjVIoW1S+Y3TgHaAs/VXE9rQwZ66dzpnVwA5a lU+AsZV9OW7WIzUNNy2mFb5nxP3QpAU0JOJ9LWaFd95t/q0I6+CGBU5MObT+ixlF6h6+ FNMmWQa2kyNQxXZrSrEHy2wUmgaJaP8+TdjFQTHHrglnKgO85dCBgwRzGB5c/OK6Vie8 H9aYQo1Ezvcr/gJ5Qs3RxdDmtRgV9xwF2teCogtSxqXqK/C6a7DmvWYfUN+3KhGJjliE EtsP/Brx5bLH+Uj8vxtDMaanDwmvIiR3k1dAW6TEsU1kl6bYZDB9NEioSwrOskObr+/8 xwTA== MIME-Version: 1.0 Date: Sun, 30 Dec 2012 18:57:31 +0000 Subject: Tarfile and usernames From: Nicholas Cole To: python-list@python.org Content-Type: multipart/alternative; boundary=20cf3079b75e02b2f404d21678c1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 40 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1356893859 news.xs4all.nl 6961 [2001:888:2000:d::a6]:49891 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35809 --20cf3079b75e02b2f404d21678c1 Content-Type: text/plain; charset=ISO-8859-1 Dear List, I'm hoping to use the tarfile module in the standard library to move some files between computers. I can't see documented anywhere what this library does with userids and groupids. I can't guarantee that the computers involved will have the same users and groups, and would like the archives to be extracted so that the files are all owned by the extracting user. Essentially, I do *not* with to preserve the owner and groups specified in the archives. What is the right way to achieve this? Best wishes, Nicholas --20cf3079b75e02b2f404d21678c1 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Dear List,

I'm hoping to use = the tarfile module in the standard library to move some files between compu= ters.=A0

I can't see documented an= ywhere what this library does with userids and groupids. =A0I can't gua= rantee that the computers involved will have the same users and groups, and= would like the archives to be extracted so that the files are all owned by= the extracting user.=A0

Essentially, I do *not* with to preserve th= e owner and groups specified in the archives.

What is the right way to achieve this?

Best wishes,

Nicholas
=

--20cf3079b75e02b2f404d21678c1--