How to enable poll-interval support on selfhosted drive pool

What is the problem you are having with rclone?

my rclone mount (served via rclone serve sftp) does not support polling. I don't know if this is supported only on GDRIVE or there is any config option to enable this. The rclone command to serve is:
serve sftp localboxcrypt: --addr :22 --umask=002 --user rclone --pass test --log-level INFO --log-file /logs/serve-rclone-localbox.log"

What is your rclone version (output from rclone version)

I am using official rclone-docker image beta.
rclone v1.54.0-beta.4971.e45716cac

  • os/arch: linux/amd64
  • go version: go1.15.6

Which OS you are using and how many bits (eg Windows 7, 64 bit)

debian 10 - OMV

Which cloud storage system are you using? (eg Google Drive)

local drives (2 disks) merged in a pool with mergerfs and enabled as crypt-decypt local drive in rclone.

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone mount --allow-other --umask 002  --log-level INFO --log-file /logs/mount-rclone-localbox.log --rc --rc-addr :5572 --rc-no-auth --user-agent randomname localboxcrypt: /data

The rclone config contents with secrets removed.

[localboxcrypt]
type = crypt
password = ***
password2 = ***
remote = /mnt/localbox

A log from the command with the -vv flag

2020/12/17 20:18:54 INFO  : Encrypted drive 'localboxcrypt:': poll-interval is not supported by this remote

Correct, the SFTP backend does not support polling and there is no way to enable it.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.