Internxt - WebDAV Limitations Are Breaking Backup Software (Missing COPY and PROPPATCH

This is general feedback to ANYONE wanting to use INTERNXT webdav. in short. they dont support two core features aka they do not have Webdav support.

you can read about it here.. basically DONT USE.. Fight for refund if you are just reading this after ordering.. Ive spend months trying but it wont work.

Internxt CLI’s WebDAV implementation lacks support for the COPY and PROPPATCH methods — and this is not a minor gap. It **breaks

compatibility with the vast majority of backup and sync tools**, making Internxt unsuitable as a reliable storage backend for anything beyond manual file uploads.


:collision: Impact

This issue disqualifies Internxt from being used in professional or automated backup workflows. The following tools are directly affected:

  • Duplicati – fails due to unsupported methods

  • Cyberduck / Mountain Duck – cannot move/sync files reliably

  • rclone – requires forced overrides to avoid method errors

  • Restic (via rclone) – degraded functionality

  • Kopia – only works in basic, non-incremental modes


:hammer_and_wrench: Technical Blockers

WebDAV Method Status Critical Role
COPY :cross_mark: Enables in-place duplication, versioning, efficient syncing
PROPPATCH :cross_mark: Enables timestamp and metadata preservation

These methods are not optional — they are foundational to how backup software manages file state, versioning, and metadata integrity.

I am not asking for support on this, just posting so I hope others read before like i did spending ALOT on lifetime 10TB that is now basically Junk.

1 Like

Thanks for the heads-up, Jack. Without COPY and PROPPATCH, Internxt’s WebDAV can’t work with most backup tools, so it’s basically unusable for automated syncing or backups.

1 Like

Rclone works fine with the copy command since the last update:

XXX@ubuntu:~/Documents/internxt/internxt-tests$ rclone copy test_folder_500mb/ internxt-test:/test_copy --transfers=1 --stats=5s --stats-one-line --no-check-certificate -vv
2025/11/24 10:39:18 DEBUG : rclone: Version "v1.60.1-DEV" starting with parameters ["rclone" "copy" "test_folder_500mb/" "internxt-test:/test_copy" "--transfers=1" "--stats=5s" "--stats-one-line" "--no-check-certificate" "-vv"]
2025/11/24 10:39:18 DEBUG : Creating backend with remote "test_folder_500mb/"
2025/11/24 10:39:18 DEBUG : Using config file from "/home/XXX/.config/rclone/rclone.conf"
2025/11/24 10:39:18 DEBUG : fs cache: renaming cache item "test_folder_500mb/" to be canonical "/home/XXX/Documents/internxt/internxt-tests/test_folder_500mb"
2025/11/24 10:39:18 DEBUG : Creating backend with remote "internxt-test:/test_copy"
2025/11/24 10:39:18 DEBUG : found headers:
2025/11/24 10:39:18 DEBUG : fs cache: renaming cache item "internxt-test:/test_copy" to be canonical "internxt-test:test_copy"
2025/11/24 10:39:18 DEBUG : webdav root 'test_copy': Waiting for checks to finish
2025/11/24 10:39:18 DEBUG : webdav root 'test_copy': Waiting for transfers to finish
2025/11/24 10:39:23 INFO : 1 MiB / 500 MiB, 0%, 256.230 KiB/s, ETA 33m14s (xfr#0/500)
2025/11/24 10:39:23 INFO : subdir_1/nested_1/file_1.dat: Copied (new)
2025/11/24 10:39:25 INFO : subdir_1/nested_1/file_10.dat: Copied (new)
2025/11/24 10:39:27 INFO : subdir_1/nested_1/file_2.dat: Copied (new)
2025/11/24 10:39:28 INFO : 4 MiB / 500 MiB, 1%, 341.337 KiB/s, ETA 24m47s (xfr#3/500)
2025/11/24 10:39:29 INFO : subdir_1/nested_1/file_3.dat: Copied (new)
2025/11/24 10:39:31 INFO : subdir_1/nested_1/file_4.dat: Copied (new)
2025/11/24 10:39:33 INFO : subdir_1/nested_1/file_5.dat: Copied (new)
2025/11/24 10:39:33 INFO : 6 MiB / 500 MiB, 1%, 438.863 KiB/s, ETA 19m12s (xfr#6/500)
2025/11/24 10:39:35 INFO : subdir_1/nested_1/file_6.dat: Copied (new)
2025/11/24 10:39:37 INFO : subdir_1/nested_1/file_7.dat: Copied (new)
2025/11/24 10:39:38 INFO : 9 MiB / 500 MiB, 2%, 425.400 KiB/s, ETA 19m41s (xfr#8/500)
2025/11/24 10:39:39 INFO : subdir_1/nested_2/file_1.dat: Copied (new)
2025/11/24 10:39:41 INFO : subdir_1/nested_2/file_10.dat: Copied (new)
2025/11/24 10:39:43 INFO : subdir_1/nested_2/file_2.dat: Copied (new)

welcome to the forum,

that is a many years old, custom compiled dev version of rclone from an out of date repository.
can rclone selfupdate