I have a bash script that is trying to run tar with parameters,
but when it does so, tar reports all kinds of errors. If I take the
same output (using an echo command in the script to see what exactly
is being executed), it runs with no problems. Does anyone have any
ideas as to what could be causing this?
Thanks,
Dave
Never mind, I was storing all the tar parameters in a variable and
then trying to run the script using that variable with tar (it has
redirects and pipes and I think it was giving tar issues). Anyways, I
created a work around. Disregard this post.
Please post the relevant portions of the shell script, and the errors
it's outputting.
--
Tim Greer, CEO/Founder/CTO, BurlyHost.com, Inc.
Shared Hosting, Reseller Hosting, Dedicated & Semi-Dedicated servers
and Custom Hosting. 24/7 support, 30 day guarantee, secure servers.
Industry's most experienced staff! -- Web Hosting With Muscle!
... and the command you're executing is ... what? Let's not play guessing
games, please.