<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p> Hey all, I'm looking for help testing a project I've been
      working on over the last few months. Snap [1] is a cross-platform
      system snapshot and restoration utility which uses the underlying
      package management system to take snapshots of packages installed
      as well as files modified outside of the package management
      system. <br>
    </p>
    <p>Only files modified post-installation and new-files (eg those not
      tracked by the package system) are backed up so that snapshots are
      lightweight and are able to be migrated across hosts. Currently
      supported are RPM based distros (Fedora, RHEL, <a
        href="./CentOS.html" title="CentOS">CentOS</a>), Deb based
      distros (Debian, Ubutunu), and Windows<br>
    </p>
    <p> Also supported are service snapshots. For example postgres and
      mysql db's will be backed up, as are Apache and IIS websites using
      the native tooling. All of this is built ontop of a very modular /
      plugable system which allows developers to extend Snap to take and
      restore snapshots of any custom target.<br>
    </p>
    <p> My intention of this project was to make
      cross-virtualization-hypervisor and cross-cloud-provider [2]
      snapshots a cinch, but it can also be used for general system
      backup and recovery.<br>
    </p>
    <p>&nbsp;I've tried to harden it up as much as I could up to this point,
      writing an extensive test suite, and conducting full integration
      testing on various platforms but am looking for more widespread
      testing, especially in alternative environments. Also I would like
      to start forming a community around this project, to write
      backends to support snapshots on a variety of platforms and of a
      variety of services.<br>
    </p>
    <p> The project is as open source as it gets, written in Python and
      licensed under the GPLv3. I've submitted Snap to Fedora [3] and
      Debian / Ubuntu [4], any package reviews would be more than
      appreciated.<br>
    </p>
    <p> Thanks for reading so far!<br>
    </p>
    <p> -Mo Morsi<br>
    </p>
    <p><br>
    </p>
    <p>[1] <a class="moz-txt-link-freetext"
        href="https://github.com/movitto/snap">https://github.com/movitto/snap</a><br>
    </p>
    <p>[2] <a class="moz-txt-link-freetext"
        href="http://mo.morsi.org/blog/node/347">http://mo.morsi.org/blog/node/347</a><br>
    </p>
    <p>[3] <a class="moz-txt-link-freetext"
        href="https://bugzilla.redhat.com/show_bug.cgi?id=755890">https://bugzilla.redhat.com/show_bug.cgi?id=755890</a><br>
    </p>
    [4] <a class="moz-txt-link-freetext"
      href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649585">http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649585</a>
  </body>
</html>