<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Move a folder from Workspace to DBFS in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/move-a-folder-from-workspace-to-dbfs/m-p/58430#M31138</link>
    <description>&lt;P&gt;Figured it out, just had to use the !cp command, here is what I did, worked perfectly.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;SPAN&gt;cp &lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;r &lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;Workspace&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;Repos&lt;/SPAN&gt;&lt;SPAN&gt;/$RESTOFPATH&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;dbfs&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;folder&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;and it put the entire folder i was trying to move, into that dbfs folder.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 25 Jan 2024 15:56:11 GMT</pubDate>
    <dc:creator>AChang</dc:creator>
    <dc:date>2024-01-25T15:56:11Z</dc:date>
    <item>
      <title>Move a folder from Workspace to DBFS</title>
      <link>https://community.databricks.com/t5/data-engineering/move-a-folder-from-workspace-to-dbfs/m-p/58428#M31136</link>
      <description>&lt;P&gt;So, I didn't quite set up my model training output directory correctly, and it saved all my model files to the workspace in the git repo I was working in. I am trying to move these files to DBFS, but when I try using dbutils.fs.mv, I get this error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;java.io.FileNotFoundException: /Repos/$EMAIL/$FOLDER/output/checkpoint-13956/*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have tried it without the *, tried it with and without a foward slash at the end, and I always get the same error. For the destination I am using "&lt;SPAN&gt;dbfs:/$FOLDER". I am trying to avoid downloading each file individually, and when I try to export the whole folder none of the options really work for me since these are not workbook files. Also, some of the files are just too large to download, so I think I will have to use some kind of code option.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 15:38:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/move-a-folder-from-workspace-to-dbfs/m-p/58428#M31136</guid>
      <dc:creator>AChang</dc:creator>
      <dc:date>2024-01-25T15:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Move a folder from Workspace to DBFS</title>
      <link>https://community.databricks.com/t5/data-engineering/move-a-folder-from-workspace-to-dbfs/m-p/58430#M31138</link>
      <description>&lt;P&gt;Figured it out, just had to use the !cp command, here is what I did, worked perfectly.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;SPAN&gt;cp &lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;r &lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;Workspace&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;Repos&lt;/SPAN&gt;&lt;SPAN&gt;/$RESTOFPATH&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;dbfs&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;folder&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;and it put the entire folder i was trying to move, into that dbfs folder.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Jan 2024 15:56:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/move-a-folder-from-workspace-to-dbfs/m-p/58430#M31138</guid>
      <dc:creator>AChang</dc:creator>
      <dc:date>2024-01-25T15:56:11Z</dc:date>
    </item>
  </channel>
</rss>

