Sync with Union Remotes exceed the quota

What is the problem you are having with rclone?

I'm using rClone to sync my NAS to a Storage Server (20TB storage server maximum) so I have 5x20TB, each storage server is accessible by ssh, webdav or samba so I created 5 configurations for each and used rClone Union to upload all my files to all of them BUT it seem's that rClone or Union protocol can't get the quota of my storage server as I get the same errorserrors :
"Failed to copy: 1 error: HetznerCloud: mkdir "/xxx/xxx.xxx" failed: sftp: "Quota exceeded" (SSH_FX_FAILURE)"

Run the command 'rclone version' and share the full output of the command.

rclone v1.67.0

  • os/version: qts 5.2.0 (64 bit)
  • os/kernel: 5.10.60-qnap (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.22.4
  • go/linking: static
  • go/tags: none

I know that it's not the latest version but I don't think it's related to version of rClone, I just don't know how to set manually the limit as all my storage servers have the same size.

Which cloud storage system are you using? (eg Google Drive)

Hetzner Storage Server

The command you were trying to run (eg rclone copy /tmp remote:tmp)

sudo ./rclone sync /NAS/ HetznerCloud: --progress --exclude="/Downloads/**" --exclude="/.*/" --ignore-errors

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[Hetzner]
type = sftp
host = XXX
user = XXX
pass = XXX
shell_type = unix
md5sum_command = none
sha1sum_command = none

[Hetzner1]
type = sftp
host = XXX
user = XXX
pass = XXX
shell_type = unix
md5sum_command = none
sha1sum_command = none

[Hetzner1Encrypted]
type = crypt
remote = Hetzner1:/PMS
password = XXX

[Hetzner2]
type = sftp
host = XXX
user = XXX
pass = XXX
shell_type = unix
md5sum_command = none
sha1sum_command = none

[Hetzner2Encrypted]
type = crypt
remote = Hetzner2:/PMS
password = XXX

[Hetzner3]
type = sftp
host = XXX
user = XXX
pass = XXX
shell_type = unix
md5sum_command = none
sha1sum_command = none

[Hetzner3Encrypted]
type = crypt
remote = Hetzner3:/PMS
password = XXX

[HetznerCloud]
type = union
upstreams = Hetzner3Encrypted: Hetzner2Encrypted: Hetzner1Encrypted: HetznerEncrypted:

[HetznerEncrypted]
type = crypt
remote = Hetzner:/PMS
password = XXX

A log from the command that you were trying to run with the -vv flag

Can you run:

rclone about Hetzner3Encrypted:

sudo ./rclone about Hetzner3Encrypted:
Password:
Total: 20 TiB
Used: 5.925 TiB
Free: 14.075 TiB

It seems that he knows finally so why is he sending theses errors

This is good sign:) We will get to the bottom of it and fix it.

Now could you please share all log file with your command with -vv option?

Try to copy some small data subset only so log is not massive.

Also bump your rclone version - to the latest one. There were multiple SFTP fixes in the meantime.