Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: path in tar file...please help

by johngg (Canon)
on Oct 10, 2007 at 21:02 UTC ( [id://644089]=note: print w/replies, xml ) Need Help??


in reply to path in tar file...please help

It looks like your tar archive was written with absolute paths. AFAIK you are going to be stuck with those paths if you are using the tar executable. I have had a quick look at the Archive::Tar module and there are some methods shown in the documentation that might help you out. However, I haven't used that module so I might be wrong. If it is possible, it might be quicker to re-create the tar archive with relative paths.

I hope this is of use.

Cheers,

JohnGG

Update: I didn't explain that last very well. What I mean is change $UploadDir in your script so that it contains a relative path rather than an absolute one and do a chdir to where that relative path starts before running the tar command.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://644089]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-20 03:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found