Cubby with rclone: "Failed to copy: unchunked simple update failed: Method Not Allowed: 405 Method Not Allowed"
-
I'm trying to sync a local folder to Cubby WebDAV via rclone 1.73.2 (current)
I'm getting these errors in rclone:
2026/03/11 14:56:49 ERROR : - Dictionaries/de Castro - Portuguese-English Dictionary of Law and Economics (2013).pdf: Failed to copy: unchunked simple update failed: Method Not Allowed: 405 Method Not Allowed 2026/03/11 14:56:49 ERROR : Memos/Internet und E-Mail Nutzung (3 Aufl 2021).rtf: Failed to copy: unchunked simple update failed: Method Not Allowed: 405 Method Not AllowedCubby log of the corresponding action:
Mar 11 14:56:47 cubby:users webdavLogin: user +223ms Mar 11 14:56:47 cubby:webdav auth: webdavLogin result=ok +75ms Mar 11 14:56:47 cubby:webdav request: authenticated as user, handling MKCOL +0ms Mar 11 14:56:47 cubby:webdav request: PUT /webdav/user/%2D%20Dictionaries/de%20Castro%20%2D%20Portuguese%2DEnglish%20Dictionary%20of%20Law%20and%20Economics%20%282013%29%2Epdf +188ms Mar 11 14:56:47 cubby:webdav request: parsed username=user segments=[ '- Dictionaries', 'de Castro - Portuguese-English Dictionary of Law and Economics (2013).pdf' ] +1msrclone call in script:
for PAIR in "${SYNC_PAIRS[@]}"; do LOCAL_DIR="${PAIR%%:*}" REMOTE_DIR="${PAIR##*:}" if [ ! -d "$LOCAL_DIR" ]; then echo "⚠ Überspringe (nicht gefunden): $LOCAL_DIR" continue fi echo "► Sync: $LOCAL_DIR → $REMOTE_DIR" "$SCRIPT_DIR/rclone" sync "$LOCAL_DIR" "secure:$REMOTE_DIR" \ --config="$RCLONE_CONFIG" \ --progress \ --interactive \ --transfers 4 \ --checkers 8 \ --no-check-certificate \ --user-agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36" \ --retries 3 \ --low-level-retries 10 \ --stats 1s \ --stats-one-line if [ $? -ne 0 ]; then OVERALL_STATUS=1 echo "✗ Fehler bei: $LOCAL_DIR" else echo "✓ Erfolgreich: $LOCAL_DIR" fi echo "" done -
N nebulon marked this topic as a question
-
N nebulon has marked this topic as solved
-
No change
rclone log:
rclone: copy "._Literatur_Suchindex.log"? y) Yes, this is OK (default) n) No, skip this s) Skip all copy operations with no more questions !) Do all copy operations with no more questions q) Exit rclone now. y/n/s/!/q> y 2026/03/12 15:54:23 ERROR : ._Literatur_Suchindex.log: Failed to copy: unchunked simple update failed: Method Not Allowed: 405 Method Not Allowed 1.532 MiB / 3.380 GiB, 0%, 364 B/s, ETA 16w3d2h (xfr#0/978)Cubby log:
Mar 12 15:54:23 cubby:users webdavLogin: kdj +1s Mar 12 15:54:23 cubby:webdav auth: webdavLogin result=ok +63ms Mar 12 15:54:23 cubby:webdav request: authenticated as kdj, handling DELETE +1ms Mar 12 15:54:39 cubby:webdav request: MKCOL /webdav/kdj/Literatur/ +16s Mar 12 15:54:39 cubby:webdav request: parsed username=kdj segments=[ 'Literatur' ] +0ms Mar 12 15:54:39 cubby:webdav auth: attempting login for user=kdj +0ms Mar 12 15:54:39 cubby:users webdavLogin: kdj +16s Mar 12 15:54:39 cubby:webdav auth: webdavLogin result=ok +84ms Mar 12 15:54:39 cubby:webdav request: authenticated as kdj, handling MKCOL +0ms Mar 12 15:54:39 cubby:webdav request: PUT /webdav/kdj/Literatur/%2E%5FLiteratur%5FSuchindex%2Elog +24ms Mar 12 15:54:39 cubby:webdav request: parsed username=kdj segments=[ 'Literatur', '._Literatur_Suchindex.log' ] +0ms Mar 12 15:54:39 cubby:webdav auth: attempting login for user=kdj +0ms Mar 12 15:54:39 cubby:users webdavLogin: kdj +108ms Mar 12 15:54:39 cubby:webdav auth: webdavLogin result=ok +64ms Mar 12 15:54:39 cubby:webdav request: authenticated as kdj, handling PUT +0ms Mar 12 15:54:40 cubby:webdav request: DELETE /webdav/kdj/Literatur/%2E%5FLiteratur%5FSuchindex%2Elog +1s Mar 12 15:54:40 cubby:webdav request: parsed username=kdj segments=[ 'Literatur', '._Literatur_Suchindex.log' ] +0ms Mar 12 15:54:40 cubby:webdav auth: attempting login for user=kdj +0ms Mar 12 15:54:40 cubby:users webdavLogin: kdj +1s Mar 12 15:54:40 cubby:webdav auth: webdavLogin result=ok +73ms Mar 12 15:54:40 cubby:webdav request: authenticated as kdj, handling DELETE +0msSomething changed as it used to work two weeks ago.
-
I did sync a folder tree here with rclone also just fine, but I think maybe the issue is actually that cubby now has one extra folder structure in webdav. It used to only expose the users's home folder, but now Home is one folder next to Groupfolder and Shares. I can see that for example
MKCOL /webdav/kdj/Literatur/does not have /webdav/home/.... so maybe just the rclone config needs to be adjusted?
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login