I want to backup mysql to a tape on-the-fly. Some like
mysqldump|tar --filename=mysqlbackup.sql > /dev/tape
I want the tape has content a tar file and this file has content "mysqldump.sql"
So a command "tar -t < /dev/tape" should output
mysqldump.sql
I don't want at first save mysqldump to file, because I have no space and IO resources. I want to do it on-the-fly.
I don't want "mysqldump > /dev/tape" because there is no metainfo and no way to know the tape has any content/
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…