b2-sync

plugin banner

A WordPress plugin for Backblaze b2 cloud to sync assets files from wp-content/uploads onto a…

Author:Wasseem Khayrattee (profile at wordpress.org)
WordPress version required:5.7.0
WordPress version tested:5.8.2
Plugin version:1.2.0
Added to WordPress repository:28-11-2021
Last updated:05-12-2021
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://github.com/wkhayrattee/b2-sync
Total downloads:622
plugin download
Click to start download

This plugin allows you to sync your wp-content/uploads folder onto your backblaze b2 bucket.

It will also automatically sync all your media whenever you:
– create a new post or page and add a new media
– edit an existing post or page to add or update a media file

NOTE:
It will not get triggered if you upload a media on the media library page.
Fortunately, after you upload a media like this, you can directly trigger a sync to backblaze by using the action button that we put at your disposal.

REQUIREMENTS

This plugin relies and assumes that you have rclone installed on your server.
Refer to this guide on how to install rclone: https://rclone.org/downloads/

TODO in next phase

  • Identify an appropriate hook when a media is uploaded via the WordPress Media Library so that we can trigger the sync for this action as well
  • Tell the sync process to ignore certain type of files
  • The log file messages are not pretty – create a custom approach for that instead of relying on monolog/monolog
  • (DONE) Show a real-time verbose mode of the sync when triggering the sync manual using the action button?

Contributing

The best way to contribute to the development of this plugin is by participating on the GitHub project:

https://github.com/wkhayrattee/b2-sync

There are many ways you can contribute:

  • Raise an issue if you found one
  • Create/send us a Pull Request with your bug fixes and/or new features
  • Provide us with your feedback and/or suggestions for any improvement or enhancement
  • Translation – this is an area we are yet to do

Attributions

  • Storyset for the illustrations

Screenshots
ChangeLog