mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 05:43:15 +00:00
rcat: remove --checksum flag from the docs as it is not usually effective
This commit is contained in:
@@ -22,7 +22,7 @@ rclone rcat reads from standard input (stdin) and copies it to a
|
|||||||
single remote file.
|
single remote file.
|
||||||
|
|
||||||
echo "hello world" | rclone rcat remote:path/to/file
|
echo "hello world" | rclone rcat remote:path/to/file
|
||||||
ffmpeg - | rclone rcat --checksum remote:path/to/file
|
ffmpeg - | rclone rcat remote:path/to/file
|
||||||
|
|
||||||
If the remote file already exists, it will be overwritten.
|
If the remote file already exists, it will be overwritten.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user