Rclone move after x days and more

What is the problem you are having with rclone?

Im trying to move only movies and subtitle files that is 3 day or older and then remove the folders and leftover files. I know that som of my command is right bu i need help adding or if it is in wrong order.
I have made an file called rclone-filter.txt with the following:

  • *.mkv
  • *.avi
  • *.mp4
  • *.srt
  • *.suub
  • *.idx
  • sample.mkv
  • sample.mp4
  • sample.avi
  • .r
    I asked here before but it looks like my question was removed?

What is your rclone version (output from rclone version)

rclone v1.55.0

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Debian

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)

Paste command here

rclone move ls --min-age 3d -v --filter --rmdirs -purge /home/xxx/files/Downloaded/Sbits-TV/ xxx:/tv/ --min-size 100M

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

well i solvet with the amazing tool Filebot.
Thanks rednoah at filebot forum for quick reply and help!

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