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

Better handling of "--no-traverse" by "rclone sync" #1059

Closed
DurvalMenezes opened this issue Jan 21, 2017 · 2 comments
Closed

Better handling of "--no-traverse" by "rclone sync" #1059

DurvalMenezes opened this issue Jan 21, 2017 · 2 comments
Milestone

Comments

@DurvalMenezes
Copy link
Contributor

DurvalMenezes commented Jan 21, 2017

As discussed here, when "--no-traverse" is specified as an option to "rclone sync", the code should be changed to:

  1. Raise the warning for "--no-traverse" to be an ErrorLog (like the other messages in that bit of code)
  2. Patch the docs to explicitly state sync is not compatible with --no-traverse
  3. Remove the remote name from the log message (it isn't relevant to any particular remote) which will make it stand out more
@ncw ncw added this to the v1.36 milestone Jan 21, 2017
@ncw
Copy link
Member

ncw commented Jan 29, 2017

I will do this once #517 has landed.

@ncw
Copy link
Member

ncw commented Feb 8, 2017

I've done this in this beta

http://beta.rclone.org/v1.35-77-gc0ad29c/ (uploaded in 15-30 mins)

@ncw ncw closed this as completed in c0ad29c Feb 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants