Rclone sync in backround

I am attemtpting to download a large amounts of files through torrents I have limited space on my vps so i synced it to rclone. Is there a way I can dump 10 or fifteen torrent in qbittorent and when the torrents is finished have rclone automatically copy it to my remote and delete the file? Also I would like to not move the entire folder structure rather just a certain file type in the structure, in particular .mp4.

You can use rclone move to move the files to the cloud once downloaded. I'm not sure how you would script this wiht qbittorrent - maybe you can run a command when the download finished?

If you just want .mp4 files then use --include "*.mp4"

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