massedge / wordpress-plugin-export-media-library

WordPress plugin that allows users to export media library files as a compressed zip archive.
https://wordpress.org/plugins/export-media-library/
GNU General Public License v3.0
10 stars 4 forks source link

The number of downloaded images did not match the number of images in the library #41

Closed Mark-in-Motion closed 3 years ago

Mark-in-Motion commented 3 years ago

In the WordPress Media Library, you can see how many images are currently uploaded. Mine is 862 items. After using this plugin to export all images, the total images downloaded is only 667. I'm not sure what images are not downloaded or why it skipped it.

Are there any ways to resolve this?

Thanks!

andrejpavlovic commented 3 years ago

Try finding which images were not downloaded. Maybe the files are missing from the server.

Mark-in-Motion commented 3 years ago

I used Beyond Compare to compare folders that's been downloaded and the photos that are on the server. I realized that it did not downloaded the size variants - only the full size which is good. But there are also images on the server that are 0kb which it also did not downloaded.

So overall, the plugin actually downloaded the images that matter so that's great!