<?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[make Nextcloud (or general high instance..) restore more efficent]]></title><description><![CDATA[<p dir="auto">Recently we had to restore a nextcloud instance after a nexctloud update (problem was not related to cloudron). This takes forever, I think because the restore process cleans up the destination before restoring. I understand that you need to accomodate a lot of backup storage types, but in our case the storage is of type sshfs/rsync, so the easiest way to restore would be a</p>
<pre><code>rsync -rptgoDLK SRC DST
</code></pre>
<p dir="auto">and be done with it.</p>
<p dir="auto">Any chance to implement this?</p>
]]></description><link>https://forum.cloudron.io/topic/13499/make-nextcloud-or-general-high-instance..-restore-more-efficent</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 04:23:08 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/13499.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 21 Mar 2025 08:32:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to make Nextcloud (or general high instance..) restore more efficent on Fri, 21 Mar 2025 11:47:53 GMT]]></title><description><![CDATA[<p dir="auto">and even object storage has options for a checksum based restore..</p>
]]></description><link>https://forum.cloudron.io/post/103996</link><guid isPermaLink="true">https://forum.cloudron.io/post/103996</guid><dc:creator><![CDATA[perler]]></dc:creator><pubDate>Fri, 21 Mar 2025 11:47:53 GMT</pubDate></item><item><title><![CDATA[Reply to make Nextcloud (or general high instance..) restore more efficent on Fri, 21 Mar 2025 10:41:07 GMT]]></title><description><![CDATA[<p dir="auto">Same as <a href="https://forum.cloudron.io/post/102381">https://forum.cloudron.io/post/102381</a> and indeed highly needed because backups are in seconds but restores in hours/days!</p>
]]></description><link>https://forum.cloudron.io/post/103976</link><guid isPermaLink="true">https://forum.cloudron.io/post/103976</guid><dc:creator><![CDATA[imc67]]></dc:creator><pubDate>Fri, 21 Mar 2025 10:41:07 GMT</pubDate></item><item><title><![CDATA[Reply to make Nextcloud (or general high instance..) restore more efficent on Fri, 21 Mar 2025 09:47:50 GMT]]></title><description><![CDATA[<p dir="auto">For the next release, I am adding backup integrity/checksums. With that we can maybe verify if what is there locally and remotely are the "same".</p>
<p dir="auto">As you said, this is not implemented because rsync only works with sshfs/rsync. Doesn't work with object storage which is what is most commonly used on Cloudron.</p>
]]></description><link>https://forum.cloudron.io/post/103957</link><guid isPermaLink="true">https://forum.cloudron.io/post/103957</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 21 Mar 2025 09:47:50 GMT</pubDate></item></channel></rss>