Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: rsync #1074

Closed
martindurant opened this issue Oct 14, 2022 · 1 comment
Closed

feature: rsync #1074

martindurant opened this issue Oct 14, 2022 · 1 comment

Comments

@martindurant
Copy link
Member

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.
@ianthomas23
Copy link
Collaborator

rsync was added in PR #1147.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants