Skip to content

Commit

Permalink
2023.04.27
Browse files Browse the repository at this point in the history
  • Loading branch information
Commifreak committed Apr 27, 2023
1 parent a1631c3 commit a780f63
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions appdata.backup.plg
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "appdata.backup">
<!ENTITY author "Robin Kluth">
<!ENTITY version "2023.04.26">
<!ENTITY sha256 "ce27a0b58b16ffb66d31156895bf28bc9f83bc7766c4419c68096d6b88a374ee">
<!ENTITY version "2023.04.27">
<!ENTITY sha256 "be91c5715e61f7d17c95103a6913c5338fd5eabd2d42cef8c8f81421f943bb97">
<!ENTITY launch "Settings/AB.Main">
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
<!ENTITY github "Commifreak/unraid-appdata.backup">
Expand All @@ -17,12 +17,16 @@
<![CDATA[
🔨New 🩹Fix 🔧Change
###2023.04.27
- 🔧 Skip non-existent host volume path mapping
- 🩹 De-duplicate final volume mappings. [Bug report](https://forums.unraid.net/topic/137710-plugin-appdatabackup/?do=findComment&comment=1256267)
###2023.04.26
- 🩹 Another small fix for rare nested volume detection issue
- 🩹 Fix cronjob again: Scheduling got lost after reboot - now using the right way for cron update
- 🩹 Fix nested volume check
- 🩹 Apply nested volume check only with paths within appdata (allowed sources)
- 🩹 Fix applying default settings to per-container settings for new config options [Bug report](https://forums.unraid.net/topic/137710-plugin-appdatabackup/?do=findComment&comment=1252597)
- 🩹 Fix applying default settings to per-container settings for new config options. [Bug report](https://forums.unraid.net/topic/137710-plugin-appdatabackup/?do=findComment&comment=1252597)
- 🩹 Remove container volume mapping, if it is listed in allowed sources
- 🩹 Scheduling no longer sends mails like "cron for user root ....."
- 🔧 Ignore volumes which match against exact exclusion path within container settings
Expand Down

0 comments on commit a780f63

Please sign in to comment.