| I am using a LTO-7 drive connected to a FreeBSD server. FreeBSD always succeeds to write the tape continuously at about 300 MB per second, which is the maximum speed for LTO-7. All the files send to the tape are grouped into large archive files and for the dd command that writes to tape I use a block size of 128 kB. The tape commands from FreeBSD are more convenient than those from Linux, which have not seen much maintenance in recent years. Obviously, you cannot reach tape speed when making the backup directly from a HDD or from a 1 Gb/s Ethernet. You must write the backup to tape either from a fast SSD, or from 10 Gb/s Ethernet coming from a fast SSD at the other end, or from a RAM disk configured on the server, if you have enough memory. To not wear unnecessarily the SSDs on my server where the tape drive is located, whenever I write the backup, I configure a large RAM disk on the server. The backup files coming through Ethernet to the server are written to the RAM disk on the server, then they are copied to the tape. With this arrangement it is very easy to ensure that the tape drive is written at maximum speed without any hiccups. |
how that LTO-7 drive is attached to the host? Is it USB 3.0 external drive or internal drive with additional controller?
Thanks.