Put VFS uploads on a schedule

What is the problem you are having with rclone?

is it possible to only allow VFS cache uploads during certain times? Things i already tried:

  • BwLimit with Timetable: Can't reduce uploads to 0 (0 means unlimited, also it seems BwLimit limits bandwidth for general API communication)
  • Set Transfers to 0 via RC API (leads to weird VFS behaviour, dropping files after a few hours)

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

rclone v1.65.2

  • os/version: debian 11.9 (64 bit)
  • os/kernel: 6.2.16-20-bpo11-pve (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.21.6
  • go/linking: static
  • go/tags: none

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

Onedrive + Union

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

/usr/bin/rclone mount OnedriveUnion: /mnt/onedrive --vfs-cache-mode full --tpslimit 3 --tpslimit-burst 0 --bwlimit "02:00,20M:100M 08:00,0M:100M" --log-level INFO

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[OnedriveUnion]
type = union
upstreams = ONEDRIVE_TB: ONEDRIVE:
search_policy = all
action_policy = mfs
create_policy = mfs

[ONEDRIVE]
type = onedrive
region = global
token = XXX
drive_id = XXX
drive_type = business

[ONEDRIVE_TB]
type = onedrive
token = XXX
drive_id = XXX
drive_type = business

A log from the command that you were trying to run with the -vv flag

Paste  log here

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