<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Copying files with RSYNC, bat Permission denied]]></title><description><![CDATA[<p dir="auto">I try to copy the file using rsync, but when I enter <code>$rsync root/file USER@IP_device</code>, the terminal writes <code>Permission denied</code>. Previously, this was not. I've extended my Omega's file system using the Micro SD card recently, maybe the problem is because of this? Tell me what to do.</p>
]]></description><link>http://community.onion.io/topic/2963/copying-files-with-rsync-bat-permission-denied</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 22:08:14 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/2963.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 10 Jun 2018 16:15:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Copying files with RSYNC, bat Permission denied on Sun, 10 Jun 2018 16:15:22 GMT]]></title><description><![CDATA[<p dir="auto">I try to copy the file using rsync, but when I enter <code>$rsync root/file USER@IP_device</code>, the terminal writes <code>Permission denied</code>. Previously, this was not. I've extended my Omega's file system using the Micro SD card recently, maybe the problem is because of this? Tell me what to do.</p>
]]></description><link>http://community.onion.io/post/16995</link><guid isPermaLink="true">http://community.onion.io/post/16995</guid><dc:creator><![CDATA[CAP 33]]></dc:creator><pubDate>Sun, 10 Jun 2018 16:15:22 GMT</pubDate></item><item><title><![CDATA[Reply to Copying files with RSYNC, bat Permission denied on Sun, 10 Jun 2018 22:48:01 GMT]]></title><description><![CDATA[<p dir="auto">Here are the first several lines from the rsync man page on an Ubuntu system:</p>
<pre><code class="language-rsync(1)">
NAME
       rsync - a fast, versatile, remote (and local) file-copying tool

SYNOPSIS
       Local:  rsync [OPTION...] SRC... [DEST]

       Access via remote shell:
         Pull: rsync [OPTION...] [USER@]HOST:SRC... [DEST]
         Push: rsync [OPTION...] SRC... [USER@]HOST:DEST

       Access via rsync daemon:
         Pull: rsync [OPTION...] [USER@]HOST::SRC... [DEST]
               rsync [OPTION...] rsync://[USER@]HOST[:PORT]/SRC... [DEST]
         Push: rsync [OPTION...] SRC... [USER@]HOST::DEST
               rsync [OPTION...] SRC... rsync://[USER@]HOST[:PORT]/DEST

       Usages with just one SRC arg and no DEST arg will list the source files
       instead of copying.
</code></pre>
<p dir="auto">Looks to me like your destination isn't complete.  How about "USER@IP_device:path_to_dest_file"?  Try that and see if it works or you get a differing error message.</p>
<p dir="auto">--Bill</p>
]]></description><link>http://community.onion.io/post/16998</link><guid isPermaLink="true">http://community.onion.io/post/16998</guid><dc:creator><![CDATA[William Scott]]></dc:creator><pubDate>Sun, 10 Jun 2018 22:48:01 GMT</pubDate></item><item><title><![CDATA[Reply to Copying files with RSYNC, bat Permission denied on Mon, 11 Jun 2018 09:48:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/4410">@William-Scott</a><br />
Thanks, I found a few of my mistakes and successfully fixed it.</p>
]]></description><link>http://community.onion.io/post/17000</link><guid isPermaLink="true">http://community.onion.io/post/17000</guid><dc:creator><![CDATA[CAP 33]]></dc:creator><pubDate>Mon, 11 Jun 2018 09:48:31 GMT</pubDate></item></channel></rss>