Describe the bug
I am using rclone sync on a CronJob (in Kubernetes) to automate backing up my R4iLS flashcart's SD card.
I have successfully done the same for my N3DSXL's internal SD, but on my DS Lite with R4iLS, rclone gets a "425 Failed to establish connection" response from the DS after the rclone sync runs for a while.
To Reproduce
Steps to reproduce the behavior:
- Run
rclone sync ds: /data/ds
- Let it run
- After a few of its FTP operations, the 425 error starts to appear.
Expected behavior
No errors and successful transfers.
Screenshots
Sample rclone log
{"time":"2025-07-09T06:14:04.137278742+08:00","level":"error","msg":"Failed to copy: failed to open source object: open: 425 Failed to establish connection","object":"roms/nds/Need for Speed Carbon - Own the City (USA) (En,Fr,De,Es,It) old.sav","objectType":"*ftp.Object","source":"operations/copy.go:336"}
Platform (please complete the following information):
- System [e.g. 3DS]: DS Lite
- System version [e.g. 11.13.0-45]: Twilight Menu 27.15.0
- Launch method [e.g. rosalina 2.0.0]: Both R4iLS kernel and nds-bootstrap 2.6.0
- Type [e.g. 3dsx]: nds
- Classic? [Yes/No]: Yes
Additional context
Here's a link to my rclone Kubernetes deployment if you can understand it and it helps haha https://github.com/JJGadgets/Biohazard/blob/4272a100f68358a74a45c48c404ae8c6698b8849/kube/deploy/apps/rclone-retro/app/hr.yaml#L113-L129
Describe the bug
I am using
rclone syncon a CronJob (in Kubernetes) to automate backing up my R4iLS flashcart's SD card.I have successfully done the same for my N3DSXL's internal SD, but on my DS Lite with R4iLS, rclone gets a "425 Failed to establish connection" response from the DS after the
rclone syncruns for a while.To Reproduce
Steps to reproduce the behavior:
rclone sync ds: /data/dsExpected behavior
No errors and successful transfers.
Screenshots
Sample rclone log
{"time":"2025-07-09T06:14:04.137278742+08:00","level":"error","msg":"Failed to copy: failed to open source object: open: 425 Failed to establish connection","object":"roms/nds/Need for Speed Carbon - Own the City (USA) (En,Fr,De,Es,It) old.sav","objectType":"*ftp.Object","source":"operations/copy.go:336"}Platform (please complete the following information):
Additional context
Here's a link to my rclone Kubernetes deployment if you can understand it and it helps haha https://github.com/JJGadgets/Biohazard/blob/4272a100f68358a74a45c48c404ae8c6698b8849/kube/deploy/apps/rclone-retro/app/hr.yaml#L113-L129