carbono is a small disk cloning tool which allows you to create and restore images of your complete hard disk or partition. Its also optimize the resulting image using tools to manipulate the filesystem and compacting the data blocks.
WARNING:
DO NOT TEST CARBONO IN YOUR MAIN SYSTEM UNLESS YOU KNOW WHAT YOU ARE DOING.
ITS HIGHLY RECOMMENDED USING VIRTUAL MACHINES WHEN TESTING CARBONO! NEVER FORGET IT!
carbono is distributed under the terms of the GNU General Public License, version 2. See the COPYING file for more information.
Lucas Alvares Gomes (aka umago) lucasagomes@gmail.com
- Fork it
- Create a branch (
git checkout -b <branch name>
) - Commit your changes (
git commit -am "Added ..."
) - Push to the branch (
git push origin <branch name>
) - Create an Issue with a link to your branch
Please take a look at TODO file to see bugs and not-implemented-yet features.