<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Qnap on Wingate365</title><link>https://blog.wingate365.com/tags/qnap/</link><description>Recent content in Qnap on Wingate365</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Tue, 06 May 2014 22:28:29 +0000</lastBuildDate><atom:link href="https://blog.wingate365.com/tags/qnap/index.xml" rel="self" type="application/rss+xml"/><item><title>Photo Station QNAP</title><link>https://blog.wingate365.com/2013/11/photo-station-qnap.html</link><pubDate>Sun, 10 Nov 2013 11:06:00 +0000</pubDate><guid>https://blog.wingate365.com/2013/11/photo-station-qnap.html</guid><description>&lt;p&gt;If after trying the in-built photo web service for a bit you give up on it. Which is inevitable as its terribly slow, using normal home broadband in any case. It can be a pain to then remove all the thumbs clogging up your photo archive. But this can be done simply via SSH just move all the contents of the .@__thumb folders created to a single folder, check your not deleting anything you dont want to then wax the lot.&lt;br /&gt;
&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Mount SMB in QNAP</title><link>https://blog.wingate365.com/2013/11/mount-smb-in-qnap.html</link><pubDate>Sat, 09 Nov 2013 14:16:00 +0000</pubDate><guid>https://blog.wingate365.com/2013/11/mount-smb-in-qnap.html</guid><description>&lt;p&gt;&lt;code&gt;# mount.cifs //Server/Share /mnt/win7/test -o username=xxx,password=xxx&lt;br /&gt;
&lt;/code&gt;
&lt;br /&gt;
&lt;br /&gt;
This command will mount the folder &amp;lsquo;Share&amp;rsquo; hosted on &amp;lsquo;Server&amp;rsquo; into the nix folder /mnt/win7/test&lt;br /&gt;
&lt;br /&gt;
Network locations are case sensitive!&lt;br /&gt;
&lt;br /&gt;
Thanks &lt;a href="http://forum.qnap.com/viewtopic.php?t=19255" target="_blank"&gt;father_mande&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/p&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;</description></item><item><title>QNAP Online RAID 5 Migration</title><link>https://blog.wingate365.com/2013/04/qnap-online-raid-5-migration.html</link><pubDate>Sun, 07 Apr 2013 21:48:00 +0000</pubDate><guid>https://blog.wingate365.com/2013/04/qnap-online-raid-5-migration.html</guid><description>&lt;p&gt;Recently added two new physical drives into a QNAP NAS (TS-419P II) and performed online migration of the existing single drive to a 3 drive RAID 5 setup, here is how I got on.&lt;br /&gt;
&lt;br /&gt;
I shut down the NAS, although I later read this is unnecessary and the drives can be hot swapped, selected the previous drive from the list in RAID management in the admin pages. Clicked the MIGRATE button, selected the two new drives and chose RAID 5. Full documentation &lt;a href="http://docs.qnap.com/nas/en/index.html?raid_management.htm" target="_blank"&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
The system warns that all services will be shut down and shows a % progress for the migration. This took about 12 hrs to get to 49% where it got stuck and without intervention aborted the migration and reverted  back to the single drive setup.&lt;br /&gt;
&lt;br /&gt;
Second try, after googling my problem, this time I manually disabled all of the QPKG applications through the admin pages. Again took about 12 hrs to get to 49% where it stuck for a few hrs. Further reading on the forums mentions mySQL and JAVA as being two particular packages that might need a manual kill (SSH in and use the kill -9 command&lt;pid&gt;). &lt;/pid&gt;&lt;br /&gt;
&lt;br /&gt;
After Java was stopped the progress updated to 50% and the screen displayed the 3 drives as a RAID 5 array, the remainder of the migration took another 12 hrs to complete. Here is the item in the RAID management table.&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><item><title>Home and Cloud Storage</title><link>https://blog.wingate365.com/2012/12/home-and-cloud-storage.html</link><pubDate>Sun, 09 Dec 2012 19:12:00 +0000</pubDate><guid>https://blog.wingate365.com/2012/12/home-and-cloud-storage.html</guid><description>&lt;p&gt;With the recent death of an HHD in my space PC I decided it was time to sort out my home storage of irreplaceable data (photos and documents) and my home media setup. &lt;br /&gt;
&lt;br /&gt;&lt;/p&gt;
&lt;h4&gt;
Old Setup&lt;/h4&gt;
Storage: An old Windows box, 2x200GB HHD, Cloud Backup via &lt;a href="http://mozy.co.uk/" target="_blank"&gt;Mozy&lt;/a&gt;, wired to ethernet&lt;br /&gt;
Media Player: &lt;a href="http://xbmc.org/" target="_blank"&gt;XBMC&lt;/a&gt; running on an XBOX, wired to ethernet, SCART to old TV&lt;br /&gt;
Music Player: Old windows netbook, sitting on top of the amp; WiFi to ethernet, wired to amp&lt;br /&gt;
&lt;br /&gt;
The older of the two disks gave out on the&amp;nbsp;windows&amp;nbsp;box and I lost a pile of downloaded media plus many old digital photos. The photos at least were recoverable from Mozy, best ~£50 quid I spent that year.&lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;
New Setup&lt;/h4&gt;
Storage: &lt;a href="http://www.qnap.com/en/index.php?lang=en&amp;amp;sn=822&amp;amp;c=351&amp;amp;sc=514&amp;amp;t=522&amp;amp;n=3418" target="_blank"&gt;QNAP TS-419P&lt;/a&gt;, 1x3TB HHD, Cloud Backup via Symform&lt;br /&gt;
Media Player: &lt;a href="http://www.twonky.com/" target="_blank"&gt;Twonky Media&lt;/a&gt; Server. Wired to ethernet. New TV (Samsung SMART) also wired to the ethernet via a gigabit switch.&lt;br /&gt;
Music Player: Same as before&lt;br /&gt;
&lt;br /&gt;
QNAP is a network attached storage device (NAS) it's basically a box with space for 4 HHDs and a linux&amp;nbsp;operating&amp;nbsp;system to run everything. I will add 3 more drives in due course, when I need the space, also by staggering the purchase/installation disks they wont all fall out of warranty at the same time.&lt;br /&gt;
&lt;br /&gt;
I no longer needed the old XBOX/XMBC as the video (and photos) now streams directly from the NAS over the ethernet to the TV via the DLNA service Twonky Media Server. While this was not pre-loaded on the QNAP it was a simple click of a button to install it from the QNAP web admin pages. The XBMC file browser &lt;i&gt;is&lt;/i&gt; more&amp;nbsp;flexible&amp;nbsp;than&amp;nbsp;Samsung's&amp;nbsp;interface&amp;nbsp;on the TV and with Twonky you lose the ability to 'mark' a file watched or resume from where you stopped, but its small price to pay.&lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;
Local Storage Redundancy&amp;nbsp;&lt;/h4&gt;
I plan to use the following &lt;a href="http://en.wikipedia.org/wiki/RAID" target="_blank"&gt;RAID&lt;/a&gt; set-up as I fill up the NAS box&lt;br /&gt;
&lt;br /&gt;
1x3TB: RAID 0,&amp;nbsp;Available&amp;nbsp;Storage 3TB, Fault Tolerance: None [current setup]&lt;br /&gt;
2x3TB: RAID 1,&amp;nbsp;Available&amp;nbsp;Storage&amp;nbsp;3TB, Fault Tolerance: 1 disk&lt;br /&gt;
3x3TB: RAID 5,&amp;nbsp;Available&amp;nbsp;Storage&amp;nbsp;6TB, Fault Tolerance: 1 disk&lt;br /&gt;
4x3TB: RAID 5,&amp;nbsp;Available&amp;nbsp;Storage&amp;nbsp;9TB, Fault Tolerance: 1 disk&lt;br /&gt;
&lt;br /&gt;
I am (and plan to continue) using &lt;a href="http://www.wdc.com/en/products/products.aspx?id=810" target="_blank"&gt;WD RED&lt;/a&gt;&amp;nbsp;drives designed for NAS devices.&lt;br /&gt;
&lt;br /&gt;
Once I get the second drive installed (in a ~years time) I will also have local redundancy on all the data which means I will only have to reply on the cloud backup if there is a biblical level disaster (fire/ flood/ locusts/ angel of death etc) and all the disks in the NAS die at once.&lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;
Cloud Backup&lt;/h4&gt;
I decided to move away from Mozy, mainly because it's not supported by QNAP! these were my alternatives; &lt;a href="http://aws.amazon.com/s3/" target="_blank"&gt;Amazon S3&lt;/a&gt;, &lt;a href="http://home.elephantdrive.com/" target="_blank"&gt;ElephantDrive&lt;/a&gt;&amp;nbsp;and &lt;a href="http://www.symform.com/" target="_blank"&gt;Symform&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Of these I chose Symform; they offers unlimited free cloud storage if you contribute spare empty space from your system (at a ratio of 'your data : contributed space' = 1:2). On the flip side its only a simple data mirror, no versioning or backup sets; but for my needs this is just fine.&lt;br /&gt;
&lt;br /&gt;
The upload over my ADSL connection is a bit on the slow side, but it's getting there and soon my ~100Gb of photos and docs will be safely mirrored. To get the 100Gb for free I had to 'give up' 200Gb of space ~ 7% of my 3TB drive, not a bad trade.&lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;
QPKG (QNAP apps)&lt;/h4&gt;
As QNAP is running on an Open Source OS there is a wide range of free applications that it can run/host; transmission, wordpress, FTP, SSH, webserver, VPN, LDAP, syslog, iTunes server, mySQL to name but a few. It comes pre-loaded with all the basics and though the web admin interface you can install more. Even more than that if you are prepared to SSH in and use an 'apt-get' type application named ipkg (currently 1329 packages listed).&lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;
Other Handy Apps&lt;/h4&gt;
There are a variety of handy iOS apps that I use to control the media at home.&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://itunes.apple.com/us/app/twonky-beam/id445754456?mt=8" target="_blank"&gt;Twonky Beam&lt;/a&gt;; this allows me to browse my NAS folders and choose what file to play on the TV, it also allows browsing on the web for any videos (eg youtube etc) and 'beams' them onto the telly. Very neat.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://itunes.apple.com/gb/app/wmote-remote-controller-for/id377215263?mt=8" target="_blank"&gt;Wmote&lt;/a&gt;: remote control for Winamp; which is running on the netbook&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://remoteless.no/" target="_blank"&gt;Remoteless&lt;/a&gt;: remote control for Spotify; also running on the netbook, for those times when mine own music collection is lacking (I think I stopped&amp;nbsp;acquiring mp3's when I left university)&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://rogueamoeba.com/airfoil/mac/" target="_blank"&gt;Airfoil&lt;/a&gt;; cross platform&amp;nbsp;app that allows the audio output on an iOS device to be broadcast to another device (windows/mac), in this case to the netbook running Airfoil speakers; this lets me for example listed to BBC radio from the iPlayer app on the iPad and have the sound coming out of the main speakers.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
On top of these I also use :&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.teamviewer.com/en/index.aspx" target="_blank"&gt;Teamviewer &lt;/a&gt;for remote desktop connection to the PCs in the house&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://itunes.apple.com/gb/app/fileexplorer/id499470113?mt=8" target="_blank"&gt;FileExplore &lt;/a&gt;which as the name suggests allows simle file browsing and moving etc from the iPhone/iPadAnd last but not least&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.zinger-soft.com/iSSH_features.html" target="_blank"&gt;iSSH &lt;/a&gt;which is an iOS SSH terminal, which I use for basic system admin on the QNAP.&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>