Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2006 23:39:43 +0000
From:      Ben Paley <ben@spooty.net>
To:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   tar segmentation fault
Message-ID:  <200602202339.44245.ben@spooty.net>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602202339.44245.ben>