Exclude Image Thumbnails From UpdraftPlus Backups

説明

A small plugin to exclude WordPress generated image thumbnails from Updraft backups, saving space. The original, full-sized image is included in backups, so if a restoration from backup is needed, WP CLI or a plugin can be used to regenerate thumbnails using the original, full-size images.

Features:

  • Works for all image types and includes both native and custom image sizes added by themes and plugins.

インストール

This section describes how to install the plugin and get it working.

  1. Ensure UpdraftPlus Backup/Restore is installed and activated
  2. Upload the plugin to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ screen in WordPress

評価

2022年6月10日
I found the code in your plugin via a tip in the #sustainability channel of WP Slack, so I tested it on a website that wasn't able to do a full backup for over a year now (due to a bad host). By filtering the thumbnails out, I was finally successful in making a full backup again. For sustainability this should actually be an option in UpdraftPlus. Thank you for saving time and disk space!
2021年7月26日
I was attempting to reduce my sites backup sizes, to ease day to day administration, and from a sustainability perspective. All data transfers and hot storage uses energy - there is a carbon footprint to those backups. Excluding themes and plugins that I might as well get from WordPress.org in a rare restore situation, helped a lot. But those many WordPress image variants were a real eyesore. Even with a lean theme, there is at least 6 different variants/thumbnails of each image. Exclude Image Thumbnails From UpdraftPlus Backups did away with those images unnecessary in the backup, making it so much smaller, faster to backup and friendlier to the enviroment. Bonus tip: I chose to exclude all webp images from the backup as well. Those are in my case generated from the original jpg or png images, for even speedier load times. I would be able to re-generate those easily if restoring my site. Obviously you shouldn't exclude webp if you upload these manually to the media library... Highly recommended.
2021年5月6日
This is a great plugin. I always had Updraft complaining about resources, and lots of backups that failed partly or completely. Now it runs smoothly and without errors. The feaure this plugin adds to Updraft should be a standard feature of Updraft itself. It's a must have, simply as that. I was considering to stop using Updraft, although I use it on dozens of sites. But now I can continue using it. Thanks to this litle gem!
2021年3月10日
Literally a miracle. Was next to impossible to reliably create backups for one of my sites due to so many images. This plugin makes using Updraft possible. THANK YOU!
2020年12月15日
Didn't try to restore and recreate thumbnails but for now I'm happy with the space savings. Thanks!
11件のレビューをすべて表示

貢献者と開発者

Exclude Image Thumbnails From UpdraftPlus Backups はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Exclude Image Thumbnails From UpdraftPlus Backups” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0.3

  • IMPROVED – Support WebP and AVIF fieltypes, props @josklever.

1.0.2

  • IMPROVED – Regex update to prevent files with dimensions at the end of the file name from being filtered.

1.0.1

  • IMPROVED – Regex filtering.
  • FIXED – README content.

1.0.0

  • Initial release.