docs: add note for using rclone cat for slicing out a byte range from a file

This commit is contained in:
Zachary Vorhies
2025-03-04 09:31:56 -07:00
committed by GitHub
parent 65f7eb0fba
commit 964c6204dd

View File

@@ -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 by size and modification time or MD5SUM. It doesn't delete files from
the destination. 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 **Note**: Use the ` + "`-P`" + `/` + "`--progress`" + ` flag to view real-time transfer statistics
`, `,
Annotations: map[string]string{ Annotations: map[string]string{