Copying a file system w/ tar - symbolic links not copied right.
- From: "Don O'Neil" <don@xxxxxxxxxxxxxx>
- Date: Wed, 10 May 2006 18:17:18 -0700
Hi all...
I'm trying to move a file system from one disk to another, and when I do
this:
tar cf - /source/* | ( cd /destination && tar xfv - )
It copies all the files, but the symbolic links are copied as files of 0
length, rather than re-established as links.
What am I doing wrong here, or is my tar broken?
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Copying a file system w/ tar - symbolic links not copied right.
- From: Olivier Nicole
- Re: Copying a file system w/ tar - symbolic links not copied right.
- From: Dan Nelson
- Re: Copying a file system w/ tar - symbolic links not copied right.
- From: Andy Greenwood
- Re: Copying a file system w/ tar - symbolic links not copied right.
- Prev by Date: Re: ftp server with no shell accounts
- Next by Date: Is it recommended to allow all outgoing connections from your firewall??
- Previous by thread: ftp server with no shell accounts
- Next by thread: Re: Copying a file system w/ tar - symbolic links not copied right.
- Index(es):