<?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[Backup progress units - MB? Mb? Something else?]]></title><description><![CDATA[<p dir="auto">(I did search previous messages but could not find any mention. Apologies if this was answered before)</p>
<p dir="auto">I'm currently doing a backup of a heavily used app. It's been stuck at 15% for a number of hours. From the progress both the GUI indicator:</p>
<p dir="auto"><img src="/assets/uploads/files/1692197751955-6ced0be0-2840-46a2-94d5-c7a4bd045df6-image.png" alt="6ced0be0-2840-46a2-94d5-c7a4bd045df6-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">and CLI indicator:</p>
<pre><code>Aug 16 15:49:53 box:tasks update 10767: {"percent":15,"message":"Backup - Uploading backup 55227M@10MBps (APP.DOMAIN.TLD)"}
</code></pre>
<p dir="auto">it's unclear to me the units of the progress so far.</p>
<p dir="auto">Is it 55227MB or Mb?</p>
<p dir="auto">This combined with not being able to work out the total size means I'm unable to say if this has stalled, work out how long it'll take, etc.</p>
<p dir="auto">Any help appreciated!</p>
]]></description><link>https://forum.cloudron.io/topic/9834/backup-progress-units-mb-mb-something-else</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 16:45:18 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/9834.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 16 Aug 2023 15:00:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Backup progress units - MB? Mb? Something else? on Wed, 16 Aug 2023 17:15:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> perhaps include printing memory usage as part of the stats in the logs</p>
]]></description><link>https://forum.cloudron.io/post/71971</link><guid isPermaLink="true">https://forum.cloudron.io/post/71971</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Wed, 16 Aug 2023 17:15:08 GMT</pubDate></item><item><title><![CDATA[Reply to Backup progress units - MB? Mb? Something else? on Wed, 16 Aug 2023 16:41:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ei8fdb" aria-label="Profile: ei8fdb">@<bdi>ei8fdb</bdi></a> it should always increase. It looks like the upload is failing in the middle and thus the upload is restarting. Are there no errors in between? If not, it could be that the backup process is running out of memory. Backups -&gt; configure -&gt; bump the memory limit.</p>
]]></description><link>https://forum.cloudron.io/post/71970</link><guid isPermaLink="true">https://forum.cloudron.io/post/71970</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 16 Aug 2023 16:41:54 GMT</pubDate></item><item><title><![CDATA[Reply to Backup progress units - MB? Mb? Something else? on Wed, 16 Aug 2023 15:15:35 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/brutalbirdie" aria-label="Profile: BrutalBirdie">@<bdi>BrutalBirdie</bdi></a>. That might help. I think I may have the syntax wrong.</p>
<p dir="auto">From your command in that post, in my case the box-TASKID.service is 10767, so I take it the correct syntax is:</p>
<p dir="auto"><code>watch -d -n 0.1 ls -lah /proc/$10767/fd/</code></p>
<p dir="auto">is that right?</p>
<p dir="auto">I'm getting the following issue</p>
<pre><code>Every 0.1s: ls -lah /proc/10767/fd/                                                                        apps: Wed Aug 16 16:14:26 2023

ls: cannot access '/proc/10767/fd/': No such file or directory

</code></pre>
]]></description><link>https://forum.cloudron.io/post/71958</link><guid isPermaLink="true">https://forum.cloudron.io/post/71958</guid><dc:creator><![CDATA[ei8fdb]]></dc:creator><pubDate>Wed, 16 Aug 2023 15:15:35 GMT</pubDate></item><item><title><![CDATA[Reply to Backup progress units - MB? Mb? Something else? on Wed, 16 Aug 2023 15:12:09 GMT]]></title><description><![CDATA[<p dir="auto">Actually looking at the progress in the CLI:</p>
<pre><code>{"percent":15,"message":"Backup - Uploading backup 60411M@5MBps 
{"percent":15,"message":"Backup - Uploading backup 60501M@9MBps
{"percent":15,"message":"Backup - Uploading backup 60648M@15MBps
{"percent":15,"message":"Backup - Uploading backup 60807M@16MBps
{"percent":15,"message":"Backup - Uploading backup 60890M@8MBps
{"percent":15,"message":"Backup - Uploading backup *61060M*@17MBps
{"percent":15,"message":"Backup - Uploading backup *61060M*@0MBps
{"percent":15,"message":"Backup - Uploading backup *61060M*@0MBps
...
{"percent":15,"message":"Backup - Uploading backup *219M*@5MBps
{"percent":15,"message":"Backup - Uploading backup *255M*@4MBps
{"percent":15,"message":"Backup - Uploading backup *278M*@2MBps
</code></pre>
<p dir="auto">I expected those numbers <em>before</em> the <em>M@xMBps</em> would always increment. I thought they were showing how much had been backuped/updated already. Is this assumption incorrect?</p>
]]></description><link>https://forum.cloudron.io/post/71957</link><guid isPermaLink="true">https://forum.cloudron.io/post/71957</guid><dc:creator><![CDATA[ei8fdb]]></dc:creator><pubDate>Wed, 16 Aug 2023 15:12:09 GMT</pubDate></item><item><title><![CDATA[Reply to Backup progress units - MB? Mb? Something else? on Wed, 16 Aug 2023 15:06:06 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://forum.cloudron.io/post/71123">https://forum.cloudron.io/post/71123</a></p>
<p dir="auto"><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=223f9defb2f" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /> This might help you.</p>
]]></description><link>https://forum.cloudron.io/post/71956</link><guid isPermaLink="true">https://forum.cloudron.io/post/71956</guid><dc:creator><![CDATA[BrutalBirdie]]></dc:creator><pubDate>Wed, 16 Aug 2023 15:06:06 GMT</pubDate></item></channel></rss>