|
|||||||
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Player Character
bit-tech Staff
Join Date: Apr 2007
Posts: 8,010
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Windows Home Server trashes files
http://www.bit-tech.net/news/2007/12...rashes_files/1
Using a Windows Home Server-based appliance to store your precious data? Better make sure those backups work, as Microsoft has spotted a rather critical glitch.
__________________
|
|
|
|
|
|
#2 |
|
hmmmm....
Join Date: Aug 2005
Location: New Zealand
Posts: 2,887
![]() ![]() |
Always used Linux for servers, as does everyone I know, whats not to like, its fast even on low spec'd systems, Can use nearly any old hardware, FREE, proven and mature technology. Fairly easy to learn and transparent once setup. Why pay I say.
__________________
Fight my Brute
The quantum limit of reality might be scaled up because we're all holograms. Obviously. Once more we see that sufficiently advanced physics is indistinguishable from getting really stoned. From here |
|
|
|
|
|
#3 |
|
/dev/null
Join Date: Aug 2005
Location: Belgium
Posts: 4,102
![]() ![]() |
The only thing Windows has the upper hand on on the server part is AD... Can't argue with that... Samba can be set up as an Domain controller, but it lacks a bit of functions Windows AD has...
Just a shame a Domain is so easy to tear down...
__________________
There Are 10 Types Of People, Those Who Know Binary and Those Who Don't |
|
|
|
|
|
#4 |
|
Hypermodder
Join Date: Feb 2006
Location: Ontario, CANADA
Posts: 719
![]() |
nom nom nom nom nomo
![]() i trust win2003 server anytime of the day, and *nix stuff as well naturally... but who in their right mind would wanna use Home Server? note that "right mind's" definition differ from 1 person to another
__________________
Monita DFI NF4 Expert - X2 3800+ 2.925Ghz - 2x1Gb OCZ Gold XTC DDR500 - 2x eVGA 7900GT SLI - 2x80Gb Seagate 7200.9 [RAID-0 4k] - Enermax Liberty 500 - Vista Ultimate x86 - Silverstone Kublai [Modded] Keisha DFI BloodIron P35 - Q6600 3.6Ghz - 4x1Gb OCZ Gold XTC2 DDR2-800 - eVGA 8800GTS 640MB - 2x80Gb Seagate 7200.9 [RAID-0 4k] - OCZ GameXstream 700 - Vista Ultimate x86 - Silverstone TJ-06 [Modded] www.pecelayam.com |
|
|
|
|
|
#5 |
|
Supermodder
Join Date: Jul 2005
Posts: 297
![]() |
If you need copies of all the data stored to the home server.... whats the point in even having it.....
im going to be setting up a raid server for files soon myself. I was considering Home Server, then realized I had no real use for it. I can do everything I want with a copy of at most XP Pro if not a version of linux. It will be nice to have a mass of files offloaded from my main machine. Will run so much smoother, plus the added benefits of having the raid setup. |
|
|
|
|
|
#6 | |
|
Neither Patrick nor Sparta
Join Date: Jun 2007
Location: Tallahassee, FL
Posts: 1,792
![]() ![]() ![]() ![]() ![]() ![]() |
wow..... good thing got *nix running for my servers.
__________________
Quote:
|
|
|
|
|
|
|
#7 |
|
Minimodder
Join Date: Sep 2006
Posts: 22
![]() |
Seems most of the commenters don't really understand what WHS is. The big ticket feature of Windows Home Server is the automated backup with the single instance store to reduce space. Far as I know, no other system aside from large commercial applications have this feature. Beyond that it does the standard stuff, like acting as a file server and a media server.
Incidently, WHS does not support domains, only peer to peer networks. |
|
|
|
|
|
#8 |
|
hmmmm....
Join Date: Aug 2005
Location: New Zealand
Posts: 2,887
![]() ![]() |
And *nix can't? You can easily do with a simple rsync program with you could make into a looping script. Thats the manual way. Plus there are several programs listed in the add/remove applications program in Ubuntu.
EDIT the script, from here. Code:
rsync -r -t -v --progress --delete -c -l -z /home/axel/ /home/axel/smb4k/CORE2DUO/Core2Duo(E)/backup/ -t preserves modification times -v verbose mode, shows more information --progress shows progress during transfer --delete deletes files in destination which are not present in the source -c compares files contents by checksum -l copies symbolic links -z compresses files for faster transfer /home/axel/ source directory /home/axel/smb4k/CORE2DUO/Core2Duo(E)/backup/ destination directory
__________________
Fight my Brute
The quantum limit of reality might be scaled up because we're all holograms. Obviously. Once more we see that sufficiently advanced physics is indistinguishable from getting really stoned. From here |
|
|
|
![]() |
| Thread Tools | |
|
|