Question: Safe usage limits and best practices for large-scale personal storage (~3TB)
Hi, first of all thank you for building Teldrive — it's been working great for my use case.
I want to be transparent about how I'm using it and ask whether my current setup is within safe boundaries before I continue.
My current setup:
- Uploading manually via
rclone → Teldrive → Telegram (I personally run the rclone command each time, no automation or scripts)
- rclone is set to
--transfers 4 with 1GB chunk size
- Upload speed is approximately 5 MB/s total across all 4 parallel transfers
- This results in roughly ~10
upload.saveBigFilePart API requests per second
- Daily volume is irregular: sometimes 10GB, sometimes 25GB, sometimes 50GB — with rest days in between
- Upload times vary throughout the day with no fixed schedule
- Files are encrypted by Teldrive before being sent to Telegram
- All files go to a single private channel
- So far I've uploaded ~120GB in under a week
- Goal: ~3TB total
My concerns:
-
The README warns about instant bans and file deletion for misuse. Given my setup above, does my usage pattern fall within what you'd consider safe? Or is the 3TB total / ~10-50GB per day range something that has caused bans in your experience?
-
Is there a specific API call rate (requests/second) or daily volume threshold that you've observed triggering Telegram's flood limits or account restrictions with Teldrive?
-
Are there any specific rclone flags you'd recommend for safer usage at this scale (e.g. --tpslimit, --transfers adjustment)?
I'm not trying to push limits — I just want to store my personal files responsibly without risking losing everything. Any guidance from your experience would be really appreciated.
Thank you.
Question: Safe usage limits and best practices for large-scale personal storage (~3TB)
Hi, first of all thank you for building Teldrive — it's been working great for my use case.
I want to be transparent about how I'm using it and ask whether my current setup is within safe boundaries before I continue.
My current setup:
rclone→ Teldrive → Telegram (I personally run the rclone command each time, no automation or scripts)--transfers 4with 1GB chunk sizeupload.saveBigFilePartAPI requests per secondMy concerns:
The README warns about instant bans and file deletion for misuse. Given my setup above, does my usage pattern fall within what you'd consider safe? Or is the 3TB total / ~10-50GB per day range something that has caused bans in your experience?
Is there a specific API call rate (requests/second) or daily volume threshold that you've observed triggering Telegram's flood limits or account restrictions with Teldrive?
Are there any specific rclone flags you'd recommend for safer usage at this scale (e.g.
--tpslimit,--transfersadjustment)?I'm not trying to push limits — I just want to store my personal files responsibly without risking losing everything. Any guidance from your experience would be really appreciated.
Thank you.