Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. Cubby
  3. Cubby with rclone: "Failed to copy: unchunked simple update failed: Method Not Allowed: 405 Method Not Allowed"

Cubby with rclone: "Failed to copy: unchunked simple update failed: Method Not Allowed: 405 Method Not Allowed"

Scheduled Pinned Locked Moved Solved Cubby
5 Posts 2 Posters 35 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • necrevistonnezrN Offline
    necrevistonnezrN Offline
    necrevistonnezr
    wrote last edited by
    #1

    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 Allowed
    

    Cubby 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' ] +1ms
    

    rclone 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
    
    1 Reply Last reply
    1
    • nebulonN Offline
      nebulonN Offline
      nebulon
      Staff
      wrote last edited by
      #2

      There were recent fixes in webdav to be more compatible with windows, but that isn't released yet. Will see if this is already fixed and then cut a cubby release.

      1 Reply Last reply
      2
      • nebulonN Offline
        nebulonN Offline
        nebulon
        Staff
        wrote last edited by
        #3

        This should be fixed with latest package release

        1 Reply Last reply
        2
        • nebulonN nebulon marked this topic as a question
        • nebulonN nebulon has marked this topic as solved
        • necrevistonnezrN Offline
          necrevistonnezrN Offline
          necrevistonnezr
          wrote last edited by necrevistonnezr
          #4

          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 +0ms
          

          Something changed as it used to work two weeks ago.

          1 Reply Last reply
          1
          • nebulonN Offline
            nebulonN Offline
            nebulon
            Staff
            wrote last edited by
            #5

            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?

            1 Reply Last reply
            1

            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
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Bookmarks
            • Search