Skip to content

Add support for the check command#58

Merged
Johannes11833 merged 4 commits intomasterfrom
feature/check-command
Jan 28, 2025
Merged

Add support for the check command#58
Johannes11833 merged 4 commits intomasterfrom
feature/check-command

Conversation

@Johannes11833
Copy link
Owner

@Johannes11833 Johannes11833 commented Jan 27, 2025

Fixes #57: Adds support for the check command.

  • A tuple of a bool and a list is returned. The bool is true if source and dest match.
  • The list contains a symbol and all file paths in both directories. The following symbols are used:
    • "=" path means path was found in source and destination and was identical
    • "-" path means path was missing on the source, so only in the destination
    • "+" path means path was missing on the destination, so only in the source
    • "*" path means path was present in source and destination but different.
    • "!" path means there was an error reading or hashing the source or dest.

@Johannes11833 Johannes11833 mentioned this pull request Jan 27, 2025
@Johannes11833 Johannes11833 merged commit 39ac480 into master Jan 28, 2025
2 checks passed
@Johannes11833 Johannes11833 deleted the feature/check-command branch January 28, 2025 13:38
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

Successfully merging this pull request may close these issues.

rclone check

1 participant