[Bug]: Automatic backup very often does not work #473

Closed
opened 2026-04-24 23:10:34 +02:00 by adam · 1 comment
Owner

Originally created by @stefanop1 on GitHub (Jun 20, 2022).

Describe the issue

If I use manual backup, it always works but automatic (at 1:00 am) doesn't work.
I think it's due to competition with podcast downloads.
The log contains:

2022-06-20 01:00:41
DEBUG
[LibraryItem] Success saving abmetadata to "/podcast/The Atlas Obscura Podcast/metadata.abs"

2022-06-20 01:00:44
WARN
[BackupManager] Archiver warning: ENOENT: no such file or directory, lstat '/config/libraryItems/tmp/data.0.json.1655679632289.tmp'

2022-06-20 01:00:45
DEBUG
[DB] Library Items updated 1

Steps to reproduce the issue

  1. Add some podcast with automatic download of new episodes
  2. Configure n automatic daily backup

Audiobookshelf version

v2.0.22

How are you running audiobookshelf?

Docker

Originally created by @stefanop1 on GitHub (Jun 20, 2022). ### Describe the issue If I use manual backup, it always works but automatic (at 1:00 am) doesn't work. I think it's due to competition with podcast downloads. The log contains: 2022-06-20 01:00:41 DEBUG [LibraryItem] Success saving abmetadata to "/podcast/The Atlas Obscura Podcast/metadata.abs" 2022-06-20 01:00:44 **WARN [BackupManager] Archiver warning: ENOENT: no such file or directory, lstat '/config/libraryItems/tmp/data.0.json.1655679632289.tmp'** 2022-06-20 01:00:45 DEBUG [DB] Library Items updated 1 ### Steps to reproduce the issue 1. Add some podcast with automatic download of new episodes 2. Configure n automatic daily backup ### Audiobookshelf version v2.0.22 ### How are you running audiobookshelf? Docker
adam added the bug label 2026-04-24 23:10:34 +02:00
adam closed this issue 2026-04-24 23:10:35 +02:00
Author
Owner

@advplyr commented on GitHub (Jul 15, 2022):

Fixed in v2.0.24 as temp workaround backups are scheduled for 130. Eventually this should be configurable and podcast episode checks will be configurable so that's why I call this a temp fix.

@advplyr commented on GitHub (Jul 15, 2022): Fixed in [v2.0.24](https://github.com/advplyr/audiobookshelf/releases/tag/v2.0.24) as temp workaround backups are scheduled for 130. Eventually this should be configurable and podcast episode checks will be configurable so that's why I call this a temp fix.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#473