[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Tar Files and Password Files



> I think your syntax is incorrect.
>
> tar -czp --file=awardsjun.tar awardsjun

The original syntax would work if you add a slash at the end:

tar -c__f some.tar somedirectory/   where ___ = all your arguments

Joe