Tapes are used by a tape backup machine.

learn more… | top users | synonyms

0
votes
2answers
409 views

Encrypt backups with GPG to multiple tapes

Currently, I use tar to write my backups (ntbackup files) to a tape drive fed by an autoloader. Ex: tar -F /root/advancetape -cvf /dev/st0 *.bkf (/root/advancetape just has the logic to advance to ...
4
votes
1answer
112 views

tape changers on Centos 6 enter flurry of activity upon boot, at udev start

I have two tape-changer robots (Quantum Superloader 3), one with parallel SCSI connectivity, the other with SAS. They were connected to a Centos 5 server, and boot would proceed normally. They are ...
1
vote
1answer
115 views

How can I check the contents of a backup tape on Windows Server 2003

I have a tape that was backed up long time ago, probably 5-6y, on a Windows Server 2003. Now I have a situation that I want to check up what was backed up on that tape back then. The backup wasn't ...
1
vote
1answer
181 views

Linux LTO-4/5 Drive Encryption

For a number of reasons I have been trying to find a way to encrypt my backup tapes. I'm currently running Bacula for my backups and it's support for Drive based encryption is I have to call a script ...
1
vote
1answer
496 views

StorageTek SL500 Serial Number from Netbackup

I have a Sun StorageTek SL500 tape library that I need to put in a service call, but don't have the serial number handy. Does anyone know if it is possible to get the serial number for the library ...
0
votes
1answer
93 views

BackupExec 10d crashing 2k3 server

There are two weeks now since I'm doing repository-like backup, because BE10d is crashing the file server. The computer is a NEC Express 5800, 2xXeon, 1 GB RAM, 4 SCSI drives in RAID 5 w/ spare, one ...
0
votes
1answer
73 views

arcserve brightstor 11 next tape email

Is there anyway of getting brightstor 11 to email out to a group of users when a new tape is required for a backup job (ie when the backup on a particular day spans over multiple tapes). At the moment ...
0
votes
1answer
103 views

Hard Disk based storage library

We have a Tandberg T24 tape device to handle all of our long term backups right now. We decided that we're not backing up nearly everything that we would like to and that we still have a lot of ...
0
votes
1answer
114 views

To Delete a tape from the ACSLSlibrary

Hi Anyone there can help me out for an issue as below: There was a stuck tape in the drive and so the stuck tape was removed, but i need to logically delete the tape entry from NB, so that the same ...
-1
votes
1answer
42 views

File system that mounts a set of exchangeable media as single file system and handles media changes transparently

I'd like to build a DVD library (probably later to become a tape library) with a home-built robot that moves media between a store area (i.e. the 'shelves' where the physical DVDs are kept) and the ...
-1
votes
1answer
290 views

Accessing tapes at the Windows Server 2008 R2 with NTBackup backups

Does anyone know any solution how to access tapes at the Windows Server 2008 R2, tapes written with NTBackup from earlier Windows versions ??? I appreciate free or low cost solution to access such ...
-2
votes
1answer
81 views

Tape Drive Backups

Not sure if this falls in the ServerFault category, but I need to spec up a Tape Drive Backup Machine and I am not sure in regards of the technology and how Dat Drives are compared. Can someone give ...
2
votes
0answers
493 views

LTO3 tape read only on a LTO3 tape driver (write lock unlocked)

I've installed on win2003 a tape drive (IBM 25R0012) with the latest drivers available The tape is functioning correctly (according to the "Device Manager"), however when I insert a new tape (i use ...
1
vote
0answers
107 views

Backing up VMs to a tape drive

I've got myself one of these fancy tape drives, HP LTO2 with 200/400 GB cartridges. The st driver reports it like this: scsi 1:0:0:0: Sequential-Access HP Ultrium 2-SCSI T65D I can ...
1
vote
0answers
206 views

Tape restore giving error incorrect block size - Win2k8

I'm trying to restore from tape and I am getting an error of incorrect block size. The software I used to backup is called BackupAssist and their support hasnt been the greatest. One weird thing I ...
0
votes
0answers
7 views

GF-F-S backup rotation and monthly media

I've taken over the backup handling of a system that previously was kind of a mess. The strategy is a pretty standard Grandfather-Father-Son rotation using a Hp StorageWorks MSL2024 TapeLibrary with ...
0
votes
0answers
17 views

How get the label of the currently inserted tape?

I would like to design a debug script that outputs the Bacula's label of the tape currently inserted in the tape loaders and to send the result into Opsview if required. should those be mounted or ...
0
votes
0answers
32 views

tar files sorted by size to a tape

I'm configuring a tape backup of some directories and i'm wondering if it could be a good idea to store them sorted by size. My idea is if I have to restore some file and the file are save ...
0
votes
0answers
66 views

How do I untar multiple archives from tape?

I have a tape with multiple tar files on it. I do not know how many (it was created by a third party and sent to me with minimal information). How do I untar all the files without having to repeat the ...
0
votes
0answers
84 views

Powervault 122T can not use DLT-IV tapes from PowerVault 110

I have one old PowerVault 110T drive with bunch of tapes for my personal backups and its working fine. On a local ebay-like site I saw a PowerValut 122t VS80 for a very nice price. I thought it will ...
0
votes
0answers
105 views

Ubuntu - create a persistent tape library rule for udev

I have Overland NEO400s tape library attached via SCSI adapter to Ubuntu Lucid 10.04.4 64-bit backup server. Every time I reboot the server the library gets different device ID. So, I have to start ...
0
votes
0answers
45 views

Backup Exec 2010 R2 - Display Messages To Be Acknowledged

In Backup Exec 2010 R2, a mistake set a message acknowledgement for tape media rotation to be delayed for 1 day instead of 1 hour. Is it possible to force Backup Exec to re-display the message so ...
0
votes
0answers
96 views

boot IBM p series 650 from 3580-L23 LTO-2 tape

We have a p series 650 that has a dds4 tape drive built-in. In the past, recover has been as simple as putting a mksysb tape into the drive and booting the machine. During boot, the machine detects ...
0
votes
0answers
84 views

Restore from multiple tapes with dump/restore commands

We have an autoloader tape drive with 24 tapes, and a backup script that uses the dump command to write the backup to tape. When the end of the tape is reached it uses dump -f to run a script that ...