Getting error connectex: No connection could be made because the target machine actively refused it

What is the problem you are having with rclone?

hello and thanks for rclone and for taking the time to help me
"ERROR : Couldn't move into backup dir: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-05-18T080554.vbk: dial tcp 38.27.106.19:443: connectex: No connection could be made because the target machine actively refused it."
I am getting this error whenever rclone tries to move a file from the main folder to the backup dir using flag --backup-dir. this seems to happen when the file to be moved is large like 65GB.
i am trying to figure out why this is happening, please advise me. thanks much
also,

What is your rclone version (output from rclone version)

1.48

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Windows 10 v1903, 64bit

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

wasabi

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

2019/08/16 18:56:02 DEBUG : rclone: Version "v1.48.0" starting with parameters ["C:\data\rclone\scripts\rclone.exe" "sync" "b:\veeam-en07\EN07\veeam-en07\EN07" "wasabi01:vserver03\veeam-en07\backup\" "--progress" "--stats=0" "--transfers" "1" "--backup-dir=wasabi01:vserver03\veeam-en07\archive\20190816_185559\" "--log-level" "DEBUG" "--log-file=C:\data\rclone\logs\veeam-en07\20190816_185559\veeam-en07_20190816_185559_rclone.log"]

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

ERROR : Couldn't move into backup dir: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-05-18T080554.vbk: dial tcp 38.27.106.19:443: connectex: No connection could be made because the target machine actively refused it.

thanks much,
david

Looks like you have a firewall issue or something blocking that connection out:

[felix@gemini ~]$ telnet 38.27.106.19 443
Trying 38.27.106.19...
Connected to 38.27.106.19.
Escape character is '^]'.
^]q

telnet> q
Connection closed.

thanks for the reply, but this is not a firewall issue, nothing is blocking the outbound connection.

for some reason, when using 'sync' with '--backup-dir', rclone does not seem to simple move the file from the main folder to the archive sub folder. both folders are in the same bucket.

there is a huge delay and the progress displays the following.
'Checking:

  • ABJ_HOMESERVER01_BOOKS.-06-30T100018_C269.vib: checking
    Transferring:RVER01_BOOKS.-07-30T100026_1C41.vib: checking
  • ABJ_HOMESERVER01_BOOKS.-06-30T100018_C269.vib: transferring
    "
    i am confused as why and for what reason rclone needs to check a file and not simple move the file from one folder to another subfolder inside the same bucket.
    if the file to be moved is large, like 65GB, the log is full of errors such as
    "2019/08/16 19:51:54 DEBUG : pacer: low level retry 1/10 (error RequestError: send request failed
    caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-05-18T080554.vbk: net/http: timeout awaiting response headers)"
    and
    "ERROR : EN072019-05-18T080554.vbk: Failed to copy: RequestError: send request failed
    caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-05-18T080554.vbk: dial tcp 38.27.106.19:443: connectex: No connection could be made because the target machine actively refused it."

Can you supply that?

hello Animosity022 and thanks much for your time,

note that files ending with extension .vbk are large files, 65GB and .vib files are small.
as per the log, the first time rclone tries to move a large .vbk file, the errors start.

here is the log

2019/08/16 18:56:02 DEBUG : rclone: Version "v1.48.0" starting with parameters ["C:\data\rclone\scripts\rclone.exe" "sync" "b:\veeam-en07\EN07\veeam-en07\EN07" "wasabi01:vserver03\veeam-en07\backup\" "--progress" "--stats=0" "--transfers" "1" "--backup-dir=wasabi01:vserver03\veeam-en07\archive\20190816_185559\" "--log-level" "DEBUG" "--log-file=C:\data\rclone\logs\veeam-en07\20190816_185559\veeam-en07_20190816_185559_rclone.log"]
2019/08/16 18:56:02 DEBUG : Using RCLONE_CONFIG_PASS password.
2019/08/16 18:56:02 DEBUG : Using config file from "C:\data\rclone\scripts\rclone.conf"
2019/08/16 18:56:02 INFO : S3 bucket vserver03 path veeam-en07/backup/: Waiting for checks to finish
2019/08/16 18:56:02 DEBUG : EN072019-06-01T104442.vbk: Size and modification time the same (differ by 0s, within tolerance 100ns)
2019/08/16 18:56:02 DEBUG : EN072019-06-01T104442.vbk: Unchanged skipping
2019/08/16 18:56:02 DEBUG : EN072019-05-09T073008.vbk: Size and modification time the same (differ by 0s, within tolerance 100ns)
2019/08/16 18:56:02 DEBUG : EN072019-05-09T073008.vbk: Unchanged skipping
2019/08/16 18:56:02 DEBUG : EN072019-07-13T115734.vbk: Size and modification time the same (differ by 0s, within tolerance 100ns)
2019/08/16 18:56:02 DEBUG : EN072019-07-13T115734.vbk: Unchanged skipping
2019/08/16 18:56:02 DEBUG : EN072019-07-27T110009.vbk: Size and modification time the same (differ by 0s, within tolerance 100ns)
2019/08/16 18:56:02 DEBUG : EN072019-07-27T110009.vbk: Unchanged skipping
2019/08/16 18:56:02 DEBUG : EN072019-07-29T103054.vib: Size and modification time the same (differ by 0s, within tolerance 100ns)
2019/08/16 18:56:02 DEBUG : EN072019-07-29T103054.vib: Unchanged skipping
2019/08/16 18:56:02 DEBUG : EN072019-07-28T103548.vib: Size and modification time the same (differ by 0s, within tolerance 100ns)
2019/08/16 18:56:02 DEBUG : EN072019-07-28T103548.vib: Unchanged skipping
2019/08/16 18:56:02 DEBUG : EN07.vbm: Size and modification time the same (differ by 0s, within tolerance 100ns)
2019/08/16 18:56:02 DEBUG : EN07.vbm: Unchanged skipping
2019/08/16 18:56:02 DEBUG : EN072019-07-30T130408.vib: Size and modification time the same (differ by 0s, within tolerance 100ns)
2019/08/16 18:56:02 DEBUG : EN072019-07-30T130408.vib: Unchanged skipping
2019/08/16 18:56:02 DEBUG : EN072019-08-01T092417.vib: Size and modification time the same (differ by 0s, within tolerance 100ns)
2019/08/16 18:56:02 DEBUG : EN072019-08-01T092417.vib: Unchanged skipping
2019/08/16 18:56:02 DEBUG : EN072019-07-31T114608.vib: Size and modification time the same (differ by 0s, within tolerance 100ns)
2019/08/16 18:56:02 DEBUG : EN072019-07-31T114608.vib: Unchanged skipping
2019/08/16 18:56:02 DEBUG : EN072019-08-03T085245.vbk: Size and modification time the same (differ by 0s, within tolerance 100ns)
2019/08/16 18:56:02 DEBUG : EN072019-08-03T085245.vbk: Unchanged skipping
2019/08/16 18:56:02 DEBUG : EN072019-08-01T130715.vbk: Size and modification time the same (differ by 0s, within tolerance 100ns)
2019/08/16 18:56:02 DEBUG : EN072019-08-01T130715.vbk: Unchanged skipping
2019/08/16 18:56:02 DEBUG : EN072019-08-04T115703.vib: Size and modification time the same (differ by 0s, within tolerance 100ns)
2019/08/16 18:56:02 DEBUG : EN072019-08-04T115703.vib: Unchanged skipping
2019/08/16 18:56:02 DEBUG : EN072019-08-06T095558.vib: Size and modification time the same (differ by 0s, within tolerance 100ns)
2019/08/16 18:56:02 DEBUG : EN072019-08-06T095558.vib: Unchanged skipping
2019/08/16 18:56:02 DEBUG : EN072019-08-05T105046.vib: Size and modification time the same (differ by 0s, within tolerance 100ns)
2019/08/16 18:56:02 DEBUG : EN072019-08-05T105046.vib: Unchanged skipping
2019/08/16 18:56:02 DEBUG : EN072019-08-07T092830.vib: Size and modification time the same (differ by 0s, within tolerance 100ns)
2019/08/16 18:56:02 DEBUG : EN072019-08-07T092830.vib: Unchanged skipping
2019/08/16 18:56:02 DEBUG : EN072019-08-08T150525.vib: Size and modification time the same (differ by 0s, within tolerance 100ns)
2019/08/16 18:56:02 DEBUG : EN072019-08-08T150525.vib: Unchanged skipping
2019/08/16 18:56:02 DEBUG : EN072019-08-11T103529.vbk: Size and modification time the same (differ by 0s, within tolerance 100ns)
2019/08/16 18:56:02 DEBUG : EN072019-08-11T103529.vbk: Unchanged skipping
2019/08/16 18:56:02 DEBUG : EN072019-08-12T135808.vib: Size and modification time the same (differ by 0s, within tolerance 100ns)
2019/08/16 18:56:02 DEBUG : EN072019-08-12T135808.vib: Unchanged skipping
2019/08/16 18:56:02 DEBUG : EN072019-08-14T150226.vib: Size and modification time the same (differ by 0s, within tolerance 100ns)
2019/08/16 18:56:02 DEBUG : EN072019-08-14T150226.vib: Unchanged skipping
2019/08/16 18:56:02 INFO : S3 bucket vserver03 path veeam-en07/backup/: Waiting for transfers to finish
2019/08/16 18:56:02 INFO : Waiting for deletions to finish
2019/08/16 19:51:54 DEBUG : pacer: low level retry 1/10 (error RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-05-18T080554.vbk: net/http: timeout awaiting response headers)
2019/08/16 19:51:54 DEBUG : pacer: Rate limited, increasing sleep to 10ms
2019/08/16 20:47:46 DEBUG : pacer: low level retry 2/10 (error RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-05-18T080554.vbk: net/http: timeout awaiting response headers)
2019/08/16 20:47:46 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2019/08/16 21:36:54 DEBUG : pacer: low level retry 3/10 (error RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-05-18T080554.vbk: read tcp 192.168.62.233:50390->38.27.106.21:443: i/o timeout)
2019/08/16 21:36:54 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2019/08/16 22:29:51 DEBUG : pacer: low level retry 4/10 (error RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-05-18T080554.vbk: net/http: timeout awaiting response headers)
2019/08/16 22:29:51 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2019/08/16 22:54:16 DEBUG : pacer: low level retry 5/10 (error SerializationError: failed to decode S3 XML error response
status code: 503, request id: , host id:
caused by: expected element type but have )
2019/08/16 22:54:16 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2019/08/16 23:06:54 DEBUG : pacer: low level retry 6/10 (error SerializationError: failed to decode S3 XML error response
status code: 503, request id: , host id:
caused by: expected element type but have )
2019/08/16 23:06:54 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2019/08/16 23:25:54 DEBUG : pacer: low level retry 7/10 (error RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-05-18T080554.vbk: net/http: timeout awaiting response headers)
2019/08/16 23:25:54 DEBUG : pacer: Rate limited, increasing sleep to 640ms
2019/08/16 23:40:21 DEBUG : pacer: low level retry 8/10 (error TemporarilyUnavailable: S3 service is temporarily not available. Please try again later.
status code: 503, request id: 08DE6D11DB8C0A35, host id: bwMmYozLKapD5vhr9wOr9qnNNOlQ1w3Caf+jaS32sijBTIbKsz8HvjDFizERp24qpbpiS+3P8BJM)
2019/08/16 23:40:21 DEBUG : pacer: Rate limited, increasing sleep to 1.28s
2019/08/16 23:45:36 DEBUG : pacer: Reducing sleep to 960ms
2019/08/16 23:45:36 ERROR : EN072019-05-18T080554.vbk: Failed to copy: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-05-18T080554.vbk: dial tcp 38.27.106.19:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:45:36 ERROR : EN072019-05-18T080554.vbk: Not deleting source as copy failed: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-05-18T080554.vbk: dial tcp 38.27.106.19:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:45:36 ERROR : EN072019-05-18T080554.vbk: Couldn't move into backup dir: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-05-18T080554.vbk: dial tcp 38.27.106.19:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:45:43 DEBUG : pacer: Reducing sleep to 720ms
2019/08/16 23:45:49 DEBUG : pacer: Reducing sleep to 540ms
2019/08/16 23:45:49 ERROR : EN072019-06-05T121810.vib: Failed to copy: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-06-05T121810.vib: dial tcp 38.27.106.19:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:45:49 ERROR : EN072019-06-05T121810.vib: Not deleting source as copy failed: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-06-05T121810.vib: dial tcp 38.27.106.19:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:45:49 ERROR : EN072019-06-05T121810.vib: Couldn't move into backup dir: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-06-05T121810.vib: dial tcp 38.27.106.19:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:45:55 DEBUG : pacer: Reducing sleep to 405ms
2019/08/16 23:46:02 DEBUG : pacer: Reducing sleep to 303.75ms
2019/08/16 23:46:02 ERROR : EN072019-06-08T182252.vbk: Failed to copy: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-06-08T182252.vbk: dial tcp 38.27.106.19:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:46:02 ERROR : EN072019-06-08T182252.vbk: Not deleting source as copy failed: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-06-08T182252.vbk: dial tcp 38.27.106.19:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:46:02 ERROR : EN072019-06-08T182252.vbk: Couldn't move into backup dir: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-06-08T182252.vbk: dial tcp 38.27.106.19:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:46:08 DEBUG : pacer: Reducing sleep to 227.8125ms
2019/08/16 23:46:14 DEBUG : pacer: Reducing sleep to 170.859375ms
2019/08/16 23:46:14 ERROR : EN072019-07-06T104343.vbk: Failed to copy: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-07-06T104343.vbk: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:46:14 ERROR : EN072019-07-06T104343.vbk: Not deleting source as copy failed: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-07-06T104343.vbk: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:46:14 ERROR : EN072019-07-06T104343.vbk: Couldn't move into backup dir: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-07-06T104343.vbk: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:46:21 DEBUG : pacer: Reducing sleep to 128.144531ms
2019/08/16 23:46:27 DEBUG : pacer: Reducing sleep to 96.108398ms
2019/08/16 23:46:27 ERROR : EN072019-08-02T110851.vib: Failed to copy: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-08-02T110851.vib: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:46:27 ERROR : EN072019-08-02T110851.vib: Not deleting source as copy failed: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-08-02T110851.vib: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:46:27 ERROR : EN072019-08-02T110851.vib: Couldn't move into backup dir: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-08-02T110851.vib: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:46:33 DEBUG : pacer: Reducing sleep to 72.081298ms
2019/08/16 23:46:40 DEBUG : pacer: Reducing sleep to 54.060973ms
2019/08/16 23:46:40 ERROR : EN072019-05-26T142602.vib: Failed to copy: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-05-26T142602.vib: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:46:40 ERROR : EN072019-05-26T142602.vib: Not deleting source as copy failed: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-05-26T142602.vib: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:46:40 ERROR : EN072019-05-26T142602.vib: Couldn't move into backup dir: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-05-26T142602.vib: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:46:46 DEBUG : pacer: Reducing sleep to 40.545729ms
2019/08/16 23:46:52 DEBUG : pacer: Reducing sleep to 30.409296ms
2019/08/16 23:46:52 ERROR : EN072019-06-29T112718.vbk: Failed to copy: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-06-29T112718.vbk: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:46:52 ERROR : EN072019-06-29T112718.vbk: Not deleting source as copy failed: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-06-29T112718.vbk: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:46:52 ERROR : EN072019-06-29T112718.vbk: Couldn't move into backup dir: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-06-29T112718.vbk: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:46:58 DEBUG : pacer: Reducing sleep to 22.806972ms
2019/08/16 23:47:05 DEBUG : pacer: Reducing sleep to 17.105229ms
2019/08/16 23:47:05 ERROR : EN072019-07-09T103730.vib: Failed to copy: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-07-09T103730.vib: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:47:05 ERROR : EN072019-07-09T103730.vib: Not deleting source as copy failed: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-07-09T103730.vib: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:47:05 ERROR : EN072019-07-09T103730.vib: Couldn't move into backup dir: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-07-09T103730.vib: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:47:11 DEBUG : pacer: Reducing sleep to 12.828921ms
2019/08/16 23:47:17 DEBUG : pacer: Reducing sleep to 0s
2019/08/16 23:47:17 ERROR : EN072019-07-20T105547.vbk: Failed to copy: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-07-20T105547.vbk: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:47:17 ERROR : EN072019-07-20T105547.vbk: Not deleting source as copy failed: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-07-20T105547.vbk: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:47:17 ERROR : EN072019-07-20T105547.vbk: Couldn't move into backup dir: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-07-20T105547.vbk: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:47:30 ERROR : EN072019-08-01T170455.vib: Failed to copy: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-08-01T170455.vib: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:47:30 ERROR : EN072019-08-01T170455.vib: Not deleting source as copy failed: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-08-01T170455.vib: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:47:30 ERROR : EN072019-08-01T170455.vib: Couldn't move into backup dir: RequestError: send request failed
caused by: Put https://s3.wasabisys.com/vserver03/veeam-en07/archive/20190816_185559/EN072019-08-01T170455.vib: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:47:30 ERROR : S3 bucket vserver03 path veeam-en07/backup/: not deleting directories as there were IO errors
2019/08/16 23:47:30 ERROR : Attempt 1/3 failed with 21 errors and: failed to delete 10 files
2019/08/16 23:47:43 ERROR : : error reading destination directory: RequestError: send request failed
caused by: Get https://s3.wasabisys.com/vserver03?delimiter=%2F&max-keys=1000&prefix=veeam-en07%2Fbackup%2F: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:47:43 INFO : S3 bucket vserver03 path veeam-en07/backup/: Waiting for checks to finish
2019/08/16 23:47:43 INFO : S3 bucket vserver03 path veeam-en07/backup/: Waiting for transfers to finish
2019/08/16 23:47:43 ERROR : S3 bucket vserver03 path veeam-en07/backup/: not deleting files as there were IO errors
2019/08/16 23:47:43 ERROR : S3 bucket vserver03 path veeam-en07/backup/: not deleting directories as there were IO errors
2019/08/16 23:47:43 ERROR : Attempt 2/3 failed with 2 errors and: not deleting files as there were IO errors
2019/08/16 23:47:49 ERROR : : error reading destination directory: RequestError: send request failed
caused by: Get https://s3.wasabisys.com/vserver03?delimiter=%2F&max-keys=1000&prefix=veeam-en07%2Fbackup%2F: dial tcp 38.27.106.21:443: connectex: No connection could be made because the target machine actively refused it.
2019/08/16 23:47:49 INFO : S3 bucket vserver03 path veeam-en07/backup/: Waiting for checks to finish
2019/08/16 23:47:49 INFO : S3 bucket vserver03 path veeam-en07/backup/: Waiting for transfers to finish
2019/08/16 23:47:49 ERROR : S3 bucket vserver03 path veeam-en07/backup/: not deleting files as there were IO errors
2019/08/16 23:47:49 ERROR : S3 bucket vserver03 path veeam-en07/backup/: not deleting directories as there were IO errors
2019/08/16 23:47:49 ERROR : Attempt 3/3 failed with 2 errors and: not deleting files as there were IO errors
2019/08/16 23:47:49 Failed to sync with 2 errors: last error was: not deleting files as there were IO errors

Animosity022, thanks for the help.

it seems that wasabi was/is having service issues.
as per wasabi tech support
" Hi there,
yesterday at this time, we had a Service Incident that would have precluded this command from being completed successfully. I believe that if you retry it today, you should see it operate correctly.
The Service Incident is visible on our status.wasabi.com page on which you may subscribe for updates.
Please let us know if you are now able to complete this."

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