Rclone mount with fast refresh rate

What is the problem you are having with rclone?

Not a problem. Just a usage question. I'm configuring a special rclone mount just for my watch directory. The mount should allow me to have a fast directory refresh time and the lowest memory footprint possible. I'm currently using docker and the container is using 22 MB (which is ok).

I'd like suggestions about the command I should use to meet my needs. The one that's currently setup is not working that well, files that are deleted keep showing up in the mount (but not in the google drive webapp)

Run the command 'rclone version' and share the full output of the command.

rclone/rclone:1.60

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

Google Drive

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

mount gdrive:/downloads/watch /mnt/gdrive --config=/config/rclone/rclone_mount.conf --allow-other --gid ${PGID} --uid ${PUID} --buffer-size 0M --log-level ${LOG_LEVEL} --stats-log-level DEBUG --use-mmap --poll-interval 10s --dir-cache-time 72h --checkers=1 --transfers=1

hi,
--- where are the files being deleted from?
--- need to post a rclone debug log of the problem.

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