<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dikapediav2.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Rsync</id>
	<title>Rsync - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://dikapediav2.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Rsync"/>
	<link rel="alternate" type="text/html" href="https://dikapediav2.com/wiki/index.php?title=Rsync&amp;action=history"/>
	<updated>2026-05-15T09:11:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://dikapediav2.com/wiki/index.php?title=Rsync&amp;diff=163&amp;oldid=prev</id>
		<title>Ardika Sulistija: Created page with &quot;  &lt;B&gt;rsync&lt;/B&gt; - 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 &#039;[ssh]&#039; [source] [destination@x.x.x.x:/dir/]  To copy from remote server to local host:  rsync -avpe &quot;ssh -i /home/user/.ssh/key&quot; user@lo.cal.i.p:/home/user/file /dir/file    # Example:   rsync -avpe &quot;ssh -i /home/ardika/.ssh/home_vm_key&quot; ardika@192.168.0.2:/hom...&quot;</title>
		<link rel="alternate" type="text/html" href="https://dikapediav2.com/wiki/index.php?title=Rsync&amp;diff=163&amp;oldid=prev"/>
		<updated>2024-09-11T14:24:30Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;  &amp;lt;B&amp;gt;rsync&amp;lt;/B&amp;gt; - 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 &amp;#039;[ssh]&amp;#039; [source] [destination@x.x.x.x:/dir/]  To copy from remote server to local host:  rsync -avpe &amp;quot;ssh -i /home/user/.ssh/key&amp;quot; user@lo.cal.i.p:/home/user/file /dir/file    # Example:   rsync -avpe &amp;quot;ssh -i /home/ardika/.ssh/home_vm_key&amp;quot; ardika@192.168.0.2:/hom...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;rsync&amp;lt;/B&amp;gt; - A fast, versattile, remote (and local) file-copying tool. Like SCP, but faster and you can sync. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== How to Use Rsync Between Remote and Local Servers ====&lt;br /&gt;
----&lt;br /&gt;
Basic SSH format:&lt;br /&gt;
 rsync -avpe &amp;#039;[ssh]&amp;#039; [source] [destination@x.x.x.x:/dir/]&lt;br /&gt;
&lt;br /&gt;
To copy from remote server to local host:&lt;br /&gt;
 rsync -avpe &amp;quot;ssh -i /home/user/.ssh/key&amp;quot; user@lo.cal.i.p:/home/user/file /dir/file&lt;br /&gt;
 &lt;br /&gt;
 # Example: &lt;br /&gt;
 rsync -avpe &amp;quot;ssh -i /home/ardika/.ssh/home_vm_key&amp;quot; ardika@192.168.0.2:/home/ardika/Documents/file /tmp/file&lt;br /&gt;
&lt;br /&gt;
To copy from local host to remote server:&lt;br /&gt;
 rsync -avpe &amp;quot;ssh -i /home/user/.ssh/key&amp;quot; /home/user/file user@rem.ote.i.p:/home/user/file&lt;br /&gt;
 &lt;br /&gt;
 # Example:&lt;br /&gt;
 rsync -avpe &amp;quot;ssh -i /home/ardika/.ssh/aws_key_ardika&amp;quot; /home/ardika/Documents/file ardika@3.83.174.147:/home/ardika/Documents/&lt;/div&gt;</summary>
		<author><name>Ardika Sulistija</name></author>
	</entry>
</feed>