Koozali.org: home of the SME Server
Other Languages => Français => Topic started by: Max-Mag on August 16, 2005, 12:09:44 PM
-
Bonjour,
Je tente de sauvegarder sur bande, mais j'ai le message d'erreur suivant.
|------------------------------------------------------------
| Doing level 0 backup of set all using tar
| All sets = full (1 tapes)
| Rewinding & erasing tape...
| Creating index key 200508161148
| Backup set full (/ /boot)
| Tape #0
|------------------------------------------------------------
/dev/nst0: No such device
|------------------------------------------------------------
| File number 1, tape index 200508161148
| Backup of: /
| Date of this level 0 backup: Tue Aug 16 11:48:14 2005
| Date of last level 0 backup: the epoch
|------------------------------------------------------------
| cd "/" && /tmp/collectexit.3658.sh find . -depth -xdev ! -type s ! -regex \
| "news/articles" ! -regex ".*~"$ -print0 | /tmp/collectexit.3658.sh tar \
| --create --null --files-from=- --ignore-failed-read --same-permissions \
| --no-recursion --totals --label "level 0 / Tue Aug 16 11:48:14 2005 \
| tar+gzip from cumulus" --sparse --atime-preserve -b 64 --file - | \
| /tmp/collectexit.3658.sh gzip -4 | /tmp/collectexit.3658.sh buffer -m \
| 20m -s 32k -u 100 -t -p 75 -B -o "/dev/nst0"
| [ ! -e /tmp/exitstatus.3658 ]
|------------------------------------------------------------
Total bytes written: 877854720 (838MiB, 1.2MiB/s)
Kilobytes Out 316480
|------------------------------------------------------------
| Backup start: Tue Aug 16 11:48:14 2005
| Backup end: Tue Aug 16 12:00:58 2005
|------------------------------------------------------------
/dev/nst0: No such device
|------------------------------------------------------------
| File number 2, tape index 200508161148
| Backup of: /boot
| Date of this level 0 backup: Tue Aug 16 12:01:12 2005
| Date of last level 0 backup: the epoch
|------------------------------------------------------------
| cd "/boot" && /tmp/collectexit.3658.sh find . -depth -xdev ! -type s ! \
| -regex "news/articles" ! -regex ".*~"$ -print0 | \
| /tmp/collectexit.3658.sh tar --create --null --files-from=- \
| --ignore-failed-read --same-permissions --no-recursion --totals --label \
| "level 0 /boot Tue Aug 16 12:01:12 2005 tar+gzip from cumulus" --sparse \
| --atime-preserve -b 64 --file - | /tmp/collectexit.3658.sh gzip -4 | \
| /tmp/collectexit.3658.sh buffer -m 20m -s 32k -u 100 -t -p 75 -B -o \
| "/dev/nst0"
| [ ! -e /tmp/exitstatus.3658 ]
|------------------------------------------------------------
Total bytes written: 6979584 (6.7MiB, 6.7MiB/s)
Kilobytes Out 5600
|------------------------------------------------------------
| Backup start: Tue Aug 16 12:01:12 2005
| Backup end: Tue Aug 16 12:01:29 2005
|------------------------------------------------------------
/dev/nst0: No such device
|------------------------------------------------------------
| Rewinding...
| Removing old level 0 log of all (dated 200508160913)
|------------------------------------------------------------
La sauvegarde ne fonctionne pas :-(
J'ai donc vérifié que sme trouvait bien mon lecteur :
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36
<Adaptec 3960D Ultra160 SCSI adapter>
aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs
(scsi0:A:3): 10.000MB/s transfers (10.000MHz, offset 32)
Vendor: HP Model: C1533A Rev: A907
Type: Sequential-Access ANSI SCSI revision: 02
scsi1 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36
<Adaptec 3960D Ultra160 SCSI adapter>
aic7899: Ultra160 Wide Channel B, SCSI Id=7, 32/253 SCBs
libata version 1.10 loaded.
Le lecteur est bien trouvé...
J'ai fait "grep -i tape /var/log/dmesg" et j'ai obtenu ceci :
Attached scsi tape st0 at scsi0, channel 0, id 3 lun 0
J'ai donc bien le bon périphérique.
Je sui perdu :-( Comment faire fonctionner ma sauvegarde ?
Merci de votre aide.