Skip to content

feature: rsync #1074

@martindurant

Description

@martindurant

Idea: to make a method which works something like a low-featured version of rsync, to make local and remote sets of files equivalent (normal filesystem) or between filesystems (generic filesystem).

This would work the same as get/put(recursive), but skip files which are already in place. A target file will be deleted/replaced if (options):

  • the source file is missing ("cull")
  • the source file has a different size ("different") - default
  • the source file is newer ("latest")
  • "never"
  • perhaps some form of checksum, if the remote system supplies it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions