Skip to content

Commit

Permalink
https://forum.rclone.org/t/rclone-gdrive-error/18098/7?u=nkrabben
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrabben authored Sep 21, 2023
1 parent 39446db commit 1f334d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transfers/cloud-file-transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For example, `1yOaxTcgPl5zNwYQP2_k7SOW59l4DgXgd` from `https://drive.google.com/
* Transfer md5 checksum manifest for materials by entering
```rclone md5sum --exclude ".*" --disable listR -P remote:path/to/source --output-file rclone-md5.txt```
* (optional) `--exclude ".*"` excludes any files with a name beginning with ".", this is to exclude hidden system files
* (optional) `--disable listR` disables a bug that may cause rclone to miss files while recursing through directories
* (optional) `--disable listR` disables a bug that may cause rclone to miss files while recursing through Google Drive directories
* `-P` visually tracks progress
* `--output-file rclone-md5.txt` saves checksums to a text file.

Expand Down

0 comments on commit 1f334d3

Please sign in to comment.