Þann 2006-02-13, 05:41:18 (-0800) skrifaði Nevruz Mesut Sahin:
>
>
> Dear Friends I wrote tar -czvf
> /disk1/data/folders /disk1/data/xyz but gives error
> below:
The destination for the archive should be the first argument to tar
from the man page:
tar -cvvf foo.tar foo/
tar contents of folder foo in foo.tar
Oli