Linux 软件免费装
Banner图

Okleone Backups – Backup, Restore, Migrate, Encrypted Cloud Backups

开发者 damjanfixit
更新时间 2026年9月16日 04:53
PHP版本: 8.0 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

backup migration restore database backup cloud backup

下载

3.16.16 3.16.14 3.16.15 3.16.8 3.16.9 3.16.10 3.16.11 3.16.12 3.16.13

详情介绍:

Okleone Backups backs up your database and files into verified archives, restores them through a wizard that checks everything with a dry run first, and moves whole sites between domains without breaking serialized data. The features other plugins charge for are the point of the free version: encryption with a key only you hold, cloud storage connected in one click, and migration that actually works. Backups Encryption, free, with your key Switch it on and every new backup is encrypted on your server with AES-256-GCM before it is stored anywhere, local disk included. You hold the recovery key; no storage provider, no host, and not Okleone Backups itself can read your archives. A standalone decrypt tool ships in the plugin folder, so even a site that no longer exists cannot lock you out of your own backups. Cloud storage without developer accounts Connect Dropbox or OneDrive by approving access on the provider's own consent screen. No app registration, no API keys to paste: our relay holds the app credentials so you never have to create developer apps, and your files travel directly from your server to the provider. Restores you can trust The restore wizard verifies the archives, then runs a dry preflight that reports exactly what would change before anything does. A restore that is interrupted resumes instead of starting over. Pick single components, the database alone, or everything. Migrate and clone Move a site to a new domain: URLs, paths and table prefixes are rewritten safely, including inside serialized data, which is where most search-and-replace tools corrupt a site. Take a full backup on one site, bring the package to another by cloud storage or upload, and press Migrate. Both directions are free. Housekeeping Database cleanup (revisions, transients, orphaned rows), file cleanup that shows where your disk actually went, a cron viewer, site info for support requests, and settings export/import. Premium The premium build adds, on top of everything above: incremental file backups (after the first full, each run carries only what changed, and a restore replays the chain for you), a staging site on your own server, Rescue Protection (an emergency console that keeps working when WordPress will not load, with crash pages that email you recovery credentials), a restore point taken automatically before plugin, theme and core updates, Amazon S3, Google Drive, Azure Blob, SFTP, FTP and S3-compatible services as storage targets, and 1 GB of managed WP-AllBackup Storage in Germany with every licence. Premium is a separate build, WP-AllBackup, from your account at wp-allbackup.fixit.biz; install it and your settings, schedules and restore points carry straight over.

安装:

  1. Install through the WordPress plugins screen, or upload the plugin folder to /wp-content/plugins/okleone-backups/.
  2. Activate it through the Plugins screen.
  3. Open the backup menu and press Backup Now. The local backup directory works out of the box, automatic backups are off until you switch them on in the policy, and the Targets tab adds cloud destinations when you want them.

屏幕截图:

  • The restore wizard's dry run reports what would change before anything does.
  • Targets: local disk plus Dropbox and OneDrive, connected without developer apps.
  • Policies: schedules from hourly to monthly with retention and backup windows.
  • Encryption: switched on once, with the recovery key only you hold.
  • Migrate / Clone: three steps, with the dry run before the site changes.

常见问题:

Where are backups stored?

On a fresh install, in a wpab-backups folder beside your web root when the server lets the plugin write there, which no web request can reach; otherwise in wp-content/wp-allbackup-backups, protected from direct download. Settings > Backup directory shows the folder in use and lists the alternatives. Optionally on every connected remote storage target as well.

How do I make sure my backups cannot be downloaded over the web?

Okleone Backups ships an .htaccess and a web.config that block direct access on Apache and IIS, and it takes the world-readable bits off the folder and its files so a web server running as a different user cannot serve them. It also checks, from the plugin, whether the folder actually refuses a real HTTP request, and shows a warning if it does not. nginx, Caddy and LiteSpeed do not read .htaccess, so on those you must add the rule yourself. For nginx, inside the site's server { } block: location ~* /wp-content/wp-allbackup-backups/ { deny all; return 403; } The most robust option on any server is to move the backup folder outside your web root entirely: set an absolute path in Settings under "Backup directory" and the archives you already have are moved with it. If your hosting gives you nothing above the web root, keep the default and add the server rule above.

Are my backups encrypted?

If you want them to be. Under Settings > Encryption, switch it on and every new backup is encrypted on your server before it goes anywhere, local disk included. You are shown a recovery key once; write it down somewhere that is not this site, because it is the only way to read these backups elsewhere and nobody, Okleone Backups included, can recover it for you. Restores decrypt as they read, and bin/wpab-decrypt.php in the plugin folder decrypts an archive on any machine with PHP.

Do I need API keys for Dropbox or OneDrive?

No. Cloud connections run through the WP-AllBackup auth relay: you approve access in the provider's own consent screen and tokens are delivered to your site server-to-server. See the External services section for exactly what travels where.

Will it back up a large site on shared hosting?

Yes, that is what the split-archive design is for. Archives are written in parts of a configurable size, one short request at a time, with the backup saved after every part; a request that is killed costs one part and the next request carries on. The same slicing applies to verification and uploads.

What is a full backup here, and what is incremental?

Every file backup the free plugin takes is a full one, so any backup can stand on its own and be migrated on its own. Incremental file backups, where each run after the first carries only what changed, are part of premium; a chain made there restores on any plan.

Can I restore a site that no longer loads?

That is Rescue Protection, part of the premium build: an emergency console installed under a randomized name that loads nothing from WordPress, plus crash pages that email you recovery credentials when the site goes down. The free plugin restores through wp-admin, and encrypted archives can always be decrypted off-site with the bundled tool.

What happens to my backups if I uninstall the plugin?

Backup archives are left untouched. Settings, history metadata and schedules are removed.

What does premium add, and what happens to my data if I upgrade?

Incremental backups, staging, Rescue Protection, pre-update restore points, the S3, Google Drive, Azure, SFTP, FTP and S3-compatible targets, and 1 GB of managed storage. Premium is the WP-AllBackup build, from your account; install it and settings, schedules and restore points carry straight over.

更新日志:

The full release history travels with the plugin and lives at wp-allbackup.fixit.biz. 3.16.16 3.16.15 3.16.14 3.16.13 3.16.12 3.16.11 3.16.10 3.16.9 3.16.8 3.16.7