Linux SCP, tools untuk Migrasi Server

Migrasi Server dengan SCP akan menghemat waktu dan tenaga. Mari kita lihat selengkapnya
311  
       

Linux SCP merupakan kepanjangan dari SSH COPY yang artinya dapat melakukan Copy Paste diatas protokol SSH. Dengan protokol SSH ini memungkinkan proses Copas antar server bisa terealisasi.

Bentuk umum Linux SCP

Berikut ini adalah bentuk umum linux SCP.

scp -P [port] -r username@hostname:/path/to/file username@hostname:/path/to/destination

Dimana -P adalah parameter untuk spesifikasi port. Defaultnya adalah 22. Dan -r untuk Copas seluruh folder recursive.

Demikian Semoga Membantu.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>