What is the problem you are having with rclone?
Hi, I am connecting Wasabi S3 storage to a dedicated server from OVH
Problem is whenever the incoming Bw from Wasabi goes high, around 900 Megbits or something, OVH Mitigation kicks in and detects this as a Ddos attack.
What is your rclone version (output from rclone version
)
I am using 1.57.0
Which cloud storage system are you using? (eg Google Drive)
Wasabi S3 is my Cloud storage
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone mount storage02431:storage02431 /files --allow-other --rc -vv
--fast-list --umask 0 --uid 0 --gid 0 --vfs-cache-mode writes
--dir-cache-time=48h --cache-chunk-size=10M --cache-info-age=48h
--cache-workers=5 --cache-tmp-upload-path /opt/gcache
--cache-tmp-wait-time 30m --buffer-size 0M --log-file /opt/gcache.log
--cache-db-purge
The rclone config contents with secrets removed.
[storage02431]
type = s3
provider = Wasabi
access_key_id = accesskey
secret_access_key = secretaccesskey
endpoint = s3.eu-central-1.wasabisys.com
acl = private
A log from the command with the -vv
flag
Not sure if this is the correct log requested.
2021/12/11 17:46:29 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "mount" "storage02431:storage02431" "/files" "--allow-other" "--rc" "-vv" "--fast-list" "--umask" "0" "--uid" "0" "--gid" "0" "--vfs-cache-mode" "writes" "--dir-cache-time=48h" "--cache-chunk-size=10M" "--cache-info-age=48h" "--cache-workers=5" "--cache-tmp-upload-path" "/opt/gcache" "--cache-tmp-wait-time" "30m" "--buffer-size" "0M" "--log-file" "/opt/gcache.log" "--cache-db-purge"]
2021/12/11 22:51:36 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "mount" "storage02431:storage02431" "/files" "--allow-other" "--rc" "-vv" "--fast-list" "--umask" "0" "--uid" "0" "--gid" "0" "--vfs-cache-mode" "writes" "--dir-cache-time=48h" "--cache-chunk-size=10M" "--cache-info-age=48h" "--cache-workers=5" "--cache-tmp-upload-path" "/opt/gcache" "--cache-tmp-wait-time" "30m" "--buffer-size" "0M" "--log-file" "/opt/gcache.log" "--cache-db-purge"]