rclone/rclone

check/cryptcheck via Remote Control / API

Offen

#6.664 geöffnet am 02.01.2023

 (7 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Go (5.090 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (57.185 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

What is your current rclone version (output from rclone version)?

v1.61.1

What problem are you are trying to solve?

I want to check which files would be syncronized via Remote Control / API.

To check files via commandline there are two commands:

How do you think rclone should be changed to solve that?

There should be two new commands in the Remote Control / API which call the existing commandline commands check and cryptcheck. For example:

check/check : Checks if the files in the source and destination match.

This takes the following parameters:

srcFs - a remote name string e.g. "drive:src" for the source dstFs - a remote name string e.g. "drive:dst" for the destination

See the check command for more information on the above.

cryptcheck/cryptcheck: Checks if the files in the source and a crypted destination match.

This takes the following parameters:

srcFs - a remote name string e.g. "drive:src" for the source dstFs - a remote name string e.g. "drive:dst" for the crypted destination

See the cryptcheck command for more information on the above.

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Contributor Guide