Compress and transfer at the same time using SSH
Use the following command we will pipe the output of tar directly into ssh Where, zcvf stands for -z : Compress archive using gzip program in Linux or Unix -c : Create archive on Linux -v : Verbose i.e display progress while creating archive -f : Archive File name You can extract the archive on the remote server using […]
Compress and transfer at the same time using SSH Read More »