Scp to remote server
# create a single tar file , scp the one file to the remote cd /path/my/directories # local place where directories are tar cvf myfiles.tar x_1 x_2 x_3 x_4 x_5 x_6 x_7 x_8 x_9 x_10 x_11 x_12 x_13 x_14 x_15 x_16 x_17 x_18 x_19 x_20 x_21 x_22 x_23 x_24 x_25 x_26 x_27 x_28 x_29 x_30 # scp tar file onto the remote box scp myfiles.tar remote_server