Project Description
This is a backup tool that uses hard link to save space when creating a snapshot.

When creating a backup, all of the sources are copied to a separate directory in the destination folder. In order not to store duplicated files, the tool uses hard links to save disk space (only modified files are copied, the unmodified ones are linked).

The project is in early stage, the binaries are unstable
The code doesn't delete any files or directories, you can play with this code, create a backup, but you might meet exceptions during the backup process.