<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#0050d0">
Pretty much every hardware based storage solution out there supports
filesystem snapshotting.<br>
<br>
As for software, I was able to search up this: <a
 href="http://tldp.org/HOWTO/LVM-HOWTO/snapshots_backup.html">http://tldp.org/HOWTO/LVM-HOWTO/snapshots_backup.html</a><br>
<br>
Though this essentially creates an entire duplicate of the filesystem.
Hardware based solutions are better as they dont have to duplicate the
entire filesystem. I'm not sure exactly how they work, but the snapshot
uses much less space than the size of the whole filesystem.<br>
</body>
</html>