Yandex Union not working

What is the problem you are having with rclone?

Unable to copy to a Yandex Disk union. Just for some context, I have created 8 accounts (with 1 TB storage each) and have created 8 shared folders (1 in each account). These shared folders are accessible to all the other accounts as well.

I have added one account to my rclone config and configured each shared folder as a union remote (if that makes sense). I can add files to all 8 of these folders on the web app when accessing the drive online but for some reason am not able to make use of the union using rclone.

Has anyone faced an issue like this before?

Any help is appreciated.

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

rclone v1.65.0

  • os/version: Microsoft Windows 11 Pro 22H2 (64 bit)
  • os/kernel: 10.0.22621.2861 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.21.4
  • go/linking: static
  • go/tags: cmount

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

Yandex Disk

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

rclone copy HAE: yandexunionc:Google --filter-from .\ex.txt --transfers 30 -P

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

[DB]
type = dropbox
token = XXX

[DBE]
type = crypt
remote = DB:
filename_encoding = base32768
password = XXX
password2 = XXX

[HA]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
root_folder_id = XXX

[HAE]
type = crypt
remote = HA:E
filename_encryption = standard
directory_name_encryption = true
password = XXX
password2 = XXX

[drop-temp]
type = dropbox
token = XXX

[hae-shared]
type = drive
scope = drive
token = XXX
team_drive = XXX
root_folder_id =

[tempth20]
type = drive
client_id = XXX
client_secret = XXX
token = XXX
team_drive =

[yandex]
type = yandex
token = XXX

[yandexe]
type = crypt
remote = yandex:Shared
password = XXX
password2 = XXX

[yandexe2]
type = crypt
remote = yandex:Shared2
password = XXX
password2 = XXX

[yandexunion]
type = union
upstreams = yandex:Shared yandex:Shared2 yandex:Shared3 yandex:Shared4 yandex:Shared5 yandex:Shared6 yandex:Shared7 yandex:Shared8

[yandexunionc]
type = crypt
remote = yandexunion:
password = XXX
password2 = XXX

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

rclone copy HAE: yandexunionc:Google --filter-from .\ex.txt --transfers 30 -P -vv
2024/01/02 21:58:02 DEBUG : rclone: Version "v1.65.0" starting with parameters ["C:\\ProgramData\\chocolatey\\lib\\rclone.portable\\tools\\rclone-v1.65.0-windows-amd64\\rclone.exe" "copy" "HAE:" "yandexunionc:Google" "--filter-from" ".\\ex.txt" "--transfers" "30" "-P" "-vv"]
2024/01/02 21:58:02 DEBUG : Creating backend with remote "HAE:"
2024/01/02 21:58:02 DEBUG : Using config file from "C:\\Users\\me\\AppData\\Roaming\\rclone\\rclone.conf"
2024/01/02 21:58:02 DEBUG : Creating backend with remote "HA:E"
2024/01/02 21:58:02 DEBUG : HA: Loaded invalid token from config file - ignoring
2024/01/02 21:58:03 DEBUG : Saving config "token" in section "HA" of the config file
2024/01/02 21:58:03 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2024/01/02 21:58:03 DEBUG : HA: Saved new token in config file
2024/01/02 21:58:05 DEBUG : Creating backend with remote "yandexunionc:Google"
2024/01/02 21:58:05 DEBUG : Creating backend with remote "yandexunion:idgd1la21lg95vd4755fs3flv8"
2024/01/02 21:58:05 DEBUG : Creating backend with remote "yandex:Shared"
2024/01/02 21:58:05 DEBUG : Creating backend with remote "yandex:Shared8"
2024/01/02 21:58:05 DEBUG : Creating backend with remote "yandex:Shared2"
2024/01/02 21:58:05 DEBUG : Creating backend with remote "yandex:Shared3"
2024/01/02 21:58:05 DEBUG : Creating backend with remote "yandex:Shared5"
2024/01/02 21:58:05 DEBUG : Creating backend with remote "yandex:Shared7"
2024/01/02 21:58:05 DEBUG : Creating backend with remote "yandex:Shared6"
2024/01/02 21:58:05 DEBUG : Creating backend with remote "yandex:Shared4"
2024/01/02 21:58:06 DEBUG : Creating backend with remote "yandex:Shared7/idgd1la21lg95vd4755fs3flv8"
2024/01/02 21:58:06 DEBUG : Creating backend with remote "yandex:Shared3/idgd1la21lg95vd4755fs3flv8"
2024/01/02 21:58:06 DEBUG : Creating backend with remote "yandex:Shared6/idgd1la21lg95vd4755fs3flv8"
2024/01/02 21:58:06 DEBUG : Creating backend with remote "yandex:Shared/idgd1la21lg95vd4755fs3flv8"
2024/01/02 21:58:06 DEBUG : Creating backend with remote "yandex:Shared8/idgd1la21lg95vd4755fs3flv8"
2024/01/02 21:58:06 DEBUG : Creating backend with remote "yandex:Shared4/idgd1la21lg95vd4755fs3flv8"
2024/01/02 21:58:06 DEBUG : Creating backend with remote "yandex:Shared5/idgd1la21lg95vd4755fs3flv8"
2024/01/02 21:58:06 DEBUG : Creating backend with remote "yandex:Shared2/idgd1la21lg95vd4755fs3flv8"
2024/01/02 21:58:07 DEBUG : union root 'idgd1la21lg95vd4755fs3flv8': actionPolicy = *policy.EpAll, createPolicy = *policy.EpMfs, searchPolicy = *policy.FF
2024/01/02 21:58:11 DEBUG : DL-sep-1: Excluded
2024/01/02 21:58:11 DEBUG : DL-aug-6: Excluded
2024/01/02 21:58:11 DEBUG : DL-augg-5: Excluded
2024/01/02 21:58:11 DEBUG : DL-aug-4: Excluded
2024/01/02 21:58:11 DEBUG : Aug-DL-4: Excluded
2024/01/02 21:58:11 DEBUG : Aug-DL-3: Excluded
2024/01/02 21:58:11 DEBUG : DL-Aug-2: Excluded
2024/01/02 21:58:11 DEBUG : Aug-DL-2: Excluded
2024/01/02 21:58:11 DEBUG : Aug-DL: Excluded
2024/01/02 21:58:11 DEBUG : DD-JULY-19: Excluded
2024/01/02 21:58:11 DEBUG : GT: Excluded
2024/01/02 21:58:11 DEBUG : July-DD-New-9th: Excluded
2024/01/02 21:58:11 DEBUG : July-DD-0: Excluded
2024/01/02 21:58:11 DEBUG : TG: Excluded
2024/01/02 21:58:11 DEBUG : June-DD-24: Excluded
2024/01/02 21:58:11 DEBUG : NEWMFEW: Excluded
2024/01/02 21:58:11 DEBUG : NewFMay: Excluded
2024/01/02 21:58:11 DEBUG : NEW_DD_Happens: Excluded
2024/01/02 21:58:11 DEBUG : NEW-NEW-04-23: Excluded
2024/01/02 21:58:11 DEBUG : NDGNewTr: Excluded
2024/01/02 21:58:11 DEBUG : DRNEW-TR: Excluded
2024/01/02 21:58:11 DEBUG : G-Backup-NotImportant: Excluded
2024/01/02 21:58:11 DEBUG : New-DD-New-DD: Excluded
2024/01/02 21:58:11 DEBUG : New-DD-jan-23: Excluded
2024/01/02 21:58:11 DEBUG : New-D-jan-23: Excluded
2024/01/02 21:58:11 DEBUG : New-B-Jan: Excluded
2024/01/02 21:58:11 DEBUG : New-D-jan-jan: Excluded
2024/01/02 21:58:11 DEBUG : New-D-Jan: Excluded
2024/01/02 21:58:11 DEBUG : D-New-Jan: Excluded
2024/01/02 21:58:11 DEBUG : D-DRIVE: Excluded
2024/01/02 21:58:11 DEBUG : Newww-D: Excluded
2024/01/02 21:58:11 DEBUG : NEW-T: Excluded
2024/01/02 21:58:11 DEBUG : New-D: Excluded
2024/01/02 21:58:11 DEBUG : Rough-New: Excluded
2024/01/02 21:58:11 DEBUG : G1: Excluded
2024/01/02 21:58:11 DEBUG : ASU: Excluded
2024/01/02 21:58:11 DEBUG : Resume.pdf: Need to transfer - File not found at Destination
2024/01/02 21:58:11 DEBUG : favorites_2_9_21.html: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Alec/.inside: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Alec/.outside: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Alec/VID_35820102_011141_607.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Alec/recording_17112021_014820.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/.outside: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_04032022_233759.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Alec/recording_17112021_015448.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Alec/recording_17112021_020119.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_04032022_234200.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_05032022_000506.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/.outside: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_05122021_103820.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_05122021_103852.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_05122021_104935.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_05122021_105257.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_05122021_105303.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_05122021_105550.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_05122021_105840.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_05122021_110616.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_05122021_110739.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Aidan/.outside: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Aidan/recording_19112021_153924.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Aidan/recording_19112021_160602.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Aidan/recording_19112021_162031.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Aidan/recording_19112021_163602.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Aidan/recording_19112021_212311.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Aaron/.outside: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Aidan/recording_19112021_212637.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Aaron/recording_16062021_112319.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Aidan/recording_19112021_213304.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Aidan/recording_19112021_215657.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Aidan/recording_20112021_031201.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Aaron/recording_16062021_112513.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Aaron/recording_16062021_113134.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Aaron/recording_16062021_113410.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Aaron/recording_16062021_113846.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : 4ndrw/.outside: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : 4ndrw/recording_17032022_131252.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : 4ndrw/recording_17032022_132503.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : 4ndrw/recording_17032022_132909.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : 4ndrw/recording_17032022_133233.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : 4ndrw/recording_17032022_133823.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : 4ndrw/recording_17032022_134132.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : 4ndrw/recording_17032022_134605.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : 4ndrw/recording_17032022_134726.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : 4ndrw/recording_17032022_134933.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : 4ndrw/recording_17032022_135309.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/.outside: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_01032021_212657.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_01032021_213725.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_01032021_214322.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_01032021_215402.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_01032021_220327.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_01032021_220842.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_10022021_124139.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_10022021_125118.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_10022021_125510.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_10022021_125914.mp4: Need to transfer - File not found at Destination
2024/01/02 21:58:13 DEBUG : Ak/recording_10022021_130923.mp4: Need to transfer - File not found at Destination

Your log file does not show any problems.... It is busy listing source files.

It should start transferring at some stage.

@kapitainsky, there's a problem with the uploading for sure as when I try to run this command again, I get the following-

 rclone copy HAE: yandexunionc:Google --filter-from .\ex.txt --transfers 30 -P
2024/01/10 19:59:08 ERROR : 4ndrw/.outside: Failed to copy: [507 - DiskOwnerStorageQuotaExhaustedError] Owner of shared folder has exhausted storage quota. (У владельца общей папки недостаточно свободного места.)
2024/01/10 19:59:08 ERROR : 4ndrw/recording_17032022_131252.mp4: Failed to copy: [507 - DiskOwnerStorageQuotaExhaustedError] Owner of shared folder has exhausted storage quota. (У владельца общей папки недостаточно свободного места.)
2024/01/10 19:59:09 ERROR : 4ndrw/recording_17032022_133233.mp4: Failed to copy: [507 - DiskOwnerStorageQuotaExhaustedError] Owner of shared folder has exhausted storage quota. (У владельца общей папки недостаточно свободного места.)
2024/01/10 19:59:09 ERROR : 4ndrw/recording_17032022_133823.mp4: Failed to copy: [507 - DiskOwnerStorageQuotaExhaustedError] Owner of shared folder has exhausted storage quota. (У владельца общей папки недостаточно свободного места.)
2024/01/10 19:59:10 ERROR : 4ndrw/recording_17032022_132503.mp4: Failed to copy: [507 - DiskOwnerStorageQuotaExhaustedError] Owner of shared folder has exhausted storage quota. (У владельца общей папки недостаточно свободного места.)
2024/01/10 19:59:10 ERROR : 4ndrw/recording_17032022_132909.mp4: Failed to copy: [507 - DiskOwnerStorageQuotaExhaustedError] Owner of shared folder has exhausted storage quota. (У владельца общей папки недостаточно свободного места.)
2024/01/10 19:59:11 ERROR : 4ndrw/recording_17032022_134605.mp4: Failed to copy: [507 - DiskOwnerStorageQuotaExhaustedError] Owner of shared folder has exhausted storage quota. (У владельца общей папки недостаточно свободного места.)
2024/01/10 19:59:11 ERROR : 4ndrw/recording_17032022_134132.mp4: Failed to copy: [507 - DiskOwnerStorageQuotaExhaustedError] Owner of shared folder has exhausted storage quota. (У владельца общей папки недостаточно свободного места.)
2024/01/10 19:59:11 ERROR : Aaron/.outside: Failed to copy: [507 - DiskOwnerStorageQuotaExhaustedError] Owner of shared folder has exhausted storage quota. (У владельца общей папки недостаточно свободного места.)
2024/01/10 19:59:11 ERROR : 4ndrw/recording_17032022_135309.mp4: Failed to copy: [507 - DiskOwnerStorageQuotaExhaustedError] Owner of shared folder has exhausted storage quota. (У владельца общей папки недостаточно свободного места.)
2024/01/10 19:59:11 ERROR : 4ndrw/recording_17032022_134726.mp4: Failed to copy: [507 - DiskOwnerStorageQuotaExhaustedError] Owner of shared folder has exhausted storage quota. (У владельца общей папки недостаточно свободного места.)
2024/01/10 19:59:12 ERROR : Aaron/recording_16062021_113846.mp4: Failed to copy: [507 - DiskOwnerStorageQuotaExhaustedError] Owner of shared folder has exhausted storage quota. (У владельца общей папки недостаточно свободного места.)
2024/01/10 19:59:13 ERROR : Aaron/recording_16062021_113410.mp4: Failed to copy: [507 - DiskOwnerStorageQuotaExhaustedError] Owner of shared folder has exhausted storage quota. (У владельца общей папки недостаточно свободного места.)
2024/01/10 19:59:13 ERROR : AKK/recording_01032021_212657.mp4: Failed to copy: [507 - DiskOwnerStorageQuotaExhaustedError] Owner of shared folder has exhausted storage quota. (У владельца общей папки недостаточно свободного места.)
2024/01/10 19:59:13 ERROR : AKK/.outside: Failed to copy: [507 - DiskOwnerStorageQuotaExhaustedError] Owner of shared folder has exhausted storage quota. (У владельца общей папки недостаточно свободного места.)
2024/01/10 19:59:14 ERROR : Aaron/recording_16062021_112319.mp4: Failed to copy: [507 - DiskOwnerStorageQuotaExhaustedError] Owner of shared folder has exhausted storage quota. (У владельца общей папки недостаточно свободного места.)
2024/01/10 19:59:14 ERROR : Aaron/recording_16062021_113134.mp4: Failed to copy: [507 - DiskOwnerStorageQuotaExhaustedError] Owner of shared folder has exhausted storage quota. (У владельца общей папки недостаточно свободного места.)
2024/01/10 19:59:14 ERROR : AKK/recording_01032021_213725.mp4: Failed to copy: [507 - DiskOwnerStorageQuotaExhaustedError] Owner of shared folder has exhausted storage quota. (У владельца общей папки недостаточно свободного места.)
2024/01/10 19:59:15 ERROR : AKK/recording_10022021_125510.mp4: Failed to copy: [507 - DiskOwnerStorageQuotaExhaustedError] Owner of shared folder has exhausted storage quota. (У владельца общей папки недостаточно свободного места.)
Transferred:      150.388 MiB / 126.119 GiB, 0%, 5.990 MiB/s, ETA 5h58m53s
Errors:                19 (retrying may help)
Transferred:           28 / 5969, 0%
Elapsed time:        33.1s
Transferring:
 *            Alec/recording_17112021_015448.mp4: transferring
 *    AKK/recording_05122021_103852.mp4: 81% /2.468Mi, 104.260Ki/s, 4s
 *    AKK/recording_05122021_105840.mp4: transferring
 *   AKK/recording_05032022_000506.mp4: 41% /2.052Mi, 85.352Ki/s, 14s
 *           4ndrw/recording_17032022_134933.mp4:  0% /16.952Mi, 0/s, -
 *           Aaron/recording_16062021_112513.mp4:  0% /10.024Mi, 0/s, -
 *     AKK/recording_01032021_214322.mp4: transferring
 *     AKK/recording_01032021_215402.mp4:  0% /31.882Mi, 0/s, -
 *     AKK/recording_01032021_220327.mp4: transferring
 *     AKK/recording_01032021_220842.mp4:  0% /10.834Mi, 0/s, -
 *     AKK/recording_10022021_124139.mp4:  0% /3.888Mi, 0/s, -
 *     AKK/recording_10022021_125118.mp4:  0% /3.095Mi, 0/s, -
 *     AKK/recording_10022021_125510.mp4:  0% /3.099Mi, 0/s, -
 *     AKK/recording_10022021_125914.mp4:  0% /4.719Mi, 0/s, -
 *     AKK/recording_10022021_130923.mp4:  0% /4.327Mi, 0/s, -
 *     AKK/recording_11022021_003744.mp4:  0% /3.068Mi, 0/s, -
 *     AKK/recording_11022021_004719.mp4:  0% /2.671Mi, 0/s, -
 *     AKK/recording_11022021_013607.mp4:  0% /3.306Mi, 0/s, -
 *     AKK/recording_11022021_014038.mp4: transferring
 *     AKK/recording_11022021_100051.mp4:  0% /5.308Mi, 0/s, -
 *     AKK/recording_11022021_113159.mp4:  0% /3.670Mi, 0/s, -
 *     AKK/recording_11022021_120655.mp4:  0% /2.918Mi, 0/s, -
 *     AKK/recording_11022021_121120.mp4: transferring
 *     AKK/recording_11022021_121251.mp4: transferring
 *     AKK/recording_11022021_121518.mp4: transferring
 *     AKK/recording_11022021_121548.mp4: transferring
 *     AKK/recording_11022021_121824.mp4: transferring
 *     AKK/recording_11022021_121915.mp4: transferring
 *     AKK/recording_11022021_122033.mp4: transferring
 *     AKK/recording_11022021_122155.mp4: transferring

But looking at the quota, I get-

PS C:\Users\user\Downloads> rclone about yandexunion:
Total:   8.039 TiB
Used:    397.675 GiB
Free:    7.651 TiB

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