What is the problem you are having with rclone?
I am using rclone to backup my server, and while the backup is running I have this message. Is it an issue ? If not, how can I remove it ?
NOTICE: S3 bucket path backup: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi
Run the command 'rclone version' and share the full output of the command.
rclone v1.60.1-DEV
Which cloud storage system are you using? (eg Google Drive)
OVH object storage
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone mount
asdffdsa
(jojothehumanmonkey)
January 5, 2026, 5:28pm
2
welcome to the forum,
contremaitre:
v1.60.1-DEV
that is a 3+ year old, custom comiled dev version of rclone from an out of date distribution repository
uninstall that
Script installation
it is only an issue if you are uploading a file larger than 48.828Gi
the default chunk size is 5Mi, but that can be increased with --s3-chunk-size
there is nothing to remove, it is simply a notice in the logs.
Ok thanks for the version.
Is there a way to remove notices ? This sends me an email every day because of that. And I don’t want to disable these emails because it could warn me of more serious issues.
asdffdsa
(jojothehumanmonkey)
January 5, 2026, 6:36pm
4
contremaitre:
This
sorry, no idea what This is.
contremaitre:
remove notices ?
https://rclone.org/docs/#logging
i once had a similar issue. i write a simple python script to remove specific lines of text using regex. i imagine could use sed to do that same.
system
(system)
Closed
February 4, 2026, 8:20pm
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.