Pudding Package Backup

Descripcion

Pudding Package Backup is a simple yet powerful tool that helps you create clean, versioned backups of your WordPress plugins and themes. Simply visit your WordPress Plugins page, click the « Backup » link next to any plugin, or open a theme in the Theme Browser and click the « Backup » button to instantly get a ZIP download with version information included in the filename. It automatically excludes development files and directories, ensuring you get only the essential files in your backup.

Key Features

✅ One-click backup from the plugins page and theme browser
✅ Automatically includes plugin/theme version in the backup filename
✅ Excludes development files and directories (node_modules, .git, etc.)
✅ Clean, simple interface
✅ No configuration needed
✅ Works with all WordPress plugins and themes

Use Cases

  • Creating clean backups before updates
  • Sharing plugins and themes with version information
  • Maintaining a version history of your plugins and themes
  • Quick backup of modified plugins or themes

Installacion

  1. Upload the platinaxe-pudding-package-backup folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to the Plugins page to see the new « Backup » link for each plugin
  4. Go to the Themes page, click on a theme to open its details, and use the « Backup » button

FAQ

What files are excluded from the backup?

The plugin automatically excludes common development directories like:
* node_modules
* .git
* And other development-related files

Where are the backup files stored?

Backup files are stored in the WordPress uploads directory under a ‘package-backups’ folder.

Can I customize which files are excluded?

Currently, the plugin excludes common development files by default. This ensures clean, production-ready backups.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Pudding Package Backup” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.1.0

  • Added theme backup functionality
  • Added « Backup » button to theme details modal
  • Changed backup storage folder from ‘plugin-backups’ to ‘package-backups’
  • Improved code organization and structure

1.0.1

  • General code cleanup

1.0.0

  • Initial release