welcome to the forum,
sftp,webdav,local and smb, do not support polling, otherwise known as ChangeNotify
and you can see that for yourself, in the log
INFO : sftp://redacted.your-storagebox.de:23/: poll-interval is not supported by this remote
the mount will update after a period of time as per
--dir-cache-time duration Time to cache directory entries for (default 5m0s)
or force a refresh using a command such as
rclone rc vfs/refresh recursive=true
here we can see sftp does not support polling, does not support ChangeNotify
rclone backend features hetznersbox01_sftp:
{
"Name": "hetznersbox01_sftp",
"Root": "",
"String": "sftp://redacted.your-storagebox.de:23/",
"Precision": 1000000000,
"Hashes": [
"md5",
"sha1"
],
"Features": {
"About": true,
"BucketBased": false,
"BucketBasedRootOK": false,
"CanHaveEmptyDirectories": true,
"CaseInsensitive": false,
"ChangeNotify": false,
here we can see webdav does not support polling
rclone backend features hetznersbox01_webdav:
{
"Name": "hetznersbox01_webdav",
"Root": "",
"String": "webdav root ''",
"Precision": 1000000000,
"Hashes": [
"sha1"
],
"Features": {
"About": true,
"BucketBased": false,
"BucketBasedRootOK": false,
"CanHaveEmptyDirectories": true,
"CaseInsensitive": false,
"ChangeNotify": false,