========= CrashPlan ========= Evaluation ========== Until 9/7/2009 I used `KeepVault `_ and was getting unlimited backup for $99/year, but they raised prices. I switched to `Mozy `_ in September 2009 with `a roundabout backup plan that I blogged `_. In 2012 I switched to `CrashPlan `_. From a cost/benefit perspective, CrashPlan is a clear winner. - Unlimited backup - Backs up network mounted drives - Runs on any OS (Linux for the :doc:`Synology <../../hardware/server/synologyds1010>`, Windows clients and servers, etc.) Mounting Drives =============== CrashPlan supports backup of mounted network drives, but getting one mounted for the ``SYSTEM`` account is easier said than done. `This StackOverflow article `_ shows how to use Sysinternals ``psexec`` to mount a network drive for the ``SYSTEM`` account; but it's better to use a script to mount things using Windows Startup Scripts via group policy instead. First, create a batch file like this that creates a log (for troubleshooting) and mounts the drives via the ``net use`` command. .. sourcecode:: batch echo %date% %time% : "%cd%\mount_crashplan_shares.bat" >> C:\Windows\Temp\mount.log 2>&1 net use V: "\\diskstation\video\Home Videos" /USER:DISKSTATION\admin password >> C:\Windows\Temp\mount.log 2>&1 Now set up Local Computer Policy so the script runs at Windows startup: .. image:: startupscript.png CrashPlan is set up on the Windows Home Server to back up all shares on the home server. It also has mapped drives for: - Home Videos - ``V:`` @ ``\\diskstation\video\Home Videos`` - Plex Database - ``W:`` @ ``\\megaplex\Plex``