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

implement more rsync flags for compatibility #35

Open
3 of 9 tasks
stapelberg opened this issue Jan 28, 2025 · 0 comments
Open
3 of 9 tasks

implement more rsync flags for compatibility #35

stapelberg opened this issue Jan 28, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@stapelberg
Copy link
Contributor

stapelberg commented Jan 28, 2025

In general, we should try to be compatible where reasonable (i.e. where it isn’t too much effort and the use-case seems clear).

Simon tells me that popular RPKI software (like rpki-client or routinator 3000) seem to expect the following options:

  • --delete, see issue implement --delete flag #34
  • --omit-dir-times
  • --contimeout (routinator 3000 default if detected)
  • --no-motd (routinator 3000 default)
  • --compress, -z (routinator 3000 default)
  • --min-size, --max-size
  • --timeout
  • --include
  • --exclude
@stapelberg stapelberg added the enhancement New feature or request label Jan 28, 2025
stapelberg added a commit that referenced this issue Feb 5, 2025
We also parse (but do not implement) the --times option itself.

related to #35
stapelberg added a commit that referenced this issue Feb 13, 2025
stapelberg added a commit that referenced this issue Feb 13, 2025
stapelberg added a commit that referenced this issue Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant