[wordpress插件] BountySite赏金网站

wordpress 插件 文章 2020-03-09 21:50 593 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

BountySite plugin allows BountySite users to manage their backups from within wordpress.

BountySite插件允许BountySite用户从wordpress中管理其备份。

This is done by making REST API to BountySite Backup API.

这是通过使REST API成为BountySite Backup API来完成的。

Before using plugin, API ACLs(whitelisting of IPs) have to configured on BountySite control panel for security purposes.

在使用插件之前,出于安全目的,必须在BountySite控制面板上配置API ACL(IP白名单)。

The plugin is useful post configuring backups on BountySite control panel.

该插件在BountySite控制面板上配置备份后非常有用。

BountySite uses FTP/SFTP/FTPS mode to transfer data, as configured within BountySite control panel.

BountySite使用BountySite控制面板中配置的FTP / SFTP / FTPS模式来传输数据。

To configure your website backup refer https://www.bountysite.com/wordpress.html#configure.

要配置您的网站备份,请访问https://www.bountysite.com/wordpress.html#configure。

BountySite plugin allows wordpress users to manage the following features:-

BountySite插件允许Wordpress用户管理以下功能:-

– Schedule Backup

–计划备份

– View Backup History of Code(web files) and database

–查看代码(Web文件)和数据库的备份历史记录

– View Website change history

–查看网站更改历史记录

– Schedule a restore

–安排还原

Usage

用法

a) Schedule Backup

a)计划备份

– From WordPress admin panel

–通过WordPress管理面板

– Menu : BountySite -> BountySite Backup History

–菜单:BountySite-> BountySite备份历史记录

– Top right side, button, named “RunBackupNow” to schedule a backup

–右上方的按钮名为“ RunBackupNow”,用于计划备份

– Code(web files) and database is shceduled for download via mode(FTP/SFTP/SFTP) configured in BountySite control panel

–通过在BountySite控制面板中配置的模式(FTP / SFTP / SFTP)来压缩代码(Web文件)和数据库以进行下载

– BountySite backup history page will confirm backup post completion of the backup process

– BountySite备份历史记录页面将在备份过程完成后确认备份

b) View Backup History of Code(web files) and database

b)查看代码(Web文件)和数据库的备份历史记录

– From WordPress admin panel

–通过WordPress管理面板

– Menu : BountySite -> BountySite Backup History

–菜单:BountySite-> BountySite备份历史记录

– Note the tabs named Code and Database

–注意名为“代码和数据库”的选项卡

– Tab Code shows web file backup history

– Tab代码显示Web文件备份历史记录

– Tab database show database file backup history

–选项卡数据库显示数据库文件备份历史记录

– Bytes backed shows total bytes backed

–已备份的字节显示已备份的总字节数

– On incremental backup Bytes backed shows differential bytes of data transfered

–在增量备份上,“备份的字节”显示传输的数据的不同字节

– Start time column shows when the backup was started post backup queueing

–“开始时间”列显示备份开始后何时开始备份队列

– Time taken shows the total time taken in seconds from start to end of backup

–“已花费的时间”显示了从备份开始到结束所花费的总时间(以秒为单位)

– Commit Time shows the time in GMT when the file was acutally commited, which is used as reference for restores

–提交时间以格林尼治标准时间(GMT)显示文件被自动提交的时间,该时间用作还原参考

c) View Website change history

c)查看网站更改历史记录

– Fom WordPress admin panel

– Fom WordPress管理面板

– Menu : BountySite -> BountySite Backup Revisions

–菜单:BountySite-> BountySite备份修订

– Revisions page shows history of site changes.

–“修订”页面显示站点更改的历史记录。

This is different from Backup History, cause every backup may not have a change in Code(web files) or database.

这与“备份历史记录”不同,因为每个备份可能在Code(Web文件)或数据库中均未更改。

– Note the tabs named Code and Database, for web files and db file respectively

–注意分别针对Web文件和db文件的名为“代码”和“数据库”的选项卡

d) Schedule a restore

d)安排还原

– Fom WordPress admin panel

– Fom WordPress管理面板

– Menu : BountySite -> BountySite Backup Revisions

–菜单:BountySite-> BountySite备份修订

– Restore Code or Database, by choosing corresponding tab

–通过选择相应的选项卡,还原代码或数据库

– Click on restore button corresponding to the commit time(snapshot), you want to restore to

–单击您要还原到的提交时间(快照)对应的还原按钮

安装步骤

    1. Download BountySite plugin from https://www.bountysite.com/downloads/wordpress-bountysite-plugin.zip or install from WordPress plugin by searching bountysite as keyword
    2. 从https://www.bountysite.com/downloads/wordpress-bountysite-plugin.zip下载BountySite插件,或通过搜索bountysite作为关键字从WordPress插件安装

    3. Activate the plugin through the ‘Plugins’ screen in WordPress.

    4. 通过WordPress中的“插件”屏幕激活插件。

      Click on Activate under BountySite plugin.

    5. 单击BountySite插件下的激活。

    6. Before configuring BountySite settings, ensure that you have allowed to make API calls in BountySite control panel.
    7. 在配置BountySite设置之前,请确保已允许您在BountySite控制面板中进行API调用。

    Configuing ACL on BountySite Control Panel

    在BountySite控制面板上配置ACL

    BountySite Backup API is blocked by default to public, for security reasons.

    出于安全原因,默认情况下BountySite Backup API禁止公开使用。

    Login to your BountySite control panel and go to API Key Page.
     

    登录到BountySite控制面板,然后转到API密钥页面。
     

    – Choose corresponding sitename
     

    –选择相应的站点名称
     

    – Go to API key Page (top right navbar Settings dropdown -> API Key)
     

    –转到API密钥页面(右上角导航栏设置下拉菜单-> API密钥)
     

    – Add wordpress site’s public IPaddress, as x.x.x.x/32 in Whitelisted IPs.
     

    –将wordpress网站的公共IP地址添加为列入白名单的IP中的x.x.x.x / 32。
     

    – Copy API URL by clicking on Copy button.

    –单击“复制”按钮复制API URL。

    Login to wordpress admin page, and go to BountySite -> BountySite settings page.
     

    登录到wordpress管理页面,然后转到BountySite-> BountySite设置页面。
     

    – Paste the API URL
     

    –粘贴API URL
     

    – On BountySite control panel, copy API Key and paste in API Key
     

    –在BountySite控制面板上,复制API密钥并粘贴在API密钥中
     

    – Set the maximum number of entries to show in one page, with “History/Revisions Show Limit”
     

    –通过“历史/修订显示限制”设置在一页中显示的最大条目数
     

    – Click on “Save Settings” button

    –单击“保存设置”按钮

    BountySite plugin will automaticatlly validate API Key and confirm on successfull validation.

    BountySite插件将自动验证API密钥,并在成功验证后进行确认。

    If you get API Key and sitename mismatch, check if you have copied API key from the same site as your wordpress site.

    如果API密钥和站点名称不匹配,请检查是否已从与Wordpress站点相同的站点复制了API密钥。

下载地址
https://downloads.wordpress.org/plugin/bountysite-backup.zip
-EOF-

AI助手支持GPT4.0