It is currently Mon, 20 May 2013 06:08:28 GMT



 
Author Message
 Multivolume backup using tar to floppy..
I seem to remember a few people out there that posted their favorite
shell script that used tar and compress (or gzip) to backup hard disks
to floppy. I'd really like to see one of these; please respond via
email. Thanks.
--
Karl Buck                  
k...@cis.ksu.edu        
USGMRL 913.776.2745  


 Thu, 12 Oct 1995 09:15:21 GMT   
 Multivolume backup using tar to floppy..

I wrote a program awhile back called "vol".  It's similar to a program
by the same name that came with Minix, but I wrote it from scratch in
C.  You use it like this.  To backup:

tar ... | compress | vol -w /dev/fd0 1440

and to restore:

vol -r /dev/fd0 1440 | zcat | tar ...

It stops and prompts every 1440 (or whatever) Kilobytes and asks you to
place the next disk in.  Is anybody interested in this?  Please respond
via e-mail.  If there are enough responses I'll beef up it's error
checking and offer it "officially" as a new binary.

Probably what we really need is a dd(1) with a "pause" option.



 Fri, 13 Oct 1995 06:05:20 GMT   
 
   [ 2 post ] 

Similar Threads

1. multivolume tar backups

2. "Proper" tar usage for multivolume backups

3. Extracting files from multivolume tar archive made with SCO tar

4. backup multiple tar-files on a tape using tar and mt - command

5. Backup with tar and floppy

6. CD size tar||dd multivolumes?

7. Tar not writing Multivolumes

8. tar multivolume activated by cron


 
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software