News Windows Home Server trashes files

Discussion in 'Article Discussion' started by CardJoe, 28 Dec 2007.

  1. CardJoe

    CardJoe Freelance Journalist

    Joined:
    3 Apr 2007
    Posts:
    11,346
    Likes Received:
    316
  2. r4tch3t

    r4tch3t hmmmm....

    Joined:
    17 Aug 2005
    Posts:
    3,166
    Likes Received:
    48
    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.
     
  3. Glider

    Glider /dev/null

    Joined:
    2 Aug 2005
    Posts:
    4,173
    Likes Received:
    21
    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...
     
  4. Redbeaver

    Redbeaver The Other Red Meat

    Joined:
    15 Feb 2006
    Posts:
    2,062
    Likes Received:
    36
    nom nom nom nom nomo :D

    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 :)
     
  5. Drexial

    Drexial Minimodder

    Joined:
    28 Jul 2005
    Posts:
    307
    Likes Received:
    0
    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. C-Sniper

    C-Sniper Stop Trolling this space Ądmins!

    Joined:
    17 Jun 2007
    Posts:
    3,028
    Likes Received:
    126
    wow..... good thing got *nix running for my servers.
     
  7. TimB

    TimB What's a Dremel?

    Joined:
    19 Sep 2006
    Posts:
    43
    Likes Received:
    0
    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. r4tch3t

    r4tch3t hmmmm....

    Joined:
    17 Aug 2005
    Posts:
    3,166
    Likes Received:
    48
    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/
    
    -r copies also all subdirectories within main directory
    -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
     
Tags: Add Tags

Share This Page