<?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[How best to update&#x2F; sync my Calibre Web and my local Calibre library?]]></title><description><![CDATA[<p dir="auto">When I had a VPS with not much diskspace I used to have a Hetzner Cloud Volume for my books, which I then mounted as a Volume and got my Calibre Web app to use that for data storage.  Then I'd just rsync up my local Calibre library every now and then to update Calibre Web.</p>
<p dir="auto">But now I'm on a server with plenty of disk space I'm not sure how best to do it?</p>
<p dir="auto">The docs say to just upload files via the File Manager.  But that doesn't seem like a very optimal way just to update it - most of the library is already online, I just want all my latest additions to be added.</p>
<p dir="auto">Can I rsync directly into the app somehow?</p>
]]></description><link>https://forum.cloudron.io/topic/10210/how-best-to-update-sync-my-calibre-web-and-my-local-calibre-library</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 08:07:44 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/10210.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 17 Oct 2023 19:44:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How best to update&#x2F; sync my Calibre Web and my local Calibre library? on Tue, 17 Feb 2026 21:44:02 GMT]]></title><description><![CDATA[<p dir="auto">These days I use Syncthing to just keep my local Calibre Web folder synced with a Cloudron volume mounted into the Calibre app.</p>
]]></description><link>https://forum.cloudron.io/post/120374</link><guid isPermaLink="true">https://forum.cloudron.io/post/120374</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Tue, 17 Feb 2026 21:44:02 GMT</pubDate></item><item><title><![CDATA[Reply to How best to update&#x2F; sync my Calibre Web and my local Calibre library? on Wed, 18 Oct 2023 06:56:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jdaviescoates" aria-label="Profile: jdaviescoates">@<bdi>jdaviescoates</bdi></a> Hello</p>
<p dir="auto">I don't know if this is much help, but I have landed on using the following procedure:</p>
<p dir="auto">First, on my Cloudron box, I mount my library as a shared volume. I then sync this volume to the Calibre web app using the following syntax:</p>
<pre><code>rsync -azP --delete /mnt/volumes/&lt;volumeid&gt;/ /home/yellowtent/appsdata/&lt;appid&gt;/data/library
</code></pre>
<p dir="auto">Notice the trailing slash on the source, but not on destination.</p>
<p dir="auto">The drawback on this method is that changes I make in the Calibre web app are overwritten when doing an rsync. So I try to not use the web app for changes (uploads, metadata edits etc).</p>
<p dir="auto">More on this on this topic: <a href="https://forum.cloudron.io/topic/10010/calibre-not-able-to-write-on-mounted-cifs-volume">Calibre not able to write on mounted (cifs) volume</a></p>
]]></description><link>https://forum.cloudron.io/post/75515</link><guid isPermaLink="true">https://forum.cloudron.io/post/75515</guid><dc:creator><![CDATA[odie]]></dc:creator><pubDate>Wed, 18 Oct 2023 06:56:00 GMT</pubDate></item><item><title><![CDATA[Reply to How best to update&#x2F; sync my Calibre Web and my local Calibre library? on Tue, 17 Oct 2023 19:50:46 GMT]]></title><description><![CDATA[<p dir="auto">Moreover, it doesn't seem possible to upload multiple folders at once using the File Manger (without first zipping them up, then uploading them, then upzipping them, which is just a bit long winded)</p>
]]></description><link>https://forum.cloudron.io/post/75498</link><guid isPermaLink="true">https://forum.cloudron.io/post/75498</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Tue, 17 Oct 2023 19:50:46 GMT</pubDate></item></channel></rss>