<?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 failed ERR_CHILD_PROCESS_STDIO_MAXBUFFER]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">my last backup failed with</p>
<p dir="auto">saveFsMetadata errored with code ERR_CHILD_PROCESS_STDIO_MAXBUFFER message stdout maxBuffer length exceeded</p>
<p dir="auto">I tried it again, but it crashes and I still get this error.<br />
Can anyone tell me what is going wrong and how I can fix it?</p>
]]></description><link>https://forum.cloudron.io/topic/11959/backup-failed-err_child_process_stdio_maxbuffer</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 14:11:23 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/11959.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 22 Jun 2024 08:06:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Backup failed ERR_CHILD_PROCESS_STDIO_MAXBUFFER on Fri, 28 Jun 2024 10:35:22 GMT]]></title><description><![CDATA[<p dir="auto">The issue here had to do with something in JupyterHub container creating a massive number of folders recursively. Think 300k folders or something. Nuking all that stuff, made backups work again.</p>
]]></description><link>https://forum.cloudron.io/post/90534</link><guid isPermaLink="true">https://forum.cloudron.io/post/90534</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 28 Jun 2024 10:35:22 GMT</pubDate></item><item><title><![CDATA[Reply to Backup failed ERR_CHILD_PROCESS_STDIO_MAXBUFFER on Mon, 24 Jun 2024 19:01:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/balticpenguin" aria-label="Profile: balticpenguin">@<bdi>balticpenguin</bdi></a> ok not sure, what is going on then. Are you able to write to us at <a href="mailto:support@cloudron.io" target="_blank" rel="noopener noreferrer nofollow ugc">support@cloudron.io</a> and we have to debug on the server. Thanks!</p>
]]></description><link>https://forum.cloudron.io/post/90306</link><guid isPermaLink="true">https://forum.cloudron.io/post/90306</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 24 Jun 2024 19:01:25 GMT</pubDate></item><item><title><![CDATA[Reply to Backup failed ERR_CHILD_PROCESS_STDIO_MAXBUFFER on Mon, 24 Jun 2024 18:38:57 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> same problem as before</p>
]]></description><link>https://forum.cloudron.io/post/90303</link><guid isPermaLink="true">https://forum.cloudron.io/post/90303</guid><dc:creator><![CDATA[balticpenguin]]></dc:creator><pubDate>Mon, 24 Jun 2024 18:38:57 GMT</pubDate></item><item><title><![CDATA[Reply to Backup failed ERR_CHILD_PROCESS_STDIO_MAXBUFFER on Mon, 24 Jun 2024 13:57:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/balticpenguin" aria-label="Profile: balticpenguin">@<bdi>balticpenguin</bdi></a> yes, correct. Can you edit <code>/home/yellowtent/box/src/backupformat/rsync.js</code> directly ? Change <a href="https://git.cloudron.io/cloudron/box/-/blob/master/src/backupformat/rsync.js?ref_type=heads#L113" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/cloudron/box/-/blob/master/src/backupformat/rsync.js?ref_type=heads#L113</a> to <code>1024 * 1024 * 120</code> (120MB buffer size) . There is another size couple of lines below. Change that too. You don't need to restart anything for the changes to take effect. Try another backup and let us know if that worked and we will fix the code accordingly.</p>
]]></description><link>https://forum.cloudron.io/post/90288</link><guid isPermaLink="true">https://forum.cloudron.io/post/90288</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 24 Jun 2024 13:57:19 GMT</pubDate></item><item><title><![CDATA[Reply to Backup failed ERR_CHILD_PROCESS_STDIO_MAXBUFFER on Sat, 22 Jun 2024 11:51:03 GMT]]></title><description><![CDATA[<p dir="auto">We have version v7.7.2.</p>
<p dir="auto">Most of the files are probably located within Nextcloud. I counted up the user directories once: We have around 165000 files under /app/data/&lt;user&gt;/files/ with a size of 160GB.</p>
<p dir="auto">How can I change the buffer size? Is there a command or do I have to change something directly in a file?</p>
]]></description><link>https://forum.cloudron.io/post/90241</link><guid isPermaLink="true">https://forum.cloudron.io/post/90241</guid><dc:creator><![CDATA[balticpenguin]]></dc:creator><pubDate>Sat, 22 Jun 2024 11:51:03 GMT</pubDate></item><item><title><![CDATA[Reply to Backup failed ERR_CHILD_PROCESS_STDIO_MAXBUFFER on Sat, 22 Jun 2024 10:04:43 GMT]]></title><description><![CDATA[<p dir="auto">Which version of Cloudron are you on? We already bumped the buffer size to 80MB which should be pretty big. Do you think you have a lot of files?</p>
]]></description><link>https://forum.cloudron.io/post/90231</link><guid isPermaLink="true">https://forum.cloudron.io/post/90231</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sat, 22 Jun 2024 10:04:43 GMT</pubDate></item><item><title><![CDATA[Reply to Backup failed ERR_CHILD_PROCESS_STDIO_MAXBUFFER on Sat, 22 Jun 2024 09:07:51 GMT]]></title><description><![CDATA[<p dir="auto">I guess one of these buffer settings are not enough in your case: <a href="https://git.cloudron.io/cloudron/box/-/blob/master/src/backupformat/rsync.js?ref_type=heads#L113" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/cloudron/box/-/blob/master/src/backupformat/rsync.js?ref_type=heads#L113</a></p>
<p dir="auto">You could adjust them manually on your server via SSH, carefully and run <code>systemctl restart box</code> then try another backup.</p>
]]></description><link>https://forum.cloudron.io/post/90226</link><guid isPermaLink="true">https://forum.cloudron.io/post/90226</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Sat, 22 Jun 2024 09:07:51 GMT</pubDate></item></channel></rss>