Skip to content

Releases: 007revad/Linux_Plex_Backup

v1.3.11

17 Nov 00:47
10eba72

Choose a tag to compare

  • Added tar integrity check after backup.
  • Added optional Plex_Data_Path and Plex_Service_Name settings in config file for distros or containers where they are different to:
    • /var/lib/plexmediaserver/Library/Application Support
    • plexmediaserver
  • Added option in config file to create a current backup before restoring.
  • Now shows which tar file is about to be restored to where and asks you to confirm overwriting the existing Plex database.
  • Improved Plex process termination logic in Linux_Plex_Backup.sh and Restore_Linux_Plex_Backup.sh.
  • Fixed comment in config file for sending emails.

Thanks @codesterribly

v1.3.10

02 Sep 18:05
e9c1a48

Choose a tag to compare

  • Bug fix for not getting Plex version when Plex installed in Snap.

v1.3.9

31 Aug 06:09
6b82f02

Choose a tag to compare

  • Added support for Plex Media Server installed in snap.
    • You need to change snap=no to snap=yes in backup_linux_plex.config

v1.2.8

27 Dec 05:46
377c6c4

Choose a tag to compare

  • Added optional support to send an email of the log after a backup.
    • Set the to and from email addresses in backup_linux_plex.config
    • Requires msmtp (most distros include msmtp).
  • Bug fix for sending email twice.

v1.2.7-RC

26 Dec 09:20
266fefa

Choose a tag to compare

v1.2.7-RC Pre-release
Pre-release
  • Added optional support to send an email of the log after a backup.
    • Set the to and from email addresses in backup_linux_plex.config
    • Requires msmtp (most distros include msmtp).

v1.1.6

04 Nov 06:14
a0a8c18

Choose a tag to compare

  • Added KeepQty setting to delete old backups and only keep the latest N backups.
    • KeepQty=5 would keep just the latest 5 backups.
    • KeepQty=0 or KeepQty= would keep all backups.

v1.0.5

08 Oct 23:32
82a16a4

Choose a tag to compare

  • Bug fix for default conf file. Double quotes not needed and cause issue #11
  • Updated Restore_Linux_Plex_Backup.sh to handle reading settings from conf file with spaces and no double quotes.

v1.0.4

02 Jul 01:36
9f81c51

Choose a tag to compare

  • Bug fix for failing to start Plex Media Server. Issue #8
    • Fixed in Linux_Plex_Backup.sh
    • Fixed in Restore_Linux_Plex_Backup.sh

v1.0.2

10 May 04:20
b8dbe1b

Choose a tag to compare

  • Added working restore script.

v1.0.1

09 May 23:05
44ebbb2

Choose a tag to compare

  • First release.
  • Note: Restore script not working yet.