in reply to symlinks in Archive::Tar?
Don't you have to add the symlink to the archive -- not what it's linked to? i.e., what happens when you try this:
I believe it needs to see that symlink file mode setting for it to even try. Looking at the code, it should work, but I'm not convinced it will work for relative paths (not an issue here).tar->add_files("/webroot/service/servicelist/ss/rasprofile-fr-eng.pdf" +);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: symlinks in Archive::Tar?
by heezy (Monk) on Feb 19, 2003 at 21:39 UTC | |
by steves (Curate) on Feb 19, 2003 at 23:11 UTC |