driverdave
10-19-2001, 07:59 PM
Does anyone know what options to specify when creating a symlink to have
ln -sn /home/somedirectory directory
tar -cvhf directory.tar directory
I want the tar file to remember that directory is a symlink, and not have it actually go into /home/somedirectory and tar all the files?
ln -sn /home/somedirectory directory
tar -cvhf directory.tar directory
I want the tar file to remember that directory is a symlink, and not have it actually go into /home/somedirectory and tar all the files?
