|
|
dump
Unter Solaris heißt der Befehl
dump ufsdump . Der dort
existierende Befehl dump hat eine andere Aufgabe.
Nach dem Befehl
Wird die Option
Die Option
Der letzte Parameter gibt das zu sichernde Dateisystem an. In einigen Versionen
von Mit dem folgenden Sicherungslauf wird das Dateisystem /dev/vg00/lvol3 auf das Standardband gesichert:
hpsrv# dump 0 /dev/vg00/lvol3 /var/adm/dumpdates: No such file or directory DUMP: Date of this level 0 dump: Sun Dec 30 15:27:44 2001 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping /dev/vg00/rlvol3 (/home) to /dev/rmt/0m DUMP: This is an HP long file name filesystem DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 1001 tape blocks on 0.03 tape(s). DUMP: dumping (Pass III) [directories] DUMP: dumping (Pass IV) [regular files] DUMP: DUMP: 1001 tape blocks on 1 tape(s)
DUMP: DUMP: /dev/vg00/rlvol3 has 0 inodes with unsaved ... DUMP: DUMP IS DONE DUMP: Tape rewinding hpsrv#
Sollen mehrere Dateisysteme auf ein Band geschrieben werden, muss das Device
des Bandgerätes so gewählt werden, dass es nicht zurückspult.
Daten zurück: restore
Der Befehl
Die Option -r sorgt für das komplette Einspielen der gesicherten Daten.
Zuvor wird das Dateisystem, auf das die Daten sollen, neu mit
Mit der Option Im Beispiel wird die Datei hello.cpp aus dem Heimatverzeichnis zurückgeholt. Zunächst wechselt man in das Verzeichnis, wo die gesicherten Dateien später abgelegt werden sollen. In diesem Fall wurde ein Verzeichnis restore unter /var angelegt:
hpsrv# cd /var hpsrv# mkdir restore hpsrv# cd restore hpsrv# restore i restore > cd arnold restore > ls ./arnold: .cshrc .history .profile .sh_history bad.tif .exrc .login .rhosts a.out hello.cpp
restore > add hello.cpp restore > ls ./arnold: .cshrc .history .profile .sh_history bad.tif .exrc .login .rhosts a.out *hello.cpp
restore > extract You have not read any tapes yet. Unless you know which volume your file(s) are on you should start with the last volume and work towards the first. Specify next volume #: Specify next volume #: 1 set owner/mode for '.'? [yn] n restore > quit hpsrv# ls arnold hpsrv# pwd /var/restore hpsrv# ll arnold total 2 -rw-rw-rw- 1 arnold users 45 Dec 20 21:43 hello.cpp hpsrv# Wie Sie sehen, werden die Dateien in einem Abbild der gesicherten Strukturen auf dem aktuellen Pfad abgelegt. Die Datei hello.cpp muss also noch in das Originalverzeichnis umkopiert werden.
Beispiel für eine Fernsicherung mit dump
Mit
gaston# RMT=/usr/sbin/rmt gaston# export RMT gaston# dump -0 -f hpsrv:/dev/rmt/0mb /dev/hda7 DUMP: Connection to hpsrv established. DUMP: Date of this level 0 dump: Mon Feb 4 12:14:18 2002 DUMP: Dumping /dev/hda7 (/home) to /dev/rmt/0mb on host hpsrv DUMP: Added inode 7 to exclude list (resize inode) DUMP: Label: none DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 2598351 tape blocks. DUMP: Volume 1 started with block 1 at: Mon Feb 4 12:14:20 2002 DUMP: dumping (Pass III) [directories] DUMP: dumping (Pass IV) [regular files] DUMP: 1.65% done at 142 kB/s, finished in 4:58 ... DUMP: 75.61% done at 176 kB/s, finished in 0:59 DUMP: write: No space left on device DUMP: End of tape detected DUMP: write: No space left on device DUMP: write: No space left on device DUMP: Closing /dev/rmt/0mb DUMP: Volume 1 completed at: Mon Feb 4 15:21:28 2002 DUMP: Volume 1 1970350 tape blocks (1924.17MB) DUMP: Volume 1 took 3:07:08 DUMP: Volume 1 transfer rate: 175 kB/s DUMP: Change Volumes: Mount volume #2 DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes DUMP: Volume 2 started with block 1970321 at: Mon Feb 4 16:57:21 2002 DUMP: Volume 2 begins with blocks from inode 611797 DUMP: 75.83% done at 39 kB/s, finished in 0:59 ... DUMP: 98.40% done at 177 kB/s, finished in 0:03 DUMP: 100.00% done at 177 kB/s, finished in 0:00 DUMP: Closing /dev/rmt/0mb DUMP: Volume 2 completed at: Mon Feb 4 18:00:53 2002 DUMP: Volume 2 668010 tape blocks (652.35MB) DUMP: Volume 2 took 1:03:32 DUMP: Volume 2 transfer rate: 175 kB/s DUMP: 2638330 tape blocks (2576.49MB) on 2 volume(s) DUMP: finished in 14988 seconds, throughput 176 kBytes/sec DUMP: Date of this level 0 dump: Mon Feb 4 12:14:18 2002 DUMP: Date this dump completed: Mon Feb 4 18:00:53 2002 DUMP: Average transfer rate: 175 kB/s DUMP: DUMP IS DONE gaston#
Interessant an diesem
Die Stärken und Schwächen von
Die Fähigkeit von
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|