The moments background worker currently calls BackupAlbums() on every execution, which can result in many album YAML backup files being written every 15 minutes, causing high CPU and disk load.
Since the album backups are updated anyway when changes are made, this is not strictly necessary. Users can also run the backup CLI command for this if they want to make sure they have a full backup.
The moments background worker currently calls
BackupAlbums()on every execution, which can result in many album YAML backup files being written every 15 minutes, causing high CPU and disk load.Since the album backups are updated anyway when changes are made, this is not strictly necessary. Users can also run the backup CLI command for this if they want to make sure they have a full backup.