github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/docs/content/commands/rclone_dbhashsum.md (about) 1 --- 2 date: 2019-06-20T16:09:42+01:00 3 title: "rclone dbhashsum" 4 slug: rclone_dbhashsum 5 url: /commands/rclone_dbhashsum/ 6 --- 7 ## rclone dbhashsum 8 9 Produces a Dropbox hash file for all the objects in the path. 10 11 ### Synopsis 12 13 14 Produces a Dropbox hash file for all the objects in the path. The 15 hashes are calculated according to [Dropbox content hash 16 rules](https://www.dropbox.com/developers/reference/content-hash). 17 The output is in the same format as md5sum and sha1sum. 18 19 20 ``` 21 rclone dbhashsum remote:path [flags] 22 ``` 23 24 ### Options 25 26 ``` 27 -h, --help help for dbhashsum 28 ``` 29 30 See the [global flags page](/flags/) for global options not listed here. 31 32 ### SEE ALSO 33 34 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 35