What is the problem you are having with rclone?
- 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