[PR #2133] [MERGED] Add more information to the backup page #3659

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/2133
Author: @mfcar
Created: 9/20/2023
Status: Merged
Merged: 9/22/2023
Merged by: @advplyr

Base: masterHead: mf/backup


📝 Commits (6)

  • 9519f64 Now, whenever someone requests a backup file, it will automatically suggest a default file name for the downloaded file.
  • bfa87a2 Add a way to see the backup location
  • 944f595 File missing
  • f37ab53 Update get all backups api endpoint to return backupLocation, display location above backup settings
  • e9f0f7d Add LabelBackupLocation translation strings
  • 7c484d8 Remove commented out backup location

📊 Changes

17 files changed (+40 additions, -8 deletions)

View changed files

📝 client/components/tables/BackupsTable.vue (+1 -0)
📝 client/pages/config/backups.vue (+14 -4)
📝 client/strings/de.json (+2 -1)
📝 client/strings/en-us.json (+1 -0)
📝 client/strings/es.json (+1 -0)
📝 client/strings/fr.json (+2 -1)
📝 client/strings/gu.json (+1 -0)
📝 client/strings/hi.json (+1 -0)
📝 client/strings/hr.json (+1 -0)
📝 client/strings/it.json (+1 -0)
📝 client/strings/lt.json (+1 -0)
📝 client/strings/nl.json (+1 -0)
📝 client/strings/pl.json (+1 -0)
📝 client/strings/ru.json (+1 -0)
📝 client/strings/zh-cn.json (+1 -0)
📝 server/controllers/BackupController.js (+6 -2)
📝 server/managers/BackupManager.js (+4 -0)

📄 Description

This pull request adds more information to the backup page:

  • The backup location path and
  • Name when downloading a backup file
Screenshot 2023-09-20 at 22 37 51 Screenshot 2023-09-20 at 22 38 05

🔄 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/2133 **Author:** [@mfcar](https://github.com/mfcar) **Created:** 9/20/2023 **Status:** ✅ Merged **Merged:** 9/22/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `mf/backup` --- ### 📝 Commits (6) - [`9519f64`](https://github.com/advplyr/audiobookshelf/commit/9519f6418da8fc07ae42ef1477c604cb181e5539) Now, whenever someone requests a backup file, it will automatically suggest a default file name for the downloaded file. - [`bfa87a2`](https://github.com/advplyr/audiobookshelf/commit/bfa87a2131edcde4da7a3f92a8621fd5fb190616) Add a way to see the backup location - [`944f595`](https://github.com/advplyr/audiobookshelf/commit/944f5950caac93743444460810e3ff177c7ee622) File missing - [`f37ab53`](https://github.com/advplyr/audiobookshelf/commit/f37ab53effc759e9435efaa90169460da54cc955) Update get all backups api endpoint to return backupLocation, display location above backup settings - [`e9f0f7d`](https://github.com/advplyr/audiobookshelf/commit/e9f0f7d1bc55a1c38c6961fc42470c1dffd6c400) Add LabelBackupLocation translation strings - [`7c484d8`](https://github.com/advplyr/audiobookshelf/commit/7c484d8e96c84f1fd0d87934f3b53239a53329ed) Remove commented out backup location ### 📊 Changes **17 files changed** (+40 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `client/components/tables/BackupsTable.vue` (+1 -0) 📝 `client/pages/config/backups.vue` (+14 -4) 📝 `client/strings/de.json` (+2 -1) 📝 `client/strings/en-us.json` (+1 -0) 📝 `client/strings/es.json` (+1 -0) 📝 `client/strings/fr.json` (+2 -1) 📝 `client/strings/gu.json` (+1 -0) 📝 `client/strings/hi.json` (+1 -0) 📝 `client/strings/hr.json` (+1 -0) 📝 `client/strings/it.json` (+1 -0) 📝 `client/strings/lt.json` (+1 -0) 📝 `client/strings/nl.json` (+1 -0) 📝 `client/strings/pl.json` (+1 -0) 📝 `client/strings/ru.json` (+1 -0) 📝 `client/strings/zh-cn.json` (+1 -0) 📝 `server/controllers/BackupController.js` (+6 -2) 📝 `server/managers/BackupManager.js` (+4 -0) </details> ### 📄 Description This pull request adds more information to the backup page: - The backup location path and - Name when downloading a backup file <img width="880" alt="Screenshot 2023-09-20 at 22 37 51" src="https://github.com/advplyr/audiobookshelf/assets/814828/10937a8d-0161-4610-b64d-dcb8d9953ac2"> <img width="371" alt="Screenshot 2023-09-20 at 22 38 05" src="https://github.com/advplyr/audiobookshelf/assets/814828/65d21701-b437-4b0b-b796-3a2a3240d5f9"> --- <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:16:32 +02:00
adam closed this issue 2026-04-25 00:16:32 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3659