<?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: Temporary backup files location in HPE Morpheus VM Essentials Software</title>
    <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/temporary-backup-files-location/m-p/7259991#M1612</link>
    <description>&lt;P&gt;Have you tried the Default Storage location (as per the documentation &lt;A href="https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007027en_us&amp;amp;page=GUID-A745B955-2E59-4769-AB47-E32098A84653.html" target="_blank" rel="noopener"&gt;here&lt;/A&gt;), which should be:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/var/opt/morpheus/morpheus-ui/&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other than looking in /tmp, you can also look for large files (example here is anything equal to or larger then 1MB) using this command if that directory does not contain what you're looking for:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sudo find / -type f -size +1M 2&amp;gt;/dev/null -exec ls -lh {} + &amp;gt;large-files.txt&lt;/LI-CODE&gt;&lt;P&gt;And then cat/less/more the txt file (as sudo of course). You could use find to delete the files as well (replace ls -lh with rm -f for instance) but be careful of course!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2445507"&gt;@RodPin&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hello! I have a new query that I couldn't find a solution in the forum yet, but I believe it should be fairly simple.&lt;/P&gt;&lt;P&gt;During a backup process using the UI, I've noticed that my VME VM hdd usage was growing quite fast, so I tried to cancel the backup. I had the notification that the backup was cancelled, but the files were still being created. Then I tried to delete the "cancelled" backup and restarted the VM in the process to make it stop.&lt;/P&gt;&lt;P&gt;Now, the disk is full of probably junk files, but I cannot find their location so I can delete them. Where are those temporary files saved?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-12-16 18_44_03-Clipboard.png" style="width: 696px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/153361i2CA22E3DF9502CEE/image-size/large?v=v2&amp;amp;px=2000" role="button" title="2025-12-16 18_44_03-Clipboard.png" alt="2025-12-16 18_44_03-Clipboard.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Dec 2025 11:29:58 GMT</pubDate>
    <dc:creator>SergeMe</dc:creator>
    <dc:date>2025-12-16T11:29:58Z</dc:date>
    <item>
      <title>Temporary backup files location</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/temporary-backup-files-location/m-p/7259987#M1611</link>
      <description>&lt;P&gt;Hello! I have a new query that I couldn't find a solution in the forum yet, but I believe it should be fairly simple.&lt;/P&gt;&lt;P&gt;During a backup process using the UI, I've noticed that my VME VM hdd usage was growing quite fast, so I tried to cancel the backup. I had the notification that the backup was cancelled, but the files were still being created. Then I tried to delete the "cancelled" backup and restarted the VM in the process to make it stop.&lt;/P&gt;&lt;P&gt;Now, the disk is full of probably junk files, but I cannot find their location so I can delete them. Where are those temporary files saved?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-12-16 18_44_03-Clipboard.png" style="width: 696px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/153361i2CA22E3DF9502CEE/image-size/large?v=v2&amp;amp;px=2000" role="button" title="2025-12-16 18_44_03-Clipboard.png" alt="2025-12-16 18_44_03-Clipboard.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 01:39:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/temporary-backup-files-location/m-p/7259987#M1611</guid>
      <dc:creator>RodPin</dc:creator>
      <dc:date>2025-12-17T01:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Temporary backup files location</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/temporary-backup-files-location/m-p/7259991#M1612</link>
      <description>&lt;P&gt;Have you tried the Default Storage location (as per the documentation &lt;A href="https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007027en_us&amp;amp;page=GUID-A745B955-2E59-4769-AB47-E32098A84653.html" target="_blank" rel="noopener"&gt;here&lt;/A&gt;), which should be:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/var/opt/morpheus/morpheus-ui/&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other than looking in /tmp, you can also look for large files (example here is anything equal to or larger then 1MB) using this command if that directory does not contain what you're looking for:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sudo find / -type f -size +1M 2&amp;gt;/dev/null -exec ls -lh {} + &amp;gt;large-files.txt&lt;/LI-CODE&gt;&lt;P&gt;And then cat/less/more the txt file (as sudo of course). You could use find to delete the files as well (replace ls -lh with rm -f for instance) but be careful of course!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2445507"&gt;@RodPin&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hello! I have a new query that I couldn't find a solution in the forum yet, but I believe it should be fairly simple.&lt;/P&gt;&lt;P&gt;During a backup process using the UI, I've noticed that my VME VM hdd usage was growing quite fast, so I tried to cancel the backup. I had the notification that the backup was cancelled, but the files were still being created. Then I tried to delete the "cancelled" backup and restarted the VM in the process to make it stop.&lt;/P&gt;&lt;P&gt;Now, the disk is full of probably junk files, but I cannot find their location so I can delete them. Where are those temporary files saved?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-12-16 18_44_03-Clipboard.png" style="width: 696px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/153361i2CA22E3DF9502CEE/image-size/large?v=v2&amp;amp;px=2000" role="button" title="2025-12-16 18_44_03-Clipboard.png" alt="2025-12-16 18_44_03-Clipboard.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 11:29:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/temporary-backup-files-location/m-p/7259991#M1612</guid>
      <dc:creator>SergeMe</dc:creator>
      <dc:date>2025-12-16T11:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Temporary backup files location</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/temporary-backup-files-location/m-p/7259994#M1613</link>
      <description>&lt;P&gt;Great idea! As Morpheus create a flow with 100M files, instead of 1M, I'll just use 99M, for example. Then I can take a look at the folder where probably the files are.&lt;BR /&gt;I'll try and revert back!&lt;/P&gt;&lt;P&gt;UPDATE:&lt;/P&gt;&lt;P&gt;So I tried to use the &amp;gt;100M, but it did not find anything, then I went with the &amp;gt;1M option as suggested. I could identify the folder based in the VM HDD serial as per the virsh xml configuration, but not only the failed backup is present, but some other excluded backups!&amp;nbsp;&lt;/P&gt;&lt;P&gt;The VM backup that I had issues, one of the hdds backup is in the&amp;nbsp;/var/opt/morpheus/morpheus-ui/vms/virtual-images/ folder. Another one that I cancelled (and was also reported as if the cancelling was complete) could be found in the&amp;nbsp;/var/opt/morpheus/bitcan/backup/ folder... Quite messy, but I understand that my "Local_Share" folder is configured tp the virtual-images... Tomorrow, with a cooler head, I'll try to delete those folders and will report back!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;UPDATE 2:&lt;/P&gt;&lt;P&gt;Just deleted the folders with the not working backups. So far, no issues! Thanks for the great suggestion,&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2022066"&gt;@SergeMe&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 01:36:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/temporary-backup-files-location/m-p/7259994#M1613</guid>
      <dc:creator>RodPin</dc:creator>
      <dc:date>2025-12-17T01:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Temporary backup files location</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/temporary-backup-files-location/m-p/7260033#M1625</link>
      <description>&lt;P&gt;Great, glad it helped you and thanks for the updates!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 10:43:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/temporary-backup-files-location/m-p/7260033#M1625</guid>
      <dc:creator>SergeMe</dc:creator>
      <dc:date>2025-12-17T10:43:56Z</dc:date>
    </item>
  </channel>
</rss>

