Skip to content

limactl copy should use rsync instead of scp for copying a directory #2198

Open
@AkihiroSuda

Description

@AkihiroSuda

Description

limactl copy should use rsync (present on macOS by default) instead of scp for copying a directory.
scp might be still faster for small directories, but probably the overhead is subtle.

arg0, err := exec.LookPath("scp")

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions