BackupPC-users

Re: [BackupPC-users] Problem in transferring

2009-06-08 11:19:02
Subject: Re: [BackupPC-users] Problem in transferring
From: Les Mikesell <les AT futuresource DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Mon, 08 Jun 2009 10:15:58 -0500
ckandreou wrote:
> Thanks for the reply. I am not an expert on Backups. I did spend a lot of 
> time reading and researching about the tape backups on Linux. Here is the 
> full error message:
>[...] 
> bzip2: I/O or other error, bailing out.  Possible reason follows.
> bzip2: Inappropriate ioctl for device
>       Input file = (stdin), output file = (stdout)
> Executing: /bin/csh -cf -cf /usr/local/BackupPC/bin/BackupPC_tarCreate -t -h 
> ccdev10 -n 369 -s \* . | /usr/bin/bzip2 >> /dev/sa0
> Error: /usr/local/BackupPC/bin/BackupPC_tarCreate, compress or split failed
> Archive failed: Error: /usr/local/BackupPC/bin/BackupPC_tarCreate, compress 
> or split failed

What kind of tape device do you have?  Do you know if it requires a 
specific block size for reads/writes?   What does 'mt status' say about 
it?  Tar normally writes in 10k blocks with an extra block of nulls at 
the end, so if tar works directly, you might emulate that by adding dd 
with obs=10k to the end of the pipeline.  Or there may be some 
better-buffering tools around for tape writing.

-- 
   Les Mikesell
    lesmikesell AT gmail DOT com


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/