Rsync: Revision history

Jump to: navigation, search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 September 2024

  • curprev 14:2414:24, 11 September 2024Ardika Sulistija talk contribs 783 bytes +783 Created page with " <B>rsync</B> - A fast, versattile, remote (and local) file-copying tool. Like SCP, but faster and you can sync. ==== How to Use Rsync Between Remote and Local Servers ==== ---- Basic SSH format: rsync -avpe '[ssh]' [source] [destination@x.x.x.x:/dir/] To copy from remote server to local host: rsync -avpe "ssh -i /home/user/.ssh/key" user@lo.cal.i.p:/home/user/file /dir/file # Example: rsync -avpe "ssh -i /home/ardika/.ssh/home_vm_key" ardika@192.168.0.2:/hom..."