[PR #3163] [MERGED] Adds support for allowing backups of unlimited size #3886

Closed
opened 2026-04-25 00:17:26 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3163
Author: @ajyey
Created: 7/16/2024
Status: Merged
Merged: 7/18/2024
Merged by: @advplyr

Base: masterHead: feature/disable-max-backup-size


📝 Commits (4)

  • 2bc949f feat: adds support for allowing backups of unlimited size
  • e230b66 feat: adds unlimited text to text label
  • 4b48248 feat: remember setting of 0 on server side
  • ff788e3 feat: adds better conditional for max backup size

📊 Changes

4 files changed (+15 additions, -14 deletions)

View changed files

📝 client/pages/config/backups.vue (+2 -3)
📝 client/strings/en-us.json (+1 -1)
📝 server/managers/BackupManager.js (+11 -9)
📝 server/objects/settings/ServerSettings.js (+1 -1)

📄 Description

This MR adds support for allowing backups of unlimited size (denoted by 0).

Addresses #3157


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/3163 **Author:** [@ajyey](https://github.com/ajyey) **Created:** 7/16/2024 **Status:** ✅ Merged **Merged:** 7/18/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `feature/disable-max-backup-size` --- ### 📝 Commits (4) - [`2bc949f`](https://github.com/advplyr/audiobookshelf/commit/2bc949fae3e96a8f77e354f447e7a92149ef1421) feat: adds support for allowing backups of unlimited size - [`e230b66`](https://github.com/advplyr/audiobookshelf/commit/e230b6640f0b24e1369a8410feb42531ff2d12b4) feat: adds unlimited text to text label - [`4b48248`](https://github.com/advplyr/audiobookshelf/commit/4b482488defe34ced7359de5db40c61d2fa85137) feat: remember setting of 0 on server side - [`ff788e3`](https://github.com/advplyr/audiobookshelf/commit/ff788e3591dcb51e9c3a2ee48af5720ade267486) feat: adds better conditional for max backup size ### 📊 Changes **4 files changed** (+15 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `client/pages/config/backups.vue` (+2 -3) 📝 `client/strings/en-us.json` (+1 -1) 📝 `server/managers/BackupManager.js` (+11 -9) 📝 `server/objects/settings/ServerSettings.js` (+1 -1) </details> ### 📄 Description This MR adds support for allowing backups of unlimited size (denoted by 0). Addresses #3157 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:17:26 +02:00
adam closed this issue 2026-04-25 00:17:26 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3886