pub fn backup_file(src: &Utf8Path, dest: &Utf8Path) -> Result<()>
Copy src (a regular file) to dest, creating parent dirs as needed.
src
dest