WP Manifestindependent plugin directory
manifest / updates / wp-telegram-backup

WP Telegram Backup

WP Telegram Backup is a WordPress plugin that allows you to backup your WordPress site and upload the backup to Telegram.

by groundcat · github.com/groundcat/wp-telegram-backup · website

2stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/groundcat/wp-telegram-backup/archive/refs/heads/main.zip

From the readme

WP Telegram Backup WP Telegram Backup is a WordPress plugin that allows you to backup your WordPress site and upload the backup to Telegram. The plugin creates a database dump and a compressed archive of your WordPress files, splits the archive into 49MB chunks, and uploads the backup parts to Telegram. Security Risks Using this plugin comes with security risks. By uploading your WordPress backup to Telegram, you are exposing your data to a third-party service that may not provide adequate security measures. Additionally, if your Telegram API token and chat ID are compromised, an attacker could potentially access your WordPress backup. It is your responsibility to assess these risks and use this plugin at your own discretion. A to-do item is to add support for PGP encryption in a future version of the plugin. Installation 1. Upload the wp-telegram-backup folder to the /wp-content/plugins/ directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Go to the 'Tools' menu and configure your Telegram API token and chat ID. Usage To backup your WordPress site and upload the backup to Telegram, simply call the wptelegrambackup function. You can call this functio

Read the full README on GitHub →