Amiga Unix Wiki

Because AmigaOS just isn't obscure enough today!

User Tools

Site Tools


tape-creation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tape-creation [2018/09/01 18:36] wiki_admintape-creation [2018/09/02 19:48] wiki_admin
Line 70: Line 70:
 “Using Amiga Unix” mentions tape only shortly on “Backing up your files” (p. 232-235), here are the examples: “Using Amiga Unix” mentions tape only shortly on “Backing up your files” (p. 232-235), here are the examples:
  
-Backing up files to tape: find /home/joe -depth -print | cpio -ocv -O > /dev/rmt/4+Backing up files to tape: **find /home/joe -depth -print | cpio -ocv -O > /dev/rmt/4**
  
-List the contents of your backup: cpio -ictv < /dev/rmt/4+List the contents of your backup: **cpio -ictv < /dev/rmt/4**
  
-Restore files: cpio -imdcuv -B < /dev/rmt/4+Restore files: **cpio -imdcuv -B < /dev/rmt/4**
  
-Other Amix tape commands: mt retension (re-tensions the tape by fast forwarding and rewinding it) and mt rewind (rewinds the tape). +Other Amix tape commands:  
- +  * **mt retension** (re-tensions the tape by fast forwarding and rewinding it) 
-Zeroing out the tape (for 2.1 installation): dd if=/dev/zero of=/dev/rmt/4hn bs=32k Zeroing out the tape (for other versions): dd if=/dev/zero of=/dev/rmt/4n bs=32k+  * **mt rewind** (rewinds the tape). 
 +  Zeroing out the tape ("format"), for 2.1 installation: **dd if=/dev/zero of=/dev/rmt/4hn bs=32k**  
 +  * Zeroing out the tape ("format"), for other versions: **dd if=/dev/zero of=/dev/rmt/4n bs=32k**
tape-creation.txt · Last modified: 2022/04/15 13:24 by wiki_admin