mjorg
06-16-03, 19:10
| I would like to tar a directory and all it files to another machine on our network. Here is the script I'm trying to create but get the following error: colt 18% t1 test start tar: invalid blocksize. done test #!/bin/sh echo "test start" tar cbf- temp \ rsh mmlsg1 dd "(cd /anaylsis/ICO && tar xbpf-)" echo "done test" temp is the directory on the machine called Colt Want to copy or move the directory to the machine mmlsg1 to the following directory structure: /anaylsis/ICO Thanks in advance for your help. Marty |