github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/docs/content/commands/rclone_hashsum.md (about)

     1  ---
     2  date: 2019-06-20T16:09:42+01:00
     3  title: "rclone hashsum"
     4  slug: rclone_hashsum
     5  url: /commands/rclone_hashsum/
     6  ---
     7  ## rclone hashsum
     8  
     9  Produces an hashsum file for all the objects in the path.
    10  
    11  ### Synopsis
    12  
    13  
    14  Produces a hash file for all the objects in the path using the hash
    15  named.  The output is in the same format as the standard
    16  md5sum/sha1sum tool.
    17  
    18  Run without a hash to see the list of supported hashes, eg
    19  
    20      $ rclone hashsum
    21      Supported hashes are:
    22        * MD5
    23        * SHA-1
    24        * DropboxHash
    25        * QuickXorHash
    26  
    27  Then
    28  
    29      $ rclone hashsum MD5 remote:path
    30  
    31  
    32  ```
    33  rclone hashsum <hash> remote:path [flags]
    34  ```
    35  
    36  ### Options
    37  
    38  ```
    39    -h, --help   help for hashsum
    40  ```
    41  
    42  See the [global flags page](/flags/) for global options not listed here.
    43  
    44  ### SEE ALSO
    45  
    46  * [rclone](/commands/rclone/)	 - Show help for rclone commands, flags and backends.
    47