![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Archiving big ammount of files. | Maxeg | UNIX for Dummies Questions & Answers | 3 | 03-27-2008 01:26 PM |
| Archiving Problem | bintaleb | UNIX for Dummies Questions & Answers | 2 | 03-11-2007 04:47 AM |
| Archiving | dreams5617 | Shell Programming and Scripting | 1 | 10-20-2006 02:33 AM |
| Archiving Users | suseesk | Shell Programming and Scripting | 2 | 04-10-2006 06:10 AM |
| archiving a directory using tar | harminder | UNIX for Dummies Questions & Answers | 2 | 09-22-2005 02:23 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Archiving
I am looking for some advice. I have some files on a Unix server, which contain symbolic links. I need to copy these over to a nfts environment, but wish to keep the symbolic links intact. Any ideas?
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
I think you mean ntfs as in Windows right?
I'm not sure how tar handles symlinks, but i would try tar first of all. If you are merely archiving them why not make tapes? If you have room i guess archiving them to a nt box is okay.
__________________
My brain is your brain |
|
#3
|
||||
|
||||
|
I believe that tar has an option to retain symbolic links, but no guarantees (I lack access to a shell at the moment, sorry) so you might want to consult the man pages. Remember: Symbolic links mean nothing on an NTFS/FAT partition, so they will serve no function. Even if you can place symlinks in the archive, they will not be extracted to the ntfs drive if you are extracting them in *nix.
|
|
#4
|
||||
|
||||
|
karma,
I think he is only meaning to archive them and not mount them anywhere, so if it supports sym links, he should be fine.
__________________
My brain is your brain |
|
#5
|
|||
|
|||
|
The reason i need to put them over to a NTFS (WIN XP) is be able to copy them over to a DVD jukebox, which is controlled by a w2k server.
My current setup is Unix server(NFS) Samba client W2K server DVD I need to keep the symbolic links if i need to bring back the job from DVD back to the Unix drives. |
|
#6
|
|||
|
|||
|
any ideas ? I am stuck
|
|
#7
|
||||
|
||||
|
Make a tar archive on the unix system:
tar cf something.tar /something Then copy something.tar to the ntfs filesystem. But don't try to expand the individual files. And just archive something.tar to dvd. |
||||
| Google The UNIX and Linux Forums |