From d725f4f4def1b329f4071d2b873ca200f8a6c5bd Mon Sep 17 00:00:00 2001 From: Zachary Vorhies Date: Tue, 4 Mar 2025 09:31:56 -0700 Subject: [PATCH] docs: add note for using rclone cat for slicing out a byte range from a file --- cmd/copyto/copyto.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/copyto/copyto.go b/cmd/copyto/copyto.go index 90e858481..edc793071 100644 --- a/cmd/copyto/copyto.go +++ b/cmd/copyto/copyto.go @@ -43,6 +43,8 @@ This doesn't transfer files that are identical on src and dst, testing by size and modification time or MD5SUM. It doesn't delete files from the destination. +*If you are looking to copy just a byte range of a file, please see 'rclone cat --offset X --count Y'* + **Note**: Use the ` + "`-P`" + `/` + "`--progress`" + ` flag to view real-time transfer statistics `, Annotations: map[string]string{