Re: Tar CentOS installation and transfer it to new server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Jun 29, 2015, at 6:50 PM, Mike <1100100@xxxxxxxxx> wrote:
> 
> rsync -aAXHx -e 'ssh’ 

-e ssh has been the default in rsync for a very long time.  I believe the newest CentOS where -e defaults to rsh instead is CentOS 3.

You only need to give -e nowadays when you need nonstandard ssh options, and you don’t want to put them in your ~/.ssh/config file.  A common example is a nonstandard port number:

   rsync -e "ssh -p 222" ...
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos




[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux