STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
What is the problem you are having with rclone?
I am trying to mount a directory from my main server on my unRAID server using rclone (this config works on another one of my servers, but won't work on my unRAID server for some reason.
Run the command 'rclone version' and share the full output of the command.
rclone v1.65.0
- os/version: slackware 15.0+ (64 bit)
- os/kernel: 6.1.64-Unraid (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.21.4
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
SFT/SSH
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone mount --links --dir-cache-time 30s --allow-other --allow-non-empty --read-only ovhus:mounts/ezdrive /mnt/cache/plexified/mounts/ezdrive
The rclone config contents with secrets removed.
[ovhus]
type = sftp
host = **********************************
pass = **********************************
shell_type = unix
md5sum_command = md5sum
sha1sum_command = sha1sum
A log from the command with the -vv
flag
2023/12/29 09:34:03 DEBUG : rclone: Version "v1.65.0" starting with parameters ["rclone" "-vv" "mount" "--links" "--dir-cache-time" "30s" "--allow-other" "--allow-non-empty" "--read-only" "ovhus:mounts/ezdrive" "/mnt/cache/plexified/mounts/ezdrive"]
2023/12/29 09:34:03 DEBUG : Creating backend with remote "ovhus:mounts/ezdrive"
2023/12/29 09:34:03 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2023/12/29 09:34:06 DEBUG : pacer: low level retry 1/10 (error couldn't connect SSH: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none password], no supported methods remain)
2023/12/29 09:34:06 DEBUG : pacer: Rate limited, increasing sleep to 200ms
2023/12/29 09:34:10 DEBUG : pacer: low level retry 2/10 (error couldn't connect SSH: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none password], no supported methods remain)
2023/12/29 09:34:10 DEBUG : pacer: Rate limited, increasing sleep to 400ms
2023/12/29 09:34:16 DEBUG : pacer: low level retry 3/10 (error couldn't connect SSH: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none password], no supported methods remain)
2023/12/29 09:34:16 DEBUG : pacer: Rate limited, increasing sleep to 800ms