Tdrive does not update files

What is the problem you are having with rclone?

The modified files are not being reflected in the assembly.
Example: I rename a subtitle by the browser or Raidrive that was originally movie.srt to movie.pt.srt and delete the file movie.nfo from the folder. When I go to the assembly and run an LS to verify, I find the file still in the folder and two captions, the original and the renamed one, as if it had made a backup.
These files stay there until I restart the service.

NOTE: If I take the subtitle and rename it again to .srt or pt-br.srt it will be reflected on the disk, just like any test file creation.

I have no idea what this might be.

What is your rclone version (output from rclone version)

rclone v1.53.2

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

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

Ubuntu Server 18.04

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

Google Drive / Team Drive

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

[Service]
Type=notify
EnvironmentFile=/opt/appdata/plexguide/rclone.env
ExecStart=/usr/bin/rclone mount tdrive: /mnt/tdrive
--config=/opt/appdata/plexguide/rclone.conf
--log-file=/var/plexguide/logs/rclone-tdrive.log
--log-level INFO
--uid=1000 --gid=1000 --umask=002
--allow-other
--dir-cache-time 24h
--tpslimit 10
--user-agent HoltzFlix
--drive-skip-gdocs
--poll-interval 60s
--vfs-cache-mode full
--cache-dir=/mnt/cache
--vfs-cache-max-age 720h
--vfs-cache-max-size 100G
--vfs-read-chunk-size 16M
--buffer-size=8M
--use-mmap
--vfs-case-insensitive
ExecStop=/bin/fusermount -uz /mnt/tdrive > /dev/null
TimeoutSec=60
User=0
Group=0
Paste command here





#### A log from the command with the `-vv` flag  

2020/11/17 17:47:04 INFO  : vfs cache: cleaned: objects 13245 (was 13245) in use 1, to upload 0, uploading 0, total size 11.453G (was 11.453G)
2020/11/17 17:47:11 INFO  : Lançamentos/Os Espetaculares (2020)/Os Espetaculares (2020) - 1080p.mp4: Moved (server side)
2020/11/17 17:47:11 INFO  : Lançamentos/Os Espetaculares (2020)/Os Espetaculares (2020) - 1080p.mp4: vfs cache: renamed in cache to "Lançamentos/Os Espetaculares (2020)/Os Espetaculares (2020).mp4"
2020/11/17 17:47:13 INFO  : Lançamentos/Os Espetaculares (2020)/movie.nfo: Moved (server side)
2020/11/17 17:47:13 INFO  : Lançamentos/Os Espetaculares (2020)/movie.nfo: vfs cache: renamed in cache to "Lançamentos/Os Espetaculares (2020)/Os Espetaculares (2020).nfo"
2020/11/17 17:47:19 INFO  : Lançamentos/Os Espetaculares (2020)/Os Espetaculares (2020) - 1080p.pob.srt: Moved (server side)
2020/11/17 17:48:04 INFO  : vfs cache: cleaned: objects 13246 (was 13246) in use 1, to upload 0, uploading 0, total size 11.527G (was 11.527G)
2020/11/17 17:49:04 INFO  : vfs cache: cleaned: objects 13246 (was 13246) in use 1, to upload 0, uploading 0, total size 11.591G (was 11.591G)
2020/11/17 17:50:04 INFO  : vfs cache: cleaned: objects 13253 (was 13253) in use 1, to upload 0, uploading 0, total size 11.658G (was 11.658G)
2020/11/17 17:51:04 INFO  : vfs cache: cleaned: objects 13253 (was 13253) in use 1, to upload 0, uploading 0, total size 11.713G (was 11.713G)
2020/11/17 17:52:04 INFO  : vfs cache: cleaned: objects 13254 (was 13254) in use 1, to upload 0, uploading 0, total size 11.772G (was 11.772G)

 ![image|681x220](upload://eIaCderrfrSE8RnzGptzRk5LFt2.png) 

I just did a test creating a new file by raidrive in the folder and in the assembly it was recognized but the caption is still there, the "two"

![image|681x220](upload://eIaCderrfrSE8RnzGptzRk5LFt2.png) ![image|690x63](upload://vaaSoETizayhmq2o9wQBc6xBIcw.jpeg) ![image|690x225](upload://LtWzdKI9xoARLca2vehzwrUN5L.png)

That's this issue:

I think this is probably solved in the latest beta by this issue: https://github.com/rclone/rclone/issues/4446

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