Author Topic: Miniature file/backup server at home?  (Read 3322 times)

0 Members and 1 Guest are viewing this topic.

Offline nrael

  • Peasant
  • *
  • Posts: 66
  • Cookies: -7
    • View Profile
Re: Miniature file/backup server at home?
« Reply #15 on: April 15, 2015, 09:45:06 pm »
pretty nice your raspberry, nice work. And if you buy the v2 it will be running away.

Thanks for the seafile input, I'll check it out, but the website looks bad.

Do you power off your raspberry? or how do you manage, wake on lan doesn't work.

Offline 0E 800

  • Not a VIP
  • VIP
  • Baron
  • *
  • Posts: 895
  • Cookies: 131
  • • тнε ιηтεяηεт ιs мү яεcүcℓε-вιη •
    • View Profile
Re: Miniature file/backup server at home?
« Reply #16 on: April 16, 2015, 12:02:06 am »
Nice thread. Great updates. How is the network performance on the RPI2?
 I remember reading that the NIC and UBS share the same bus so networking is limited by that.
For this reason I purchased a ODROIDC1 which was about the same price and seemed to have better specs.

I also have a BeagleBone Black, however its very limited by the 512 memory and single usb.

Was thinking of turning one of those devices into portable handshake capture device.

BTW - think I will see if I can find an old pair of hose, excellent idea.
The invariable mark of wisdom is to see the miraculous in the common.

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Miniature file/backup server at home?
« Reply #17 on: April 16, 2015, 07:40:11 am »
Do you power off your raspberry? or how do you manage, wake on lan doesn't work.
What do you mean? RPI it's powered on all the time, I only shut it down at the end of each month to make a clone backup of the SD card - no rsync would not aid me if the card got corrupt due to power loss power surges (that happens sometimes). The RPI drains so little power that I can afford keeping it up all day, if it wasn't up all day, then it's not usable to me.
The external drive however is not powered on all the time, I am using spindown (posted about it) to make the drive sleep after 30 minutes of inactivity, so it doesn't spin when nothing is using it. When I need to use it, the RPI wakes it up in a few seconds.

Nice thread. Great updates. How is the network performance on the RPI2?
I remember reading that the NIC and UBS share the same bus so networking is limited by that.
Same with RPI1, USB and ethernet share the same bus, so transfer speed is limited to 6mb through the cable and 2mb using wifi. But that's fine for me - enough for timed recording with a set-top box, DLNA streaming performance is good through cable, can't stream HD content through wifi tho but I don't do that anyway :P
I haven't considered other alternatives, because they're not available in my country (could order but dem shipping costs), and RPI has a lot of support being a home server, so there.
« Last Edit: April 16, 2015, 07:42:36 am by Kulverstukas »

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Miniature file/backup server at home?
« Reply #18 on: May 09, 2015, 08:23:42 pm »
Bump. If anyone is interested, I wrote a thorough blog post about my mini-server: http://9v.lt/blog/what-i-use-my-raspberry-for/

Offline youngbuck

  • NULL
  • Posts: 2
  • Cookies: 0
    • View Profile
Re: Miniature file/backup server at home?
« Reply #19 on: May 21, 2015, 10:31:03 am »
Glad to see the Raspberry Pi is working out good. I was originally thinking about buying one for a streaming box but I figured I needed more power for other tasks but a NAS was just too powerful/expensive for what I needed. I might still buy a Pi for another project but we will see. I decided to turn to the 25 watt AMD 5350, it only supports single channel memory which is a downside but at 150 for roughly all components so not bad. Of course it is AMD technology rather then the ARM, so more compatibility at this time.. It's rated a 2600 on the benchmark scale which isn't great but not terrible. I am going to update to a 5TB hopefully soon for more storage.

Here's what it looks like...





I will say that is has absolutely terrible cable and can be loud at times, next time I am going for the full jet airplane sounding Intel Xeon E5-2680 v2. It is a good bang for your buck however and has proven reliable..
« Last Edit: May 21, 2015, 10:35:41 am by youngbuck »

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Miniature file/backup server at home?
« Reply #20 on: May 22, 2015, 06:55:06 am »
Nice box, but do you really need such a powerful NAS? what will you use it for?
In my case, the size and power consumption is what pushed me towards an RPI, also the cost :P

Offline youngbuck

  • NULL
  • Posts: 2
  • Cookies: 0
    • View Profile
Re: Miniature file/backup server at home?
« Reply #21 on: May 23, 2015, 03:57:08 am »
Nice box, but do you really need such a powerful NAS? what will you use it for?
In my case, the size and power consumption is what pushed me towards an RPI, also the cost :P


You never know what tomorrow brings! I might do something crazy with it. Lol. I plan on getting the Raspberry Pi and making a cheap smart TV but we will see how that goes when the time comes. Not sure how I'm going to figure out the inputs but we will see. I might just make it a dedicated streamer and not worry about the inputs.
« Last Edit: May 23, 2015, 03:59:31 am by youngbuck »

Offline nrael

  • Peasant
  • *
  • Posts: 66
  • Cookies: -7
    • View Profile
Re: Miniature file/backup server at home?
« Reply #22 on: May 24, 2015, 04:46:11 pm »
how's your transfer rate? did you made any optimization to get more speed?

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Miniature file/backup server at home?
« Reply #23 on: May 24, 2015, 05:45:16 pm »
how's your transfer rate? did you made any optimization to get more speed?
I'm afraid you can't do much about the ethernet transfer speed - it's limited to 6 mbps, because it seems to use the same bus for ethernet and USB. Wifi transfer is stuck at 2 mbps maximum.
As for rpi speed, there's only so much you can do about it... did everything that was mentioned here: https://extremeshok.com/1081/raspberry-pi-raspbian-tuning-optimising-optimizing-for-reduced-memory-usage/
But I didn't notice any noticeable speed difference... the whole thing runs smoothly with around 100mb of RAM to spare.

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Miniature file/backup server at home?
« Reply #24 on: June 29, 2015, 06:54:47 pm »
Bump. Result of the dust filter after a month: http://imgur.com/G15pxE1,rkvBdB8,CV1sq35#0
I think it works pretty good.
« Last Edit: June 29, 2015, 06:55:54 pm by Kulverstukas »

Offline ColonelPanic

  • Serf
  • *
  • Posts: 27
  • Cookies: 7
    • View Profile
Re: Miniature file/backup server at home?
« Reply #25 on: June 29, 2015, 07:30:47 pm »
My buddy put Arch on a PogoPlug (http://www.amazon.com/Pogoplug-Series-4-Backup-Device/dp/B006I5MKZY) and uses it as a seedbox/home media server and seems happy with it. He did something like this, IIRC: http://blog.qnology.com/2013/03/tutorial-pogoplug-e02-with-arch-linux.html