Title: Kuvarssoft Continuity
Author: kuvarssoft
Published: <strong>Agẹmọ  29, 2026</strong>
Last modified: Agẹmọ  29, 2026

---

Ṣàwárí àwọn plugin

![](https://ps.w.org/kuvarssoft-continuity/assets/banner-772x250.png?rev=3626638)

![](https://ps.w.org/kuvarssoft-continuity/assets/icon.svg?rev=3626634)

# Kuvarssoft Continuity

 Láti ọwọ́ [kuvarssoft](https://profiles.wordpress.org/kuvarssoft/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/kuvarssoft-continuity.1.0.0.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/kuvarssoft-continuity/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/kuvarssoft-continuity/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/kuvarssoft-continuity/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/kuvarssoft-continuity/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/kuvarssoft-continuity/)

## Àpèjúwe

Kuvarssoft Continuity mirrors your live WordPress site to a second WordPress site
as changes happen. You pick two sites: your live site (the **source**) and a second
site (the **backup**). From then on Continuity keeps the backup in step with the
source automatically, in the background, through hook-driven one-way replication.

Instead of an occasional snapshot, you get a second site that is always current.

**Everything below is included and fully functional. No accounts, no keys, no quotas,
no expiry.**

#### Database replication (real-time)

 * Posts, pages and every custom post type, with all of their meta.
 * Comments and their status.
 * Users, roles and user meta.
 * Site options (safe ones only — never siteurl, home, active plugins, theme, admin
   email, auth keys or cron).
 * Pushed the instant you hit save — no button, no waiting.

#### Media replication (real-time)

 * Every upload is copied to the backup, including the untouched original, the scaled
   image and every thumbnail size WordPress generates.
 * Files of any size: large files stream across in memory-safe chunks and are sha256-
   verified on arrival, so a big video never exhausts PHP memory.

#### Live dashboard

 * Transfer counters for today, this week and this month, plus live rate and peak
   rate.
 * Success rate, 24-hour error count, the most recent error, and a live replication
   animation.
 * Peer ping (round-trip latency) and a link-speed test between the two sites.

#### Pause

 * Pause and resume replication from the dashboard for maintenance windows.

#### Kuvarssoft Continuity Pro

Replication is complete in this plugin — everything above works with no account,
no keys and no expiry. **Kuvarssoft Continuity Pro** is a separate plugin, sold 
from kuvarssoft.com and installed alongside this one, for the things this one does
not do: instant failover (promote the backup to a standalone site when the source
goes down, with a guided return), scheduled replication windows (batch the database
every N minutes, move media in one nightly pass), on-demand resync (a per-file media
queue plus one-click rebuild of the media library, content, options, users and comments
on the backup), email alerts about replication events through your own SMTP server,
and a screen to browse, search and export the activity history this plugin records.

#### Privacy / external services

Continuity is self-contained. It does **not** use any external service and does 
not phone home. The only outbound requests it makes are to the backup site **you**
pair it with, over a signed, token-authenticated REST call between your own two 
sites. Pairing tokens are stored only in each siteÌtumọ̀ Yorùbá: ’s own options 
table.

One source  one backup per install, by design.

## Àwọn àwòrán ìbòjú

[⌊Dashboard — live transfer panel, counters and success rate.⌉⌊Dashboard — live 
transfer panel, counters and success rate.⌉[

Dashboard — live transfer panel, counters and success rate.

[⌊Pair — generate the source token and link the backup.⌉⌊Pair — generate the source
token and link the backup.⌉[

Pair — generate the source token and link the backup.

[⌊Help — pairing walkthrough and FAQ.⌉⌊Help — pairing walkthrough and FAQ.⌉[

Help — pairing walkthrough and FAQ.

## Ìgbéwọlẹ̀

 1. Install and activate the plugin on **both** sites — your live site and the site
    you want to use as the backup.
 2. On the live site open **Kuvarssoft Continuity  Pair** and click **Generate source
    token**.
 3. On the backup site open **Kuvarssoft Continuity  Pair**, paste the live siteÌtumọ̀
    Yorùbá: ’s address and the token under “This site is the BACKUP”, and click **Pair**.
 4. ThatÌtumọ̀ Yorùbá: ’s it — replication starts immediately. The dashboardÌtumọ̀ 
    Yorùbá: ’s Live transfer panel animates once traffic begins.

## FAQ

### Is replication two-way?

No. Replication is strictly source  backup. The backup only receives, so it can 
never overwrite your live site.

### Does it send my data anywhere?

No. There is no external service and nothing phones home. The plugin only talks 
to the backup site you pair it with — that is your own site.

### What happens while the source is offline?

Pushes that fail are recorded, and the dashboard shows your success rate, the error
count for the last 24 hours and the most recent error. The backup keeps the last
successfully replicated state, and replication picks up again with the next change
once the source is back.

### Something was deleted on the backup by mistake. Can I get it back?

Real-time replication only moves forward — it does not rebuild the past. The separate
Kuvarssoft Continuity Pro plugin includes on-demand resync, which rebuilds the media
library (files and Media Library records together), content, options, users and 
comments on the backup in one click.

### Are there any limits?

No. There are no caps, quotas, throttles or time limits — every change always replicates,
at full speed, at any file size.

### Can I run multiple backups for one source?

Each source has exactly one backup peer by design — a single source  one backup 
link.

### Where are the tokens stored?

Only in the wp_options table of the two sites. They never leave WordPress and are
never sent to a third party.

### Where does the backup site write the mirrored files?

Into its own uploads directory (resolved at runtime with wp_upload_dir(), never 
a hard-coded path) — by design, at the same relative paths as the source, so every
mirrored attachment URL works if the backup ever has to serve traffic. This is the
pluginÌtumọ̀ Yorùbá: ’s core replication purpose, comparable to how backup and migration
plugins restore files. Every write is protected three ways: the request must carry
the pairing token (hash_equals-verified), the path is normalised and rejected on
any traversal segment, and server-executable file types (php, phtml, phar, cgi and
the like) plus reserved names (.htaccess, web.config) are refused outright — WordPress
never allows those in a media library, so a legitimate source never sends them.

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“Kuvarssoft Continuity” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti
ṣe ìkópa sí plugin yìí.

Àwọn Olùkópa

 *   [ kuvarssoft ](https://profiles.wordpress.org/kuvarssoft/)

[Túmọ̀ “Kuvarssoft Continuity” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/kuvarssoft-continuity)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/kuvarssoft-continuity/),
ṣàyẹ̀wò [ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/kuvarssoft-continuity/),
tàbí ṣe àgbékalẹ̀ sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/kuvarssoft-continuity/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/kuvarssoft-continuity/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 1.0.0

 * Initial release.

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **1.0.0**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọ̀sẹ̀ 2 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **Tó kéré sí 10**
 *  Ẹ̀yà WordPress ** 5.8 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **7.0.3**
 *  Ẹ̀yà PHP ** 7.4 tàbí ju bẹ́ẹ̀ lọ **
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/kuvarssoft-continuity/)
 * Àwọn àmì
 * [backup](https://yor.wordpress.org/plugins/tags/backup/)[disaster recovery](https://yor.wordpress.org/plugins/tags/disaster-recovery/)
   [mirror](https://yor.wordpress.org/plugins/tags/mirror/)[replication](https://yor.wordpress.org/plugins/tags/replication/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/kuvarssoft-continuity/advanced/)

## Àwọn ìbò

Kò sí ìwádìí tí a tíì fi ránṣẹ́.

[Your review](https://wordpress.org/support/plugin/kuvarssoft-continuity/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/kuvarssoft-continuity/reviews/)

## Àwọn Olùkópa

 *   [ kuvarssoft ](https://profiles.wordpress.org/kuvarssoft/)

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/kuvarssoft-continuity/)