From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 23:40:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67BD916A422 for ; Mon, 20 Feb 2006 23:40:56 +0000 (GMT) (envelope-from ben@spooty.net) Received: from swift.swiftnames.com (swift.swiftnames.com [205.214.82.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1572443D49 for ; Mon, 20 Feb 2006 23:40:55 +0000 (GMT) (envelope-from ben@spooty.net) Received: from cpc2-brig8-4-0-cust31.brig.cable.ntl.com ([86.10.171.31] helo=[192.168.1.101]) by swift.swiftnames.com with esmtpa (Exim 4.44) id 1FBKe9-0002Oz-8m for freebsd-questions@freebsd.org; Mon, 20 Feb 2006 16:40:49 -0700 From: Ben Paley To: FreeBSD Questions Date: Mon, 20 Feb 2006 23:39:43 +0000 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602202339.44245.ben@spooty.net> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - swift.swiftnames.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - spooty.net X-Source: X-Source-Args: X-Source-Dir: Subject: tar segmentation fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 23:40:56 -0000 Hello, I want to backup certain parts of my system regularly, so I made a directory which reflects the filesystem: backup/ etc/ -> link to /etc usr/ home/ me/ somefile -> link to some specific file in my home directory public_html/ various_links_to/ -> directories_which/ -> really_exist_in_my/ -> public_html/ -> Basically it's a collection of symlinks to stuff I want backed up. Then I run tar -cLvy -f /usr/home/me/backup/backup.tar.bz2 /usr/home/me/backup/source/ When source/usr/home/me/public_html is empty then it runs fine. But when I put any links in, tar dies with a segmentation fault. Has anyone got any ideas why? Thanks, Ben