dvdrtools-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Dvdrtools-users] Backup of a partition with compression


From: Volker Kuhlmann
Subject: Re: [Dvdrtools-users] Backup of a partition with compression
Date: Wed, 18 May 2005 15:36:32 +1200

> Now I'm at a loss. I tried using the streaming mode of growisofs/mkisofs; 
> that works insofar as I don't get error messages, but the file on the DVD 
> cannot be read later (as it is > 2 GB, I assume).

What actually happens? What commands did you use? Are you compressing
the whole partition, or a tar file of the files of the partition?

The following should work:

gzip </dev/... | growisofs -Z /dev/dvdrecorder=/dev/stdin
tar -czf- /...| growisofs -Z /dev/dvdrecorder=/dev/stdin

Neither of those commands call mkisofs for you.

You may run into issues with the piping having a too small buffer, but
there's a way round that with a nifty piece of buffering software.

The problem with the above method is that you don't know when to stop
reading, so you should log the output of growisofs which gives you the
number of blocks written. Use dd to read the disk, piping it into tar or
gzip.

Volker

-- 
Volker Kuhlmann                 is possibly list0570 with the domain in header
http://volker.dnsalias.net/             Please do not CC list postings to me.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]