What is the problem you are having with rclone?
I'm using rclone chunker.
Suppose there is a large file example.txt and I want the generated file name by chunker to be:
example.rclone_chunk.000001.txt
example.rclone_chunk.000002.txt
example.rclone_chunk.000003.txt
Is there a way to do that?
this is my config file:
[xxx-chunker]
type = chunker
remote = xxx:
chunk_size = 100M
hash_type = sha1
Run the command 'rclone version' and share the full output of the command.
root@debian:~# rclone version
rclone v1.67.0
- os/version: debian 11.10 (64 bit)
- os/kernel: 5.10.0-31-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.22.4
- go/linking: static
- go/tags: none