Linux / UNIX Tech Support Forum
This is a discussion on tar tape command example within the Getting started tutorials forums, part of the Linux Getting Started category; It is very easy to use tar command Backup /home to tape device /dev/st0 (linux) or /dev/rmt/0 (solaris UNIX), type ...
|
Register free or login to your existing account and remove all advertisements. |
|
|||||||
| Getting started tutorials So much to read, so little time! If that is your problem, we have solution. Read our FAQ and tutorials to help you cut through the clutter of information overload. Only members of "contributors" group can post new tutorials. Other members can just reply to thread. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
It is very easy to use tar command
UNIX Code:
tar cvf /dev/rmt/0 /export/home/* Code:
tar cvf /dev/st0 /home/* UNIX Code:
tar xvf /dev/rmt/0 Code:
tar xvf /dev/st0 |
| Sponsored Links | ||
|
|
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HP-UX Create system recovery boot tape | stewwalker | HP-UX | 4 | 01-16-2008 06:21 AM |
| UNIX list a backup tape contents | chiku | Getting started tutorials | 0 | 04-27-2007 05:46 PM |
| Openbsd Howto backup data on tape - tutorial | raj | All about FreeBSD/OpenBSD/NetBSD | 1 | 12-20-2006 02:44 AM |
| ERRORS: Sun to Linux GNU tar tape restore on a 64 bit box | tnicks | Linux software | 3 | 06-09-2005 03:59 PM |