Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • If you can install rmt on the system with the tape drive, you can have tar access the drive that way. If you have GNU tar, you can give it the --rsh-command='ssh ...' option if you don't want to run rsh. If you have LTO tapes, a blocking factor of 20 may be too small to keep the tape streaming; 126 is what we used with LTO4. But I think some rmt implementations restrict you to 20-block transfer sizes, so you may want to look at @schily 's implementation of rmt Commented Sep 25, 2015 at 14:48
  • Thank you Mark, why didnt you make an answer, just comment ? rmt is a good choice, but how to divide it's time? I have about twenty servers who needs backup. How can I queue them to use rmt? Commented Sep 29, 2015 at 7:34
  • Sometimes I suggest one or a few alternatives in comments in case the asker can't install some of the suggested software. I'll write an answer now. Commented Sep 29, 2015 at 16:09