<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://techwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=RClone_-_Local_FileSystem</id>
	<title>RClone - Local FileSystem - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://techwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=RClone_-_Local_FileSystem"/>
	<link rel="alternate" type="text/html" href="http://techwiki.co.uk/index.php?title=RClone_-_Local_FileSystem&amp;action=history"/>
	<updated>2026-05-17T15:03:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>http://techwiki.co.uk/index.php?title=RClone_-_Local_FileSystem&amp;diff=133&amp;oldid=prev</id>
		<title>Adam.birds: Created page with &quot;=Local FileSystem=  =Usage=  Local paths are specified as normal filesystem paths, eg '''/path/to/wherever''', so  &lt;pre&gt; rclone sync /home/source /tmp/destination &lt;/pre&gt;  Will...&quot;</title>
		<link rel="alternate" type="text/html" href="http://techwiki.co.uk/index.php?title=RClone_-_Local_FileSystem&amp;diff=133&amp;oldid=prev"/>
		<updated>2016-04-30T15:55:07Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=Local FileSystem=  =Usage=  Local paths are specified as normal filesystem paths, eg &amp;#039;&amp;#039;&amp;#039;/path/to/wherever&amp;#039;&amp;#039;&amp;#039;, so  &amp;lt;pre&amp;gt; rclone sync /home/source /tmp/destination &amp;lt;/pre&amp;gt;  Will...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Local FileSystem=&lt;br /&gt;
&lt;br /&gt;
=Usage=&lt;br /&gt;
&lt;br /&gt;
Local paths are specified as normal filesystem paths, eg '''/path/to/wherever''', so&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
rclone sync /home/source /tmp/destination&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Will sync '''/home/source''' to '''/tmp/destination'''&lt;br /&gt;
&lt;br /&gt;
These can be configured into the config file for consistencies sake, but it is probably easier not to.&lt;br /&gt;
&lt;br /&gt;
=Modified Time=&lt;br /&gt;
&lt;br /&gt;
Rclone reads and writes the modified time using an accuracy determined by the OS. Typically this is 1ns on Linux, 10 ns on Windows and 1 Second on OS X.&lt;br /&gt;
&lt;br /&gt;
=Filenames=&lt;br /&gt;
&lt;br /&gt;
Filenames are expected to be encoded in UTF-8 on disk. This is the normal case for Windows and OS X.&lt;br /&gt;
&lt;br /&gt;
There is a bit more uncertainty in the Linux world, but new distributions will have UTF-8 encoded files names. If you are using an old Linux filesystem with non UTF-8 file names (eg latin1) then you can use the '''convmv''' tool to convert the filesystem to UTF-8. This tool is available in most distributions’ package managers.&lt;br /&gt;
&lt;br /&gt;
If an invalid (non-UTF8) filename is read, the invalid caracters will be replaced with the unicode replacement character, ‘�’. '''rclone''' will emit a debug message in this case (use '''-v''' to see), eg&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Local file system at .: Replacing invalid UTF-8 characters in &amp;quot;gro\xdf&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Long Paths on Windows==&lt;br /&gt;
&lt;br /&gt;
Rclone handles long paths automatically, by converting all paths to long &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx#maxpath UNC paths]&amp;lt;/span&amp;gt; which allows paths up to 32,767 characters.&lt;br /&gt;
&lt;br /&gt;
This is why you will see that your paths, for instance '''c:\files''' is converted to the UNC path '''\\?\c:\files''' in the output, and '''\\server\share''' is converted to '''\\?\UNC\server\share'''.&lt;br /&gt;
&lt;br /&gt;
However, in rare cases this may cause problems with buggy file system drivers like &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://github.com/ncw/rclone/issues/261 EncFS]&amp;lt;/span&amp;gt;. To disable UNC conversion globally, add this to your '''.rclone.conf''' file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[local]&lt;br /&gt;
nounc = true&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to selectively disable UNC, you can add it to a separate entry like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[nounc]&lt;br /&gt;
type = local&lt;br /&gt;
nounc = true&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And use rclone like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
rclone copy c:\src nounc:z:\dst&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will use UNC paths on '''c:\src''' but not on '''z:\dst'''. Of course this will cause problems if the absolute path length of a file exceeds 258 characters on z, so only use this option if you have to.&lt;br /&gt;
&lt;br /&gt;
[[Category:RClone]]&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:Contents]]&lt;/div&gt;</summary>
		<author><name>Adam.birds</name></author>
		
	</entry>
</feed>