Skip to content

Releases: alekdavis/PlexBackup

Additional restore checks

09 Apr 05:48
Compare
Choose a tag to compare

Added more sanity checks during the restore process.

Log user name

03 Apr 04:34
Compare
Choose a tag to compare

Fixed some typos and started logging user name.

Added 'Machine' flag to address error 87

25 Dec 21:57
Compare
Choose a tag to compare

The Machine flag is intended to address a rare error 87: The parameter is incorrect reported by some customers. To use this workaround use the value of x86 if your Plex Media Server executable is a 32-bit version and amd64 if it is a 64-bit version.

Improved 7-zip error reporting

07 Jul 03:16
Compare
Choose a tag to compare

Removed catch blocks that suppressed caught exceptions and added error messages for 7-zip errors.

Fixed email attachment bug

05 Jul 20:39
f8e426b
Compare
Choose a tag to compare

Fixed a bug that caused email notification error due to inability to attach open log file.

Fixed wrong email sent after initialization error

30 Jun 18:12
8ded5c3
Compare
Choose a tag to compare

Module loading improvements

19 Nov 22:06
29a9907
Compare
Choose a tag to compare

Better handle module loading.

Improved external module handling

26 Oct 04:30
Compare
Choose a tag to compare

Added capability to require min/max version check for external module dependencies.

Minor bug fixes and refactoring

25 Oct 06:10
Compare
Choose a tag to compare

Fixed a couple of minor bugs (e.g. issue #52). Refactored some code. Corrected typos.

Bug fix (typo)

11 Jul 06:54
4dd8660
Compare
Choose a tag to compare

Fixed typo in code that caused a runtime error.