I have a nice little NAS / Backup solution which uses an Atom quad core with 4 gig ram and 3 x 3TB disks.
Setup instructions:
OS Installation
Partitioning.
Package Selection
- Ubuntu Server
- Openssh Server
So one of the problems with managing teams in many locations is that distribution of passwords can be tricky. You don't want to see everyone with a password.txt on their desktop.
So looking around the place, I see a few options but a lot of them are hosted. I just don't know about hosting my passwords in the cloud.
One that I'll be testing is below.
http://teampasswordmanager.com
Zfs is my bug bear at the moment. You can create such wonderfully fast storage for minimal outley.
We use zfs on a range of backup bricks (3x3tb with an atom CPU and 4 gig ram giving about 5.4tb of usable space for $1200 a unit). The main problem I have is how to send data over adsl back to our central storage box (40*3tb in multiple zraid2).
The trick with this seems to be ensuring that you roll back the receivers end first. This allows you to have a clean slate to send to.
More details to come including some source code and diagrams.
So there is a lot of food features in zfs and I find myself deploying it more every day..
One of the bad defaults in my opinion is that it won't automatically replace bad disks with Spares. This can be changed through "zpool set autoreplace on" but it just seems very silly to me.