Remote Backup
Version 4.1.5
October 26, 2023
Changed
- Updated branding! Shiny new icon that better suits the Craft CMS aesthetic, as well as a new documentation website.
Version 4.1.4
September 29, 2023
Changed
- Bumped remote core version
Fixed
- Issue with volume interface button not disabling
Version 4.1.2
October 8, 2022
Fixed
Version 4.1.0
October 5, 2022
Added
- Temporary files are now deleted more reliably now when something goes wrong, avoiding issues with disk space getting eaten up.
- Added a proper table layout to the utilties interface to improve readability.
- Added "file size" to the utilities interface so you can now see how larger your files are.
- Added timezone handling to files to give accurate dates, times & "time since"
- Added a "test connection" button to the settings
- Added file chunking to Google Drive upload
- Added small icon to the utilities section to show current cloud provider at-a-glance
Changed
- Changed the filename formatting to use double underscores, improving reliability.
- Refactored core module aliases for consistancy
- Refactored the base provider service, improving logging.
Fixed
Removed
- Removed Dropbox temporarily due to issues with long-held tokens.
Version 4.0.1
August 19, 2022
Fixed
- Added fix for issue #48 with permissions
Version 4.0.0
August 18, 2022
Added
- Craft 4 compatibility. Version has jumped from 1.X.X to 4.X.X to make following Craft easier.
Version 1.4.0
December 8, 2020
Added
- Added support for remote volumes
- Added TTR to queue jobs (issue #38 on craft-remote-sync)
- Added time and duration to console command output
Changed
- Bumped version number for parity between sync & backup plugins
- Updated readme to call-out cron requirement
- Fixed filename regex (issue #26 on craft-remote-sync)
- Moved shared utilities JS and CSS to core module
- Added show/hide display logic to utilities (issue #7)
- Updated the formatting for file table (issue #10 on craft-remote-backup)
Version 1.2.2
November 6, 2020
Changed
- Updated core library version
Version 1.2.1
July 14, 2020
Changed
- Made Backblaze B2 settings labels clearer
Version 1.2.0
July 12, 2020
Changed
- Moved shared code into a separate
craft-remote-core
package dependency to be shared betweencraft-remote-sync
andcraft-remote-backup
Added
- Added Digital Ocean Spaces provider & documentation
- Updated Backblaze provider to use existing AWS API (you will need to update your settings if using the old Backblaze provider)
Version 1.1.0
May 18, 2020
Added
- Dropbox provider & documentation
- Google Drive provider & documentation
- Backblaze provider & documentation
- Interface improvement: show a "latest" tag
- Interface improvement: show the "time since" when hovering over backups
Version 1.0.1
March 6, 2020
Added
- Added ability to hide either the database or volume backups from the utilities panel
Version 1.0.0
March 6, 2020
Added
- Initial release