Mike Spenard [EMAIL PROTECTED] wrote:
> After tar has finished writing to the tape device is there
> a way to see how large the finished tar on tape is?
>
> Also, is there a way to monitor the transfer rate to the
> tape device?
dd gives you both of these pieces of information. just pipe tar thr
2006/10/31, Mike Spenard <[EMAIL PROTECTED]>:
After tar has finished writing to the tape device is there
a way to see how large the finished tar on tape is?
gtar has --totals
Also, is there a way to monitor the transfer rate to the
tape device?
gtar has --checkpoint
Best
Martin
On Tue, Oct 31, 2006 at 11:53:53AM +0100, Andreas Kahari wrote:
| >How about tar czpf / | dd obs=$BIGNUM > /dev/nrst0? More sophisticated
| >methods are always possible, of course...
|
| I was thinking about something similar but using buffer from the
| misc/buffer port somehow instead of dd. I be
On 31/10/06, Joachim Schipper <[EMAIL PROTECTED]> wrote:
On Tue, Oct 31, 2006 at 11:06:13AM +0100, ropers wrote:
> On 31/10/06, Mike Spenard <[EMAIL PROTECTED]> wrote:
> >After tar has finished writing to the tape device is there
> >a way to see how large the finished tar on tape is?
>
> Forgive
On 31/10/06, Joachim Schipper <[EMAIL PROTECTED]> wrote:
On Tue, Oct 31, 2006 at 11:06:13AM +0100, ropers wrote:
> On 31/10/06, Mike Spenard <[EMAIL PROTECTED]> wrote:
> >After tar has finished writing to the tape device is there
> >a way to see how large the finished tar on tape is?
>
> Forgive
On Tue, Oct 31, 2006 at 11:06:13AM +0100, ropers wrote:
> On 31/10/06, Mike Spenard <[EMAIL PROTECTED]> wrote:
> >After tar has finished writing to the tape device is there
> >a way to see how large the finished tar on tape is?
>
> Forgive me if this sounds impressively stupid, but would you not j
On 31/10/06, Mike Spenard <[EMAIL PROTECTED]> wrote:
After tar has finished writing to the tape device is there
a way to see how large the finished tar on tape is?
Forgive me if this sounds impressively stupid, but would you not just
use ls(1) for that?
Also, is there a way to monitor the tra
On 10/17/06, Didier Wiroth <[EMAIL PROTECTED]> wrote:
Hello,
How can I exclude files or directories when using tar?
I found that gnu tar uses --exclude, but
how can I do this in openbsd?!
Use find (/usr/bin/find) to select the files you require, and pipe the
output to tar.
-- ach
sorry forget it guys ;-/
installing gtar is the issue ...
9 matches
Mail list logo