Create tar and copy to another server using tarby govathSeptember 15, 2011January 21, 2022Just a note Code: tar -cvf – test | ssh -l username domain.com “cd /home1/username && tar -xvf -“ previousDelete / remove old / order files in linux automaticallynextSendmail Linux Examples