Crate fsync

Source
Expand description

Syncronize files and directories.

Functionsยง

have_same_contents
Verify if two files have the same contents.
is_equals
Return true if two files are equals.
sync
Copy modified or new files from source to path.
sync_file
Copy source to target only if files are different.