Using tar to run backups onto a tape device using cygwin

Eric Blake eblake@redhat.com
Thu Oct 18 15:12:00 GMT 2012


On 10/18/2012 08:45 AM, srikant veeraraghavan wrote:
> Hi,
> 
> I have been trying to write few backups using the tar command onto a tape
> drive which is zoned to my Windows server.
> The Carts have been loaded on the tapes on which I need to run the backup.
> I found the tape Symbolic name from the Device manager tab. And this is the
> command that I used.
> 
> tar -cf \\.\Tape0 /cygdrive/c/StratfordData

Isn't that the same as:

tar -cf '\.Tape0' /cygdrive/c/StratfordData

Are you sure you are using backslash correctly in your command?

-- 
Eric Blake   eblake@redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 617 bytes
Desc: OpenPGP digital signature
URL: <http://cygwin.com/pipermail/cygwin/attachments/20121018/2b3141e5/attachment.sig>


More information about the Cygwin mailing list