﻿# Hard-links...umm...well that's it really...

<datetime class="hidden">2004-02-20T00:00</datetime>
<!-- category -- mostlylucidcouk, Imported, ASP.NET, DevOps -->

Noticed a post on [Robert McLaws'](http://weblogs.asp.net/rmclaws)  weblog about Hard-links...go and read [the post](http://weblogs.asp.net/rmclaws/posts/44345.aspx) it'll all make sense... Now, I've recently been working on a project where a requirement existed for an 'uploads' directory to be synchronised between two Web Servers...to cut a long story short, we had to use a product 'approved' by both the host and company for which the site was designed. Now, it is just incredibly simple to write this sort of tool using .NET, but no, we had to use one of these other tools...the ones recommended were [WanSync](http://www.xosoft.com/products/f_WANSync.htm) and [MS Application Center](http://www.microsoft.com/applicationcenter/default.asp)...overkill in my opinion! Anyway, hard links are pretty cool (automatic synchronization would be better)