This should be something like what you wanted
rclone copy s3:bucket/folder1/folder2 destinationFolder --include "PK_System_*_*.zip"
Add --dry-run
to see what rclone would copy first.
This should be something like what you wanted
rclone copy s3:bucket/folder1/folder2 destinationFolder --include "PK_System_*_*.zip"
Add --dry-run
to see what rclone would copy first.