<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Backup on Wingate365</title><link>https://blog.wingate365.com/tags/backup/</link><description>Recent content in Backup on Wingate365</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Sun, 18 Feb 2018 12:11:25 +0000</lastBuildDate><atom:link href="https://blog.wingate365.com/tags/backup/index.xml" rel="self" type="application/rss+xml"/><item><title>Migrate Mediawiki installation</title><link>https://blog.wingate365.com/2018/02/migrate-mediawiki-installation.html</link><pubDate>Sun, 18 Feb 2018 12:11:00 +0000</pubDate><guid>https://blog.wingate365.com/2018/02/migrate-mediawiki-installation.html</guid><description>&lt;h3&gt;
Old server&lt;/h3&gt;
&lt;li&gt;backup existing database - mysql dump&lt;/li&gt;
&lt;li&gt;copy files folder frp, public_html&lt;/li&gt;
&lt;br /&gt;
&lt;h3&gt;New Server&lt;/h3&gt;
&lt;li&gt;create new database, with same name/username &lt;/li&gt;
&lt;li&gt;restore into new database - mysql -u username -p new_database &amp;lt; data-dump.sql &lt;a href="https://www.digitalocean.com/community/tutorials/how-to-import-and-export-databases-in-mysql-or-mariadb" target="_blank"&gt;source&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;copy files to public_html&lt;/li&gt;
&lt;li&gt;edit LocalSettings.php:&amp;nbsp;&lt;a href="https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgServer" style="background-attachment: initial; background-clip: initial; background-image: none; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; color: #0b0080; font-family: monospace, Courier; font-size: 14px; text-decoration-line: none;" title="Special:MyLanguage/Manual:$wgServer"&gt;$wgServer&lt;/a&gt;&amp;nbsp;- update to new URL&lt;/li&gt;</description></item><item><title>Life Keeper Install Notes</title><link>https://blog.wingate365.com/2014/03/life-keeper.html</link><pubDate>Sat, 15 Mar 2014 00:31:00 +0000</pubDate><guid>https://blog.wingate365.com/2014/03/life-keeper.html</guid><description>&lt;p&gt;Install SQL&lt;br /&gt;
&lt;br /&gt;
SQL install on C:&amp;lt;br /&amp;gt;
Data on E:&amp;lt;br /&amp;gt;
Logs on F:&amp;lt;br /&amp;gt;
&lt;br /&gt;
Restore db, add logins&lt;br /&gt;
&lt;br /&gt;
IIS, export the metabase to other nodes, don&amp;rsquo;t use shared config&lt;br /&gt;
Ensure admin password is the same on all nodes&lt;br /&gt;
&lt;br /&gt;
Ensure ASP.NET v4 installed (not 4.5)&lt;br /&gt;
&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Cloud Backup on QNAP NAS</title><link>https://blog.wingate365.com/2013/03/cloud-backup-on-qnap-nas.html</link><pubDate>Thu, 28 Mar 2013 16:26:00 +0000</pubDate><guid>https://blog.wingate365.com/2013/03/cloud-backup-on-qnap-nas.html</guid><description>&lt;p&gt;After finding Symform a bit too slow for my needs I decided to move to Amazon S3 to give them a go and also to try out some more simple scripting.&lt;br /&gt;&lt;/p&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
QNAP does have a web interface for backing up to S3, but it is a bit buggy and did not work for me. Looking in the forums people complain of issues with files that are too big or trying to copy too many files. Anyhow this is where s3cmd comes in.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Written in python s3cmd is a command line tool that can be used to upload / sync files to S3.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
Installing this tool on a QNAP is covered by&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;a href="http://bit.ly/Zuuhou"&gt;http://bit.ly/Zuuhou&lt;/a&gt; summarised by natebeaty, &lt;a href="http://bit.ly/Z2Lzch"&gt;http://bit.ly/Z2Lzch&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
1. Install Python from the QNAP admin QPKG Center&lt;/div&gt;
&lt;div&gt;
2. Download latest s3cmd and transfer to a QNAP share directory&lt;/div&gt;
&lt;div&gt;
3. SSH in to your QNAP box&lt;/div&gt;
&lt;div&gt;
4. python s3cmd --configure&lt;/div&gt;
&lt;div&gt;
5. write shell scripts, add to crontab, etc&lt;br /&gt;
&lt;br /&gt;
The original guide mentions that the config file is deleted on reboot, so need to check that out&lt;br /&gt;
&lt;br /&gt;
scrip file; with your backup its important to know the system is working and your files are being backed up. So a log file is essential, and why not have this&amp;nbsp;notified&amp;nbsp;by email as well. all this can be&amp;nbsp;achieved&amp;nbsp;with&amp;nbsp;scripts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;</description></item></channel></rss>