Linux / UNIX Tech Support Forum
This is a discussion on Openbsd Howto backup data on tape - tutorial within the All about FreeBSD/OpenBSD/NetBSD forums, part of the *BSD Operating systems category; Hi, We have proxy and firewall installed using OpenBSD. Our main sys admin is out and I need to make ...
|
Register free or login to your existing account and remove all advertisements. |
|
|||||||
| All about FreeBSD/OpenBSD/NetBSD Discuss all about the Rock solid FreeBSD/OpenBSD/NetBSD. You are free to talk about any issues related to BSD administration, networking, services and other stuff, share information or ask doubts. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| Sponsored Links | ||
|
|
|
||||
|
You can use tar command as usaul for making up backup. Generally tape device name is st0 under OpenBSD.
To find out tape device use dmesg command: Code:
dmesg Code:
dump -0au -f /dev/nrst0 /dev/rsd0h a = determine tape media length u - Update the file /etc/dumpdates to record when backup was last created -f /dev/nrst0 = tape name /dev/rsd0h = partition name (use mount command to see all partition names) Rewind tape Code:
mt -f /dev/rst0 rewind Code:
restore -tvs 1 -f /dev/rst0 To restore use commad (let us say /home again) Code:
cd /home restore -rs 1 -f /dev/rst0 |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Howto backup and restore Outlook/Outlook Express Datafiles? | Windows Xp/2000/2003 server administration | 8 | 04-03-2009 12:35 PM | |
| OpenBSD won't let me set offset | php111 | All about FreeBSD/OpenBSD/NetBSD | 0 | 09-07-2007 11:33 PM |
| tar tape command example | tom | Getting started tutorials | 0 | 06-05-2007 09:36 AM |
| UNIX list a backup tape contents | chiku | Getting started tutorials | 0 | 04-27-2007 04:46 PM |
| Backup using FTP - Howto | chiku | Solaris/OpenSolaris | 1 | 09-10-2006 06:19 PM |