[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Solved] Re: Datensicherung



Bjoern Schmidt wrote:
Bin jetzt kurz vorm Ziel, habe aber noch ein großes Problem:

backup@kilobyte:~$ tar -cjf root@megabyte:/dev/tape ~/testdatei
tar: Removing leading `/' from member names
root@megabyte's password:
tar (child): root@megabyte:/dev/tape: Wrote only 0 of 10240 bytes
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors


Muß ich das Band erst formatieren oder so?

Der Zugriff aufs Band ist möglich und funktioniert
einwandfrei:

root@megabyte's password:
drive type = Generic SCSI-2 tape
drive status = 32768
sense key error = 0
residue count = 0
file number = 0
block number = 0
Tape block size 32768 bytes. Density code 0x0 (default).
Soft error count since last status=0
General status bits on (49000000):
 BOT EOD ONLINE



Jetzt läuft es :)))


Ich musste noch die richtige Blockgröße angeben. Jetzt kann ich als root
auf meinem Router zu meinem Backup-Client aufs DI-30 sichern.

Sichern auf zum Client:
'tar -cvb 64 -f root@megabyte:/dev/tape /home'

Daten zurücksichern vom Client zum Router:
'tar -xvb 64 -f root@megabyte:/dev/tape /tmp'

Was ist auf dem Band drauf?:
'tar -tvb 64 -f root@megabyte:/dev/tape'

Band zurückspulen:
'mt -f root@megabyte:/dev/tape rewind'

[...]

Danke an alle für die guten Tips!

--
Mit freundlichen Gruessen
Bjoern Schmidt




Reply to: