Rclone copy command freezes pc while copying

What is the problem you are having with rclone?

  1. i am coping data from my pc to a remotely located synology nas drive. if by any means the synology nas powers off then still the copy command keeps running on pc and as the nas is powered off data does not move from pc to nas and the copy command keeps trying to copy data and in turn freezes or hangs the pc. Is there any way (a flag or parameter) which tells the rclone copy command to stop copying if destination becomes unreachable inbetween

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

rclone v1.68.1

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

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

fileshare on synology nas drive

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

Paste command here

rclone copy \sys-20\d\PLA \100.81.19.90\pltca\bkup-rclone\office\sys-20\otherdata/PLA -P

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

[PLTCA]
type = smb
host = XXX
user = XXX
pass = XXX

[crypt]
type = crypt
remote = \\192.168.1.93\BSAS-Testing\sample
password = XXX
password2 = XXX
### Double check the config for sensitive info before posting publicly

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

Paste  log here

welcome to the forum,

???


maybe test --timeout, --contimeout

is the issue specifc only to rclone? what happens with windows explorer, copy on the command line, fastcopy, etc...

only with rclone

that is an old version, can run rclone selfupdate


that should not happen from a simple file copy operation.
should test other copy tools

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