<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.zenerves.net/skins/common/feed.css?301"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
		<id>http://wiki.zenerves.net/index.php?action=history&amp;feed=atom&amp;title=Rsync</id>
		<title>Rsync - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.zenerves.net/index.php?action=history&amp;feed=atom&amp;title=Rsync"/>
		<link rel="alternate" type="text/html" href="http://wiki.zenerves.net/index.php?title=Rsync&amp;action=history"/>
		<updated>2026-09-20T05:37:28Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.17.0</generator>

	<entry>
		<id>http://wiki.zenerves.net/index.php?title=Rsync&amp;diff=124&amp;oldid=prev</id>
		<title>Admin: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://wiki.zenerves.net/index.php?title=Rsync&amp;diff=124&amp;oldid=prev"/>
				<updated>2011-10-14T23:59:11Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 23:59, 14 October 2011&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>http://wiki.zenerves.net/index.php?title=Rsync&amp;diff=123&amp;oldid=prev</id>
		<title>Lola at 23:23, 14 October 2011</title>
		<link rel="alternate" type="text/html" href="http://wiki.zenerves.net/index.php?title=Rsync&amp;diff=123&amp;oldid=prev"/>
				<updated>2011-10-14T23:23:19Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=rsync=&lt;br /&gt;
&lt;br /&gt;
==Laptop to PC==&lt;br /&gt;
&lt;br /&gt;
The following line works from my main Desktop to grab the Download folder in the laptop and update the contents of my drives on this Desktop:&lt;br /&gt;
&lt;br /&gt;
 jphf@DC266 Download]$ rsync -v -r f9@F9E:/home/f9/Download/* /sharedraid/matos/&lt;br /&gt;
&lt;br /&gt;
'''you don't need to be root,'''&lt;br /&gt;
&lt;br /&gt;
rsync is the name of the software you use to &amp;quot;Remotely Sync&amp;quot; folders,&lt;br /&gt;
 &lt;br /&gt;
 -v or --verbose stands for, well, verbosity and does that,&lt;br /&gt;
 -r or --recursive tells it to dig down further into the Directory Tree, otherwise it just catches files in the source folder,&lt;br /&gt;
&lt;br /&gt;
'''First, your SOURCE target:'''&lt;br /&gt;
&lt;br /&gt;
 f9@F9E tells it to log as user '''f9''' on the remote '''F9E''' machine, our laptop&lt;br /&gt;
 f9@F9E:/home/f9/Download/* tells it then to take ALL in /home/f9/Download/&lt;br /&gt;
 &lt;br /&gt;
''that of course only works if you declared your machines in /etc/hosts; otherwise, just use their IP addresses, it'll do the same''&lt;br /&gt;
&lt;br /&gt;
'''Then, your RECEIVING target:'''&lt;br /&gt;
 /sharedraid/matos/ is where I will get all the F9E Download's folder items.&lt;br /&gt;
&lt;br /&gt;
That's useful because it's the Laptop, being the less Energy-Hungry, that does all the downloads here on a quite 24/7/365 basis&lt;br /&gt;
(What I do with all these bytes is my problem) and today my wife leaves on duty travel and needs it, so I will continue the last tor&lt;br /&gt;
rent with this PowerHog of DualCore 2.66.&lt;br /&gt;
&lt;br /&gt;
==Pod to PC (on same machine)==&lt;br /&gt;
Now then, what about old-school filesharing, pod-exchanging? In all fairness, updating the music folder should be:&lt;br /&gt;
&lt;br /&gt;
 jphf@DC266 Download]$ rsync -v -r /media/YOURIPOD/path/to/wusic/* /path/to/your/music/&lt;br /&gt;
&lt;br /&gt;
That's with your pod attached to the same computer, and that's too with a non-mac pod that runs [http://www.rockbox.org RockBox] :)&lt;br /&gt;
&lt;br /&gt;
==Movies on Laptop to Desktop (over network)==&lt;br /&gt;
'''Movies''' from Laptop to RAID array on DC266&lt;br /&gt;
 &lt;br /&gt;
 rsync -v -r f9@F9E:/home/f9/Videos/* /sharedraid/movies/&lt;br /&gt;
&lt;br /&gt;
==from netbook, take from Laptop==&lt;br /&gt;
&lt;br /&gt;
From Acer, get Pictures from Asus to AcerOne, the whole shebang:&lt;br /&gt;
&lt;br /&gt;
  rsync -v -r f9@AA1:/home/f9/Pictures/* /home/user/Pictures/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Summary again=&lt;br /&gt;
 &lt;br /&gt;
  '''from receiving mahine''': rsync -rv user@machine:/path/to/folder /path/to/folder/to/copy/to&lt;br /&gt;
 &lt;br /&gt;
  '''from old, sending machine''': rsync -rv /path/to/archive user@machine:/path/to/folder&lt;br /&gt;
[[Category:Linux]] [[Category:Howtos]]&lt;/div&gt;</summary>
		<author><name>Lola</name></author>	</entry>

	</feed>