Pudding Package Backup

Description

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

Installation

  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