S3 Backup 1.0.3 — Unattended backups and other updatesWe’ve just released S3 Backup 1.0.3. The autoretry logic and the configuration system were improved in this version. The most noticeable change is that the application password now does not prevent the unattended backups. If you have checked the “protect application” checkbox in the settings, when you start the application manually, you are asked for the password, but when the app runs on schedule it does that without requiring any interaction. Previously, setting the password encrypted the entire configuration file with it, so without the password the application just could not get to the S3 credentials and other settings. This release changes this and while the sensitive parts of the configuration are still encrypted, it is done in such a way that the app can run unattended. As part of this update the configuration file format changed from XML to JSON. Another part of the app that was updated is the autoretry logic. S3 Backup is very resilient in the face of various errors that could happen, such as network problems, transient S3 errors and other conditions. When any of those happen, the event is logged, but the job continues to run, retrying the operation until it succeeds. We had this system in place for a very long time, but for this release we’ve updated it in various ways to make sure it can wait out even the more prolonged network outages and is more clear about what eventually causes it to give up. We’ve also added support for automatically retrying interrupted downloads. Bugfixes
Other updates
| |