I have a problem with a cloud sync job via webdav to a Hetzner storage box.
It’s one of several such jobs and the only one that fails.
The error message is: [EFAULT] Checks: 356478 / 356478, 100%, Listed 983645 Transferred: 52 / 52, 100% Elapsed time: 21m34.7s 2025/12/07 00:21:39 NOTICE: Failed to sync with 152 errors: last error was: not deleting files as there were IO errors
The log show lot’s of those errors:
2025/12/07 22:20:13 ERROR : crowdsec/config/scenarios/CVE-2024-9474.yaml: Listing error: symlink: stat /mnt/ssd_mirror/mediastack_config/.zfs/snapshot/cloud_sync-4-20251207210534/crowdsec/config/scenarios/CVE-2024-9474.yaml: no such file or directory
2025/12/07 22:20:13 ERROR : crowdsec/config/scenarios/CVE-2022-40684.yaml: Listing error: symlink: stat /mnt/ssd_mirror/mediastack_config/.zfs/snapshot/cloud_sync-4-20251207210534/crowdsec/config/scenarios/CVE-2022-40684.yaml: no such file or directory
2025/12/07 22:20:13 ERROR : crowdsec/config/scenarios/spring4shell_cve-2022-22965.yaml: Listing error: symlink: stat /mnt/ssd_mirror/mediastack_config/.zfs/snapshot/cloud_sync-4-20251207210534/crowdsec/config/scenarios/spring4shell_cve-2022-22965.yaml: no such file or directory
They are all in the .zfs subdirectory although I exlcuded it after I spotted the error for the first time in the job logs.
Any ideas how to resolve this? I found no way to customize the rclone command run by the cloud sync jobs.