STOP and READUSE THIS TEMPLATENO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
What is the problem you are having with rclone?
rclone-chunker is not working
Run the command 'rclone version' and share the full output of the command.
rclone v1.42
os/arch: linux/amd64
go version: go1.9.4
Which cloud storage system are you using? (eg Google Drive)
chunker
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone --config /u04/share/dom_dba.conf ls chunker-test:
2024/08/25 12:35:46 Failed to create file system for "chunker-test:": didn't find filing system for "chunker"
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
Paste config here
A log from the command that you were trying to run with the -vv flag
how to update the version from 1.42 to 1.67, i already download the .rpm file, I am not sure if rclone selfupdate [flags] will work.
Options
--beta Install beta release
--check Check for latest release, do not download
-h, --help help for selfupdate
--output string Save the downloaded binary at a given path (default: replace running binary)
--package string Package format: zip|deb|rpm (default: zip)
--stable Install stable release (this is the default)
--version string Install the given rclone version (default: latest)
Thanks everyone @asdffdsa@kapitainsky@Animosity022 , I am able to install rclone latest version 1.67 , chunker is now working. I am working on a project where I will use chunker to transfer big dumps sample 4TB. And I am getting this from the logs, is this okay? note that I set the chunk-size to 100G .
i am going to assume that remote provider is S3, based on:
parts: 10000 from --s3-max-upload-parts
default: 5Mi from --s3-chunk-size
now, might be a bit confusing, as there are two types of chunks.
size of chunk as used by chunker.
size of chunk as used by S3 provider when uploading the file.
with chunker, you specifced the chunk size as 100GiB. remember, each chunk is uploaded as a single file.
rclone wants to upload that 100GiB file, but using default values, the max file size is limited to 48GiB.
rclone noticed that problem, and instead of erroring out,
rclone increased the --s3-chunk-size from 5Mi, to 11Mi
check the docs - https://rclone.org/s3/#s3-chunk-size