Ivan Andreev
b40d9bd4c4
cmd: add hashSUM file support ( #5352 )
...
Currently rclone check supports matching two file trees by sizes and hashes.
This change adds support for SUM files produced by GNU utilities like sha1sum.
Fixes #1005
Note: checksum by default checks, hashsum by default prints sums.
New flag is named "--checkfile" but carries hash name.
Summary of introduced command forms:
```
rclone check sums.sha1 remote:path --checkfile sha1
rclone checksum sha1 sums.sha1 remote:path
rclone hashsum sha1 remote:path --checkfile sums.sha1
rclone sha1sum remote:path --checkfile sums.sha1
rclone md5sum remote:path --checkfile sums.md5
```
2021-07-07 18:34:16 +03:00
..
2021-04-07 08:47:29 +02:00
2021-07-07 18:34:16 +03:00
2021-03-14 16:03:35 +00:00
2020-11-09 18:05:54 +00:00
2020-08-10 17:32:21 +01:00
2021-01-25 22:40:46 +03:00
2021-07-07 18:34:16 +03:00
2021-07-07 18:34:16 +03:00
2020-09-08 16:26:09 +01:00
2021-04-03 21:54:15 +03:00
2021-06-10 08:59:18 +02:00
2021-01-25 22:40:46 +03:00
2020-09-08 16:26:09 +01:00
2021-04-28 22:55:27 +01:00
2020-07-21 22:08:13 +01:00
2021-01-21 10:39:51 +00:00
2021-03-13 15:01:32 +00:00
2021-04-27 02:25:52 +03:00
2019-10-14 17:02:09 +01:00
2020-10-28 18:16:23 +00:00
2020-06-01 13:07:46 +01:00
2021-07-07 18:34:16 +03:00
2021-04-07 13:58:37 +01:00
2021-03-11 17:29:26 +00:00
2021-01-25 22:40:46 +03:00
2020-11-26 16:40:12 +00:00
2020-11-09 18:05:54 +00:00
2021-02-02 17:46:56 +00:00
2019-10-14 17:02:09 +01:00
2021-07-07 18:34:16 +03:00
2020-07-08 17:55:58 +01:00
2021-03-22 09:07:01 +00:00
2020-10-28 18:16:23 +00:00
2021-04-27 02:25:52 +03:00
2021-01-25 22:40:46 +03:00
2020-06-10 12:33:53 +01:00
2021-04-27 02:25:52 +03:00
2021-01-28 15:54:41 +00:00
2020-11-23 17:10:08 +00:00
2021-02-07 14:56:41 +00:00
2021-04-13 12:25:47 +01:00
2021-03-11 17:12:14 +00:00
2019-10-14 17:02:09 +01:00
2020-11-23 17:10:08 +00:00
2020-11-23 17:10:08 +00:00
2021-05-13 22:35:39 +03:00
2021-05-28 13:40:32 +01:00
2019-10-14 17:02:09 +01:00
2021-07-07 18:34:16 +03:00
2021-04-27 02:25:52 +03:00
2021-03-13 15:01:32 +00:00
2021-04-21 10:52:05 +01:00
2020-10-28 18:16:23 +00:00
2020-11-26 16:40:12 +00:00
2021-04-12 18:17:19 +02:00
2021-07-05 16:38:20 +01:00
2020-11-26 16:40:12 +00:00
2020-12-27 15:40:44 +00:00
2021-04-04 11:22:09 +03:00
2021-04-04 11:22:09 +03:00
2019-07-28 20:38:20 +01:00
2018-06-02 17:35:13 +01:00