Hello,
I am having a little problem with the TAR command.
I want to TAR some files for archiving. The archive will include general directories, subdirectories including files and some alias to files also included in the TAR.
I have used the TAR -c -j -v -f archive.tar * command.
What I have noticed is that when I restore the files using TAR the alias files are restored as "zero byte" files. Hence I lose the alias link.
Is there somethin obvious I am doing wrong, or does TAR not work with alia files?
I am having a little problem with the TAR command.
I want to TAR some files for archiving. The archive will include general directories, subdirectories including files and some alias to files also included in the TAR.
I have used the TAR -c -j -v -f archive.tar * command.
What I have noticed is that when I restore the files using TAR the alias files are restored as "zero byte" files. Hence I lose the alias link.
Is there somethin obvious I am doing wrong, or does TAR not work with alia files?