<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Halffunction</title>
    <description>The latest articles on DEV Community by Halffunction (@halffunction).</description>
    <link>https://dev.to/halffunction</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F410984%2Fe5ba2217-b95b-4215-b5c7-f6d565f457c1.png</url>
      <title>DEV Community: Halffunction</title>
      <link>https://dev.to/halffunction</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/halffunction"/>
    <language>en</language>
    <item>
      <title>How to copy multiple directories through rclone?</title>
      <dc:creator>Halffunction</dc:creator>
      <pubDate>Fri, 13 Nov 2020 10:46:22 +0000</pubDate>
      <link>https://dev.to/halffunction/how-to-copy-multiple-directories-through-rclone-575g</link>
      <guid>https://dev.to/halffunction/how-to-copy-multiple-directories-through-rclone-575g</guid>
      <description>&lt;p&gt;There is easy way transfer multiple directories.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;rclone -v copy --include {dir1,dir2,dir3}/* remote-name:path/to/remote/file
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;code&gt;--exclude&lt;/code&gt; works as above&lt;/p&gt;

</description>
      <category>rclone</category>
    </item>
  </channel>
</rss>
