I think I'm trying to do a very similar thing as SC8198 and have a couple of questions about it. I currently have about 100TB of data that I want to back up to tape (LTO-8). I want to use PBS to write the data to tape in 12TB batches, because I don't have the budget to build a performant PBS server with a 100TB+ size data store, and I don't even need to keep most of the data in hot storage anymore (e.g. old video projects). I just want to keep it as an archive on tape (two copies) and want to use PBS to write those tapes because I am planning to build a PBS backup server anyway for hot backups of VMs.
I'm thinking of putting in 12TB of SSD storage for a datastore which simply functions as a buffer to push data onto, then it's written to tape, then deleted again from that datastore when the tape backup job is done. That way I would be able to archive the 100TB in about nine batches. And then in future when I have new data that I want to archive, I push it to the SSD datastore again, write to tape, and then wipe it off the SSDs again.
If I delete the data from the datastore, will PBS somehow delete or overwrite it on the tapes as well, or can it stay on the tapes inside the attached library? And is it possible to delete the data that has been written to tapes from the datastore while keeping the catalog for the tapes that were written in PBS so that if I did want to restore a file from tape, I can easily find and restore it to the datastore?