help: pipe with tar
From: Daniel Gélinas (maridan_at_abacom.com)
Date: 08/26/04
- Next message: Robert Ngo: "Re: display output from serial port device"
- Previous message: Robert Redelmeier: "Re: Why is the stack pointer always the same?"
- Next in thread: Kasper Dupont: "Re: help: pipe with tar"
- Reply: Kasper Dupont: "Re: help: pipe with tar"
- Reply: Tim Roberts: "Re: help: pipe with tar"
- Reply: Bill Marcum: "Re: help: pipe with tar"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 25 Aug 2004 19:54:30 -0400
Hi,
We have make a backup in a DDS3
cartridge with:
tar -cvpmf /dev/st0 -v "Data and programs"
--atime-preserve --preserve-permissions .
How to make a single tar gzip compress file
with the content of that tape cartridge?
We have tried:
tar -Oxvpf /dev/st0 | tar -zcpmf backup.tgz
But it doesn't work!
Please help us.
Thank you
Daniel
maridan@abacom.com
- Next message: Robert Ngo: "Re: display output from serial port device"
- Previous message: Robert Redelmeier: "Re: Why is the stack pointer always the same?"
- Next in thread: Kasper Dupont: "Re: help: pipe with tar"
- Reply: Kasper Dupont: "Re: help: pipe with tar"
- Reply: Tim Roberts: "Re: help: pipe with tar"
- Reply: Bill Marcum: "Re: help: pipe with tar"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|