klone 1.0.2

A backup application based in the same FS that will only back the file that you changed
Documentation
1
2
3
4
5
6
7
8
// The purpose of this module is to configure defaults for the working of the app and the
// exclusions
//
//
/// This module helps store the defaults when no path is provided
pub mod defaults;
/// This module allows to exclude files and folders based in gitignore like patterns
pub mod exclusions;