SSH / TAR to copy over files

Using tar and ssh to efficiently copy files preserving permissions This trick will tar a directory from a computer, but the file that it would normally create, is standard out, so it is redirected back to the script on the computer you are working on. The computer you are working on extracts the information directly, …

SSH / TAR to copy over files Read More »