Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 151 Bytes

File metadata and controls

5 lines (5 loc) · 151 Bytes

If SCP is disabled

tar cz $FILES | ssh $USER@$HOST "tar -C $DEST_DIR xz"
ssh $USER@$HOST "tar cz -C $SRC_DIR $FILES" | tar xz -C $DEST_DIR