<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.art-decor.org/index.php?action=history&amp;feed=atom&amp;title=Create_database_backup_tar</id>
	<title>Create database backup tar - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.art-decor.org/index.php?action=history&amp;feed=atom&amp;title=Create_database_backup_tar"/>
	<link rel="alternate" type="text/html" href="https://wiki.art-decor.org/index.php?title=Create_database_backup_tar&amp;action=history"/>
	<updated>2026-05-20T04:53:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.art-decor.org/index.php?title=Create_database_backup_tar&amp;diff=8016&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;There are two approaches for creating a filebased database backup: * Simple: but this includes all previous exports in the folder /export * Exclude export folder  =Simple= &lt;sy...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.art-decor.org/index.php?title=Create_database_backup_tar&amp;diff=8016&amp;oldid=prev"/>
		<updated>2020-12-04T21:39:49Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;There are two approaches for creating a filebased database backup: * Simple: but this includes all previous exports in the folder /export * Exclude export folder  =Simple= &amp;lt;sy...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;There are two approaches for creating a filebased database backup:&lt;br /&gt;
* Simple: but this includes all previous exports in the folder /export&lt;br /&gt;
* Exclude export folder&lt;br /&gt;
&lt;br /&gt;
=Simple=&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
sudo su -l root&lt;br /&gt;
cd /opt/art-decor-linux/tooling/backups/&lt;br /&gt;
# modify this to your eXist-db installation folder name&lt;br /&gt;
EXISTDIR=exist_atp_22_20171001&lt;br /&gt;
tar pcvf $(date &amp;#039;+%Y%m%d&amp;#039;)_decornznl_exist.tar /usr/local/${EXISTDIR}/&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Exclude export folder=&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
sudo su -l root&lt;br /&gt;
cd /opt/art-decor-linux/tooling/backups/&lt;br /&gt;
# modify this to your eXist-db installation folder name&lt;br /&gt;
EXISTDIR=exist_atp_22_20171001&lt;br /&gt;
tar pcvf $(date &amp;#039;+%Y%m%d&amp;#039;)_decornznl_exist.tar --exclude=usr/local/${EXISTDIR}/webapp/WEB-INF/data/export /usr/local/${EXISTDIR}/&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>