How to sync Data on Google drive Less than 50 MB and excluding .exe and bat file

What is the problem you are having with rclone?

What is your rclone version (output from rclone version)

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

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

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

Paste command here
``` I am newbe to rclone using latest version and windows 8.1 pro is my os just wanted the help on How to sync Data on Google drive Less than 50 MB and excluding .exe and bat file


#### The rclone config contents with secrets removed.  
<!--  You should use 3 backticks to begin and end your paste to make it readable.   -->

Paste config here




#### A log from the command with the `-vv` flag  
<!-- You should use 3 backticks to begin and end your paste to make it readable.  Or use a service such as https://pastebin.com or https://gist.github.com/   -->

Paste log here

hello and welcome to the forum,

you can read about filtering here
https://rclone.org/filtering/

this command will list files that are

  • less than 50MB in size
    and
  • do not have file extensions .exe and bat.

rclone ls gdrive: --max-size=50MB --exclude={*.exe,*.bat}

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