The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone mount teldrive:/ /media/6tb/teldrive --vfs-cache-mode full --allow-other --cache-dir /media/6tb/rclone-cache --bwlimit "10:00,5M 02:00,off" --low-level-retries 10 --retries -v
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[teldrive]
type = teldrive
access_token =
api_host =
chunk_size = 2000Mi
channel_id =
[gdrive]
type = drive
client_id =
client_secret =
scope = drive
team_drive =
token =
Hello, everyone! For a couple of months now, I've been testing the rclone mount --> teldrive setup. It's an amazing product, and I'd like to thank you for it.
There's just one thing I’d like to clarify: if I copy a large amount of data (e.g., 100GB) to the mounted folder, this data initially appears in the mounted folder as well as in the vts folder (I’m using full cache). However, it takes some time (a day or two) for this data to be physically uploaded to Telegram.
I’ve noticed that while the data is still in the cache and hasn’t been fully uploaded to Telegram, it eventually disappears from the mounted folder after some time and remains only in the vts folder.
Perhaps I don't fully understand the mechanics of the setup (mounted folder + vts cache). Could you please clarify whether this behavior is normal, or am I missing something?
Thank you in advance!