Notice about maximum file size

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

welcome to the forum,

that is a 3+ year old, custom comiled dev version of rclone from an out of date distribution repository

  1. uninstall that
  2. 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.

sorry, no idea what This is.

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.

This, is my cron job

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.