this post was submitted on 02 Mar 2025
1 points (100.0% liked)

It's A Digital Disease!

23 readers
1 users here now

This is a sub that aims at bringing data hoarders together to share their passion with like minded people.

founded 2 years ago
MODERATORS
 
The original post: /r/datahoarder by /u/NoPaleontologist8155 on 2025-03-02 19:47:39.

HI, Looking to see if there is an easier (faster) way to append new files to the end of an existing tape archive. I'm trying to squeeze as many files onto a tape as possible without going over and splitting files across multiple tapes.

Currently, I'm using: tar -b 256 -rvf /dev/st0 /file/path/0

While this works, it takes forever to save the 5ish files I'm attempting to put on the tape since it has to read the entire tape to find the end of the data before writing.

I want to avoid multiple file markers so that if I ever have to pull/restore any files from the tape, I don't have to remember to move through various file markers.

Is there a way to utilize the fsf & bsf commands to move to the end of the data, but just before the eof mark, write new data without erasing the existing data?

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here