Is it possible to delete files from a folder by extension?

What is the problem you are having with rclone?

I wanted to delete images from a folder leaving other files like videos, zips and exe files untouched. Tried the command from this page but it doesn't seem to be working

What is your rclone version (output from rclone version)

rclone v1.50.2

  • os/arch: windows/amd64
  • go version: go1.13.4

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

Windows 10

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)

rclone delete gdrive:/mixedcontent --include '*.{jpg,png}' -P -v

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

Can you use dry-run and share the full command being run with the debug log with -vv on it?

So

rclone delete gdrive:/mixedcontent --include '*.{jpg,png}' -P -vv --dry-run

I ran the whole command on a test folder and this is what I came up with

D:\rclone>rclone delete gdrive:/mixedcontent --include '*.{jpg,png}' -P -vv --dry-run
2020/02/17 15:54:06 DEBUG : rclone: Version "v1.50.2" starting with parameters ["rclone" "delete" "gdrive:/mixedcontent" "--include" "'*.{jpg,png}'" "-P" "-vv" "--dry-run"]
2020/02/17 15:54:06 DEBUG : Using config file from "C:\\Users\\Frank\\.config\\rclone\\rclone.conf"
2020-02-17 15:54:08 INFO  : Waiting for deletions to finish
2020-02-17 15:54:09 DEBUG : 5.jpg: Excluded from sync (and deletion)
2020-02-17 15:54:09 DEBUG : 4.jpg: Excluded from sync (and deletion)
2020-02-17 15:54:09 DEBUG : 3.jpg: Excluded from sync (and deletion)
2020-02-17 15:54:09 DEBUG : 2.jpg: Excluded from sync (and deletion)
2020-02-17 15:54:09 DEBUG : 1.jpg: Excluded from sync (and deletion)
2020-02-17 15:54:09 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x01 - Fullmetal Alchemist.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:09 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x02 - The First Day.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:09 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x03 - City of Heresy.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:09 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x04 - An Alchemist's Anguish.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:09 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x05 - Rain of Sorrows.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:09 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x07 - Hidden Truths.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:09 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x06 - Road of Hope.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:09 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x08 - The Fifth Laboratory.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:09 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x09 - Created Feelings.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:09 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x10 - Separate Destinations.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:09 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x11 - Miracle at Rush Valley.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:09 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x12 - One is All, All is One.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:09 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x13 - Beasts of Dublith.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x14 - Those Who Lurk Underground.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x15 - Envoy from the East.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x16 - Footsteps of a Comrade-in-Arms.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x17 - Cold Flame.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x18 - The Arrogant Palm of a Small Human.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x19 - Death of the Undying.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x20 - Father Before the Grave.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x21 - Advance of the Fool.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x22 - Backs in the Distance.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x23 - Girl on the Battlefield.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x24 - Inside the Belly.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x25 - Doorway of Darkness.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x26 - Reunion.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x27 - Interlude Party.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x28 - Father.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x29 - Struggle of the Fool.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x30 - The Ishvalan War of Extermination.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x31 - The 520 Cenz Promise.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x33 - The Northern Wall of Briggs.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x32 - The Führer's Son.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x34 - Ice Queen.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x35 - The Shape of This Country.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x36 - Family Portrait.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x37 - The First Homunculus.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x38 - Conflict at Baschool.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x39 - Daydream.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x40 - Homunculus (The Dwarf in the Flask).mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x41 - The Abyss.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x42 - Signs of a Counteroffensive.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x43 - Bite of the Ant.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x44 - Revving at Full Throttle.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x46 - Looming Shadows.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x45 - The Promised Day.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x47 - Emissary of Darkness.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x48 - The Oath in the Tunnel.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x49 - Filial Affection.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x50 - Upheaval in Central.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x51 - The Immortal Legion.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x52 - Combined Strength.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x54 - Beyond the Inferno.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:10 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x53 - Flame of Vengeance.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:11 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x55 - The Adults' Way of Life.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:11 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x56 - The Return of the Führer.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:11 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x57 - Eternal Leave.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:11 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x58 - Sacrifices.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:11 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x59 - Lost Light.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:11 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x60 - Eye of Heaven, Gateway of Earth.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:11 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x62 - A Fierce Counterattack.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:11 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x61 - He Who Would Swallow God.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:11 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x63 - The Other Side of the Gateway.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:11 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x64 - Journey's End.mkv: Excluded from sync (and deletion)
2020-02-17 15:54:11 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/torrent.info.nfo: Excluded from sync (and deletion)
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 0
Checks:                 0 / 0, -
Transferred:            0 / 0, -
Elapsed time:          0s
2020/02/17 15:54:11 DEBUG : 5 go routines active
2020/02/17 15:54:11 DEBUG : rclone: Version "v1.50.2" finishing with parameters ["rclone" "delete" "gdrive:/mixedcontent" "--include" "'*.{jpg,png}'" "-P" "-vv" "--dry-run"]

However the command worked when I removed the quotation marks and ran it simply as

rclone delete gdrive:/mixedcontent --include *.{jpg,png} -P -v

where [1,2,3,4 & 5].jpg are my test images

D:\rclone>rclone delete gdrive:/mixedcontent --include *.{jpg,png} -P -vv --dry-run
2020/02/17 15:58:18 DEBUG : rclone: Version "v1.50.2" starting with parameters ["rclone" "delete" "gdrive:/mixedcontent" "--include" "*.{jpg,png}" "-P" "-vv" "--dry-run"]
2020/02/17 15:58:18 DEBUG : Using config file from "C:\\Users\\Frank\\.config\\rclone\\rclone.conf"
2020-02-17 15:58:20 INFO  : Waiting for deletions to finish
2020-02-17 15:58:21 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x01 - Fullmetal Alchemist.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:21 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x02 - The First Day.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:21 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x03 - City of Heresy.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:21 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x04 - An Alchemist's Anguish.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:21 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x05 - Rain of Sorrows.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:21 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x07 - Hidden Truths.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:21 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x06 - Road of Hope.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:21 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x08 - The Fifth Laboratory.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:21 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x09 - Created Feelings.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:21 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x10 - Separate Destinations.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x11 - Miracle at Rush Valley.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x12 - One is All, All is One.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x13 - Beasts of Dublith.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x14 - Those Who Lurk Underground.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x15 - Envoy from the East.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x16 - Footsteps of a Comrade-in-Arms.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x17 - Cold Flame.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x18 - The Arrogant Palm of a Small Human.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x19 - Death of the Undying.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x20 - Father Before the Grave.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x21 - Advance of the Fool.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x22 - Backs in the Distance.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x23 - Girl on the Battlefield.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x24 - Inside the Belly.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x25 - Doorway of Darkness.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x26 - Reunion.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x27 - Interlude Party.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x28 - Father.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x29 - Struggle of the Fool.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x30 - The Ishvalan War of Extermination.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x31 - The 520 Cenz Promise.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x33 - The Northern Wall of Briggs.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x32 - The Führer's Son.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x34 - Ice Queen.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x35 - The Shape of This Country.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x36 - Family Portrait.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x37 - The First Homunculus.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x38 - Conflict at Baschool.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x39 - Daydream.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x40 - Homunculus (The Dwarf in the Flask).mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x41 - The Abyss.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x42 - Signs of a Counteroffensive.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:22 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x43 - Bite of the Ant.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:23 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x44 - Revving at Full Throttle.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:23 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x46 - Looming Shadows.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:23 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x45 - The Promised Day.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:23 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x47 - Emissary of Darkness.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:23 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x48 - The Oath in the Tunnel.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:23 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x49 - Filial Affection.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:23 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x50 - Upheaval in Central.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:23 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x51 - The Immortal Legion.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:23 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x52 - Combined Strength.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:23 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x54 - Beyond the Inferno.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:23 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x53 - Flame of Vengeance.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:23 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x55 - The Adults' Way of Life.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:23 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x56 - The Return of the Führer.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:23 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x57 - Eternal Leave.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:23 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x58 - Sacrifices.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:23 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x59 - Lost Light.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:23 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x60 - Eye of Heaven, Gateway of Earth.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:23 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x62 - A Fierce Counterattack.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:23 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x61 - He Who Would Swallow God.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:23 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x63 - The Other Side of the Gateway.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:23 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/Fullmetal Alchemist Brotherhood - 1x64 - Journey's End.mkv: Excluded from sync (and deletion)
2020-02-17 15:58:23 DEBUG : [bonkai77] Fullmetal Alchemist Brotherhood [DUAL AUDIO][x265][HEVC][10bit] V2/torrent.info.nfo: Excluded from sync (and deletion)
2020-02-17 15:58:23 NOTICE: 4.jpg: Not deleting as --dry-run
2020-02-17 15:58:23 NOTICE: 1.jpg: Not deleting as --dry-run
2020-02-17 15:58:23 NOTICE: 2.jpg: Not deleting as --dry-run
2020-02-17 15:58:23 NOTICE: 5.jpg: Not deleting as --dry-run
2020-02-17 15:58:23 NOTICE: 3.jpg: Not deleting as --dry-run
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 0
Checks:                 5 / 5, 100%
Transferred:            0 / 0, -
Elapsed time:       200ms
2020/02/17 15:58:23 DEBUG : 5 go routines active
2020/02/17 15:58:23 DEBUG : rclone: Version "v1.50.2" finishing with parameters ["rclone" "delete" "gdrive:/mixedcontent" "--include" "*.{jpg,png}" "-P" "-vv" "--dry-run"]

I run the same thing in termux and it's the reverse. The one in quotes worked while the other one didn't :thinking:
Maybe it's something in the design of the code I suppose

Windows doesn't understand single quotes and it passed them direct to rclone - you can see that here

So use double quotes on Windows!

Thanks for the tip

Did you see single quotes in the docs somewhere? If so I should probably change them.

Fortunately I found they were all double quotes in the docs soon afterwards so I don't think anything needs changing. Also thanks for the program. It's quite handy whenever you need it :grinning:

1 Like

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