22 Aug 2008 by Aleksey_Tsalolikhin GNU tar can access remote tape drives over SSH This is nifty – you can specify a remote tape drive, root@unix2:/dev/tape Example: unix1# tar -x -v –rsh-comand /usr/bin/ssh -f root@unix2:/dev/tape ./file1 ./file2 ./file3 … unix1#