<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Schedule a Backup of all your MySQL databases on Synology	</title>
	<atom:link href="https://www.BeatificaBytes.be/schedule-a-backup-of-all-your-mysql-databases-on-synology/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.BeatificaBytes.be/schedule-a-backup-of-all-your-mysql-databases-on-synology/</link>
	<description>The Joys of Computing</description>
	<lastBuildDate>Sat, 03 Jul 2021 11:47:55 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8</generator>
	<item>
		<title>
		By: Valery Letroye		</title>
		<link>https://www.BeatificaBytes.be/schedule-a-backup-of-all-your-mysql-databases-on-synology/#comment-66</link>

		<dc:creator><![CDATA[Valery Letroye]]></dc:creator>
		<pubDate>Sat, 03 Jul 2021 11:47:55 +0000</pubDate>
		<guid isPermaLink="false">/wordpress/?p=127#comment-66</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.BeatificaBytes.be/schedule-a-backup-of-all-your-mysql-databases-on-synology/#comment-65&quot;&gt;les&lt;/a&gt;.

Could you copy/paste here your mysqldump line? How did you create the script (on Windows and then transfer to the Synology ?)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.BeatificaBytes.be/schedule-a-backup-of-all-your-mysql-databases-on-synology/#comment-65">les</a>.</p>
<p>Could you copy/paste here your mysqldump line? How did you create the script (on Windows and then transfer to the Synology ?)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: les		</title>
		<link>https://www.BeatificaBytes.be/schedule-a-backup-of-all-your-mysql-databases-on-synology/#comment-65</link>

		<dc:creator><![CDATA[les]]></dc:creator>
		<pubDate>Tue, 25 May 2021 21:19:06 +0000</pubDate>
		<guid isPermaLink="false">/wordpress/?p=127#comment-65</guid>

					<description><![CDATA[have simple mysqldump  script and it works from terminal.  but within a script it errors with mysqldump cant find table.  
something with synology mysqldump .. or a permission .. ?
using mysqldump in MariaDB mysql directory..]]></description>
			<content:encoded><![CDATA[<p>have simple mysqldump  script and it works from terminal.  but within a script it errors with mysqldump cant find table.<br />
something with synology mysqldump .. or a permission .. ?<br />
using mysqldump in MariaDB mysql directory..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: MikeAnt		</title>
		<link>https://www.BeatificaBytes.be/schedule-a-backup-of-all-your-mysql-databases-on-synology/#comment-64</link>

		<dc:creator><![CDATA[MikeAnt]]></dc:creator>
		<pubDate>Sat, 20 Jun 2020 23:35:23 +0000</pubDate>
		<guid isPermaLink="false">/wordpress/?p=127#comment-64</guid>

					<description><![CDATA[I havem this in path /usr/local/mariadb10/bin/mysqldump]]></description>
			<content:encoded><![CDATA[<p>I havem this in path /usr/local/mariadb10/bin/mysqldump</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Valery Letroye		</title>
		<link>https://www.BeatificaBytes.be/schedule-a-backup-of-all-your-mysql-databases-on-synology/#comment-63</link>

		<dc:creator><![CDATA[Valery Letroye]]></dc:creator>
		<pubDate>Tue, 16 Jun 2020 20:02:30 +0000</pubDate>
		<guid isPermaLink="false">/wordpress/?p=127#comment-63</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.BeatificaBytes.be/schedule-a-backup-of-all-your-mysql-databases-on-synology/#comment-62&quot;&gt;Michal&lt;/a&gt;.

Sorry, but I don&#039;t see that anywere ?!
The script is : /usr/syno/mysql/bin/mysqldump --user=$DB_USER --password=$DB_PASS --opt --all-databases --flush-logs &#124; gzip &gt; $FILENAME

[Edit] ok, I see now... wordpress fucked my scripts... I will try to repair them asap.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.BeatificaBytes.be/schedule-a-backup-of-all-your-mysql-databases-on-synology/#comment-62">Michal</a>.</p>
<p>Sorry, but I don&#8217;t see that anywere ?!<br />
The script is : /usr/syno/mysql/bin/mysqldump &#8211;user=$DB_USER &#8211;password=$DB_PASS &#8211;opt &#8211;all-databases &#8211;flush-logs | gzip > $FILENAME</p>
<p>[Edit] ok, I see now&#8230; wordpress fucked my scripts&#8230; I will try to repair them asap.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michal		</title>
		<link>https://www.BeatificaBytes.be/schedule-a-backup-of-all-your-mysql-databases-on-synology/#comment-62</link>

		<dc:creator><![CDATA[Michal]]></dc:creator>
		<pubDate>Mon, 15 Jun 2020 07:50:53 +0000</pubDate>
		<guid isPermaLink="false">/wordpress/?p=127#comment-62</guid>

					<description><![CDATA[I see in your source:

/usr/syno/mysql/bin/mysqldump --user=$DB_USER --password=$DB_PASS --opt --all-databases --flush-logs &#124; gzip &#038;amp;amp;amp;amp;amp;amp;gt; $FILENAME

what means &quot;&#038;amp;amp;amp;amp;amp;amp;gt;&quot; ? That doesn&#039;t work.]]></description>
			<content:encoded><![CDATA[<p>I see in your source:</p>
<p>/usr/syno/mysql/bin/mysqldump &#8211;user=$DB_USER &#8211;password=$DB_PASS &#8211;opt &#8211;all-databases &#8211;flush-logs | gzip &amp;amp;amp;amp;amp;amp;amp;gt; $FILENAME</p>
<p>what means &#8220;&amp;amp;amp;amp;amp;amp;amp;gt;&#8221; ? That doesn&#8217;t work.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nicholas		</title>
		<link>https://www.BeatificaBytes.be/schedule-a-backup-of-all-your-mysql-databases-on-synology/#comment-61</link>

		<dc:creator><![CDATA[Nicholas]]></dc:creator>
		<pubDate>Thu, 28 Feb 2019 11:12:13 +0000</pubDate>
		<guid isPermaLink="false">/wordpress/?p=127#comment-61</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.BeatificaBytes.be/schedule-a-backup-of-all-your-mysql-databases-on-synology/#comment-59&quot;&gt;Valery Letroye&lt;/a&gt;.

It&#039;s so annoying how Synology keep on changing this location. Thank you for your script! It&#039;s a life save and save me about $120 on software.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.BeatificaBytes.be/schedule-a-backup-of-all-your-mysql-databases-on-synology/#comment-59">Valery Letroye</a>.</p>
<p>It&#8217;s so annoying how Synology keep on changing this location. Thank you for your script! It&#8217;s a life save and save me about $120 on software.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Clifford Too		</title>
		<link>https://www.BeatificaBytes.be/schedule-a-backup-of-all-your-mysql-databases-on-synology/#comment-60</link>

		<dc:creator><![CDATA[Clifford Too]]></dc:creator>
		<pubDate>Tue, 08 Jan 2019 12:38:36 +0000</pubDate>
		<guid isPermaLink="false">/wordpress/?p=127#comment-60</guid>

					<description><![CDATA[thank valery. your script work. thanks for the great job]]></description>
			<content:encoded><![CDATA[<p>thank valery. your script work. thanks for the great job</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Valery Letroye		</title>
		<link>https://www.BeatificaBytes.be/schedule-a-backup-of-all-your-mysql-databases-on-synology/#comment-59</link>

		<dc:creator><![CDATA[Valery Letroye]]></dc:creator>
		<pubDate>Mon, 08 Jan 2018 21:43:59 +0000</pubDate>
		<guid isPermaLink="false">/wordpress/?p=127#comment-59</guid>

					<description><![CDATA[For your information, new path of mysqldump when installed with:
MariaDB 5: /volume1/@appstore/MariaDB/usr/bin/mysqldump
MariaDB 10: /volume1/@appstore/MariaDB10/usr/local/mariadb10/bin/mysqldump]]></description>
			<content:encoded><![CDATA[<p>For your information, new path of mysqldump when installed with:<br />
MariaDB 5: /volume1/@appstore/MariaDB/usr/bin/mysqldump<br />
MariaDB 10: /volume1/@appstore/MariaDB10/usr/local/mariadb10/bin/mysqldump</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dax		</title>
		<link>https://www.BeatificaBytes.be/schedule-a-backup-of-all-your-mysql-databases-on-synology/#comment-58</link>

		<dc:creator><![CDATA[Dax]]></dc:creator>
		<pubDate>Sun, 29 Jan 2017 12:27:47 +0000</pubDate>
		<guid isPermaLink="false">/wordpress/?p=127#comment-58</guid>

					<description><![CDATA[Great stuff!! Thank you soooo much!]]></description>
			<content:encoded><![CDATA[<p>Great stuff!! Thank you soooo much!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: parti78		</title>
		<link>https://www.BeatificaBytes.be/schedule-a-backup-of-all-your-mysql-databases-on-synology/#comment-57</link>

		<dc:creator><![CDATA[parti78]]></dc:creator>
		<pubDate>Mon, 28 Mar 2016 17:08:08 +0000</pubDate>
		<guid isPermaLink="false">/wordpress/?p=127#comment-57</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.BeatificaBytes.be/schedule-a-backup-of-all-your-mysql-databases-on-synology/#comment-56&quot;&gt;Valery Letroye&lt;/a&gt;.

Thanks it works!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.BeatificaBytes.be/schedule-a-backup-of-all-your-mysql-databases-on-synology/#comment-56">Valery Letroye</a>.</p>
<p>Thanks it works!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
