Skip to main content

push_incremental

Function push_incremental 

Source
pub fn push_incremental(
    vfs: &Vfs,
    vfs_path: &str,
    workspace_parent: &Path,
) -> Result<(), VmSyncError>
Expand description

For each file under the VFS subtree at vfs_path, write to the host workspace only when missing or content differs.

ยงErrors

Returns VmSyncError on failure.