What is the difference between these two segments of an SSH command, when specifying a remote source or destination directory?
pi@192.168.0.5:/mnt/disk1/Adam/Dropbox/
pi@192.168.0.5::/mnt/disk1/Adam/Dropbox/
In which cases should : be used over ::?
1 Answer
As far as I'm aware, the double colon syntax is used when connecting to an rsync server without using ssh or rsh as the transport.
4