Way to move ACD trash files with rclone?

An app has accidentally deleted some of my files in ACD and they are among the 2 millions of files in my trash folder, so manually compare and restore is not an option. So my goal is to move all those trashed files first since ACD will permanently delete them after 30 days.

I’ve seen rclone move has a “–drive-trashed-only” flag and I thought it could move the files in my ACD trash but it didn’t seem to do the job. I tried using this command:

$ rclone move acd: gdrive:movedFromACDTrash/ --drive-trashed-only --dry-run --transfers 50 --checkers 75 --stats 1s -v

So is this possible?

Not at the moment, sorry :frowning:

1 Like