Hi, win xp\w2k 1) I try to use this line to specify tar-file: tar -cvf d:\temp\archive.tar d:\data
error: cant open d:\temp\archive.tar
2) I try to use this line to specify destination folder to untar: tar -xvf archive.tar -C d:\data_recoved
doesnt work.
this syntax according to doc - but doesnt work.
My guess is that d:\temp does not exist. The command runs fine for me.
Try to use bsdtar (from the Libarchive package), which is in most cases a better alternative to tar.
Hi,
win xp\w2k
1)
I try to use this line to specify tar-file:
tar -cvf d:\temp\archive.tar d:\data
error: cant open d:\temp\archive.tar
2)
I try to use this line to specify destination folder to untar:
tar -xvf archive.tar -C d:\data_recoved
doesnt work.
this syntax according to doc - but doesnt work.
My guess is that d:\temp does not exist. The command runs fine for me.
Try to use bsdtar (from the Libarchive package), which is in most cases a better alternative to tar.