<?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>article Qlik Cloud Administration: Backup Responsibilities in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Cloud-Administration-Backup-Responsibilities/ta-p/2544885</link>
    <description>&lt;P&gt;Qlik Cloud includes robust disaster recovery and backup mechanisms for active tenant data. See &lt;A href="https://help.qlik.com/en-US/evaluation-guides/Content/cloud-platform/reliability.htm#anchor-3" rel="noopener" target="_blank"&gt;Adaptive high-availability infrastructure&lt;/A&gt; for details.&lt;/P&gt;
&lt;P&gt;However, this does not mean data that has been deleted by the customer is being retained. Any intentionally or accidentally deleted Qlik Cloud data cannot be recovered by Qlik. See &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Cloud-Analytics-Is-it-Possible-to-Recover-a-Deleted-App-or/ta-p/2428385" rel="noopener" target="_blank"&gt;Qlik Cloud Analytics: Is it Possible to Recover a Deleted App or Sheet?&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To prevent data loss, customers are responsible for implementing their own backup strategy for any content that may be removed. This includes apps, sheets, and spaces within the Qlik Cloud environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5" color="#339966"&gt;&lt;STRONG&gt;How to Back Up Qlik Cloud Apps&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;There are several ways to back up Qlik Cloud content:&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik Automate&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Qlik Automate supports the creation of workflows that regularly back up apps within Qlik Cloud. These workflows can, for example, be configured to export apps to external storage, synchronize content between spaces, or integrate with version control systems.&lt;/P&gt;
&lt;P&gt;Here are some helpful resources to get started:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/CI-CD-pipelines-for-Qlik-Sense-apps-with-automations-and-Github/ta-p/1860837" rel="noopener" target="_blank"&gt;CI/CD pipelines for Qlik Sense apps with automations and GitHub&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-export-a-Qlik-Sense-app-without-data-to-an-Amazon-S3/ta-p/2491590" rel="noopener" target="_blank"&gt;How to export a Qlik Sense app without data to an Amazon S3 bucket and import an app from a file on Amazon S3&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-export-Qlik-Sense-Apps-from-source-to-a-target-shared/ta-p/2058641" rel="noopener" target="_blank"&gt;How to export Qlik Sense Apps from source to a target shared space using Qlik Application Automation&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;These automations can be tailored to meet organizational backup requirements and integrated into broader conten&lt;/SPAN&gt;t management strategies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik CLI&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Qlik CLI enables app exports using command-line tools.&lt;/P&gt;
&lt;P&gt;For more information regarding Qlik CLI, please see&amp;nbsp;&lt;A href="https://qlik.dev/toolkits/qlik-cli/install-qlik-cli/" rel="noopener" target="_blank"&gt;this introduction&lt;/A&gt; on the Qlik Developer Portal.&lt;/P&gt;
&lt;P&gt;With Qlik CLI installed, the “&lt;FONT face="courier new,courier"&gt;qlik app export &amp;lt;appId&amp;gt; [flags]&lt;/FONT&gt;” command can be used to export an app. More information about the command and its available flags can be found on its&amp;nbsp;&lt;A href="https://qlik.dev/toolkits/qlik-cli/app/app-export/" rel="noopener" target="_blank"&gt;Qlik Developer Portal page.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik REST APIs&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;The public &lt;A href="https://qlik.dev/apis/rest/" rel="noopener" target="_blank"&gt;Qlik REST APIs&lt;/A&gt; can be used to build a more customized, local solution.&lt;/P&gt;
&lt;P&gt;Using the &lt;A href="https://qlik.dev/apis/rest/apps/#post-api-v1-apps-appId-export" rel="noopener" target="_blank"&gt;POST /api/v1/apps/{appId}/export endpoint&lt;/A&gt; returns a "Location" header with the download URL for the exported app.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Third-party solutions&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;External tools that integrate with Qlik Cloud can also be used to back up apps. Please note that third-party solutions are not supported by Qlik Support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Cloud&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Mon, 16 Mar 2026 12:09:16 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2026-03-16T12:09:16Z</dc:date>
    <item>
      <title>Qlik Cloud Administration: Backup Responsibilities</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Cloud-Administration-Backup-Responsibilities/ta-p/2544885</link>
      <description>&lt;P&gt;Qlik Cloud includes robust disaster recovery and backup mechanisms for active tenant data. See &lt;A href="https://help.qlik.com/en-US/evaluation-guides/Content/cloud-platform/reliability.htm#anchor-3" rel="noopener" target="_blank"&gt;Adaptive high-availability infrastructure&lt;/A&gt; for details.&lt;/P&gt;
&lt;P&gt;However, this does not mean data that has been deleted by the customer is being retained. Any intentionally or accidentally deleted Qlik Cloud data cannot be recovered by Qlik. See &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Cloud-Analytics-Is-it-Possible-to-Recover-a-Deleted-App-or/ta-p/2428385" rel="noopener" target="_blank"&gt;Qlik Cloud Analytics: Is it Possible to Recover a Deleted App or Sheet?&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To prevent data loss, customers are responsible for implementing their own backup strategy for any content that may be removed. This includes apps, sheets, and spaces within the Qlik Cloud environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5" color="#339966"&gt;&lt;STRONG&gt;How to Back Up Qlik Cloud Apps&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;There are several ways to back up Qlik Cloud content:&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik Automate&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Qlik Automate supports the creation of workflows that regularly back up apps within Qlik Cloud. These workflows can, for example, be configured to export apps to external storage, synchronize content between spaces, or integrate with version control systems.&lt;/P&gt;
&lt;P&gt;Here are some helpful resources to get started:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/CI-CD-pipelines-for-Qlik-Sense-apps-with-automations-and-Github/ta-p/1860837" rel="noopener" target="_blank"&gt;CI/CD pipelines for Qlik Sense apps with automations and GitHub&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-export-a-Qlik-Sense-app-without-data-to-an-Amazon-S3/ta-p/2491590" rel="noopener" target="_blank"&gt;How to export a Qlik Sense app without data to an Amazon S3 bucket and import an app from a file on Amazon S3&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-export-Qlik-Sense-Apps-from-source-to-a-target-shared/ta-p/2058641" rel="noopener" target="_blank"&gt;How to export Qlik Sense Apps from source to a target shared space using Qlik Application Automation&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;These automations can be tailored to meet organizational backup requirements and integrated into broader conten&lt;/SPAN&gt;t management strategies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik CLI&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Qlik CLI enables app exports using command-line tools.&lt;/P&gt;
&lt;P&gt;For more information regarding Qlik CLI, please see&amp;nbsp;&lt;A href="https://qlik.dev/toolkits/qlik-cli/install-qlik-cli/" rel="noopener" target="_blank"&gt;this introduction&lt;/A&gt; on the Qlik Developer Portal.&lt;/P&gt;
&lt;P&gt;With Qlik CLI installed, the “&lt;FONT face="courier new,courier"&gt;qlik app export &amp;lt;appId&amp;gt; [flags]&lt;/FONT&gt;” command can be used to export an app. More information about the command and its available flags can be found on its&amp;nbsp;&lt;A href="https://qlik.dev/toolkits/qlik-cli/app/app-export/" rel="noopener" target="_blank"&gt;Qlik Developer Portal page.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik REST APIs&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;The public &lt;A href="https://qlik.dev/apis/rest/" rel="noopener" target="_blank"&gt;Qlik REST APIs&lt;/A&gt; can be used to build a more customized, local solution.&lt;/P&gt;
&lt;P&gt;Using the &lt;A href="https://qlik.dev/apis/rest/apps/#post-api-v1-apps-appId-export" rel="noopener" target="_blank"&gt;POST /api/v1/apps/{appId}/export endpoint&lt;/A&gt; returns a "Location" header with the download URL for the exported app.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Third-party solutions&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;External tools that integrate with Qlik Cloud can also be used to back up apps. Please note that third-party solutions are not supported by Qlik Support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Cloud&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 16 Mar 2026 12:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Cloud-Administration-Backup-Responsibilities/ta-p/2544885</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2026-03-16T12:09:16Z</dc:date>
    </item>
  </channel>
</rss>

