WebTotem Backups

الوصف

WebTotem Backups – this plugin provides a set of tools for creating, managing, and restoring backups of your website. It is a reliable WordPress plugin designed for secure and fast recovery of your website’s stable version

Key features:

Backup Creation: WebTotem Backups allows you to easily create regular backups of your website.
You can choose what data to include in the backup, including the database, files, plugins, and themes.

Secure Restoration: WebTotem Backups provides an intuitive interface for safely and easily restoring your website from a backup.
You can restore the entire website.

Remote Storage: The plugin allows you to send your backups to remote storage via FTP or Google Drive.
This provides an additional layer of data loss protection. Backup to Dropbox and other file storage options will be available soon.

With WebTotem Backups, you can confidently focus on developing your website, knowing that your data is always protected and available for recovery when needed.”

External services

This plugin uses a number of external services to initiate payments. These are documented below with a link to the service’s Terms of Use.

Google Drive API
This plugin enables users to create backups and utilizes the Google API for remote backup storage.
The documentation for Google Drive API can be found at https://developers.google.com/drive/api/guides/about-sdk?hl=en,
Google API Services User Data Policy can be found at https://developers.google.com/terms/api-services-user-data-policy
This link is used for authorization with Google API https://www.googleapis.com.

Dropbox API
Also this plugin facilitates the creation of backups and leverages the Dropbox API for storing backups remotely.
The documentation for Dropbox API can be found at https://www.dropbox.com/developers/documentation/http/documentation,
Dropbox Privacy Policy can be found at https://www.dropbox.com/en/privacy
This link is used for authorization with Dropbox API https://api.dropboxapi.com.

Additionally, we use our resource for token generation https://wtotem.com/oauth/.

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“WebTotem Backups” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”WebTotem Backups“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

1.1.1

  • Code quality: resolved all Plugin Check warnings (input handling now goes through a single sanitizing accessor, GET parameters are used for navigation only, plugin-prefixed globals, documented direct database queries in the backup/restore engine).
  • Security: PHP execution time and memory limits are raised through the WordPress API only for the duration of a backup or restore step instead of ini_set().
  • Security: Restore no longer writes a copy of wp-login.php into the site root for the block-wp-login plugin, and no longer fires the wp_login action when re-authenticating the current administrator.
  • Fixed an undefined index notice when the backup upload request carries no file.
  • Activation page now shows a readable error when the license API is unavailable instead of a JavaScript exception from the payment form.

1.1.0

  • Security: Fixed an authenticated (Subscriber+) arbitrary file deletion in the backup delete AJAX action. Reported by Joao Ramos Maciel.
  • Security: Added capability and nonce checks to every AJAX action; none may now be invoked below Administrator level.
  • Security: Backup file operations no longer build filesystem paths from request input; paths are resolved and confined to the backup storage directory.
  • Security: Restore now treats archive contents as untrusted — extraction is confined against directory traversal and symlinks, wp-config.php and .htaccess are never restored from an archive, manifest-driven deletions are confined to the site, the restore session is no longer taken from the archive, and only expected table statements are executed from a dump.
  • Security: License/API requests now use the WordPress HTTP API with TLS verification and timeouts.
  • Security: Cloud storage authorization is protected against cross-site request forgery.
  • Security: Hardened output escaping across the admin interface.
  • Fixed broken scheduled events and several PHP 8 warnings.

1.0.2

  • Internal improvements

1.0.1

  • Added payment system
  • Internal improvements

1.0.0

  • Publishing the plugin