schultyy / Sokan

Provisioning with Rust
MIT License
4 stars 0 forks source link

Improved file handling #20

Closed schultyy closed 9 years ago

schultyy commented 9 years ago

PR for #3 This PR adds the functionality to only overwrite a file if the file's content on the disk is different from the one supposed to be written. File content is hashed with SHA:256 from the rust-crypto crate