Skip to content

[BUG] Backup Progress not showing in UI #593

@vhsdream

Description

@vhsdream

Prerequisites

Rclone Pre-flight Checklist (if applicable)

  • This issue is NOT related to rclone (skip if not using rclone)
  • I have tested rclone listremotes and rclone lsd remote: on the host and they work
  • I have verified the rclone config is mounted into the container
  • I have restarted the container after config changes

Bug Description

When performing a backup, the "Progress" section is animated but nothing appears.

Image

Steps to Reproduce

  1. Configure a backup schedule
  2. When a scheduled backup begins, check the progress
  3. See nothing

Expected Behavior

I would expect to see the backup progress there.

Zerobyte version / commit

0.29.1

Deployment Method

Other - Manual deployment in a Proxmox LXC.

Backup/Repository Context

  • Storage backend is SFTP, located on the same internal network
  • Repository is also SFTP, in a remote location
  • Backup succeeds

Logs / Error Messages

I can follow the backup progress in the logs:

Feb 27 16:50:32 zerobyte bun[101]: 16:50:32 info {"message_type":"status","seconds_elapsed":5550,"seconds_remaining":1757,"percent_done":0.7598871662959621,"total_files":465044,"files_done":350571,"total_bytes":807053212482,"bytes_done":613269378683,"current_files":["/var/lib/zerobyte/volumes/Cu_yeXyY/_data/mnt/datastore/xxxxxx/.chunks/c2ee/c2ee9a548f6f2299331f90f00be0784c5bbb14416962b07d6934eadce14a466f","/var/lib/zerobyte/volumes/Cu_yeXyY/_data/mnt/datastore/xxxxxx/.chunks/c2ee/c2eebe894b5e06d6284b3aa2fa4ac73f0b78cd2c0ed0e0ff74ccae480cbc4ded"]}
Feb 27 16:50:37 zerobyte bun[101]: 16:50:37 info {"message_type":"status","seconds_elapsed":5555,"seconds_remaining":1751,"percent_done":0.7605674121837291,"total_files":465044,"files_done":350897,"total_bytes":807053212482,"bytes_done":613818373312,"current_files":["/var/lib/zerobyte/volumes/Cu_yeXyY/_data/mnt/datastore/xxxxxx/.chunks/c31e/c31e7a5ec0adaa38aaa2bc40474cd4e5e6905e655c796877668c7a58e006ee9e","/var/lib/zerobyte/volumes/Cu_yeXyY/_data/mnt/datastore/xxxxxx/.chunks/c31e/c31ea25252aa60c241dc4a6f2de17a75088b6289f72c2fb697980e2e37b90786"]}
Feb 27 16:50:42 zerobyte bun[101]: 16:50:42 info {"message_type":"status","seconds_elapsed":5560,"seconds_remaining":1747,"percent_done":0.7612477355645275,"total_files":465044,"files_done":351230,"total_bytes":807053212482,"bytes_done":614367430482,"current_files":["/var/lib/zerobyte/volumes/Cu_yeXyY/_data/mnt/datastore/xxxxxx/.chunks/c34d/c34d707419372ae97c505913a9861b776166a65376fd1e3644bbafdc3d2d03e0","/var/lib/zerobyte/volumes/Cu_yeXyY/_data/mnt/datastore/xxxxxx/.chunks/c34d/c34daa2e328ceef00250e4b873bc32c55c06359639e1a59c30c90616c11115f1"]}
Feb 27 16:50:47 zerobyte bun[101]: 16:50:47 info {"message_type":"status","seconds_elapsed":5565,"seconds_remaining":1742,"percent_done":0.7619244159562956,"total_files":465044,"files_done":351549,"total_bytes":807053212482,"bytes_done":614913547566,"current_files":["/var/lib/zerobyte/volumes/Cu_yeXyY/_data/mnt/datastore/xxxxxx/.chunks/c378/c378834b199678bc2056a08e33832877f418f530d2f2bf09887e51476091d063","/var/lib/zerobyte/volumes/Cu_yeXyY/_data/mnt/datastore/xxxxxx/.chunks/c378/c378e19d8d4f2098153343f97d4a7b313f6556241cad489f840b74818edf46c9"]}
Feb 27 16:50:52 zerobyte bun[101]: 16:50:52 info {"message_type":"status","seconds_elapsed":5570,"seconds_remaining":1737,"percent_done":0.7626107534795632,"total_files":465044,"files_done":351846,"total_bytes":807053212482,"bytes_done":615467458469,"current_files":["/var/lib/zerobyte/volumes/Cu_yeXyY/_data/mnt/datastore/xxxxxx/.chunks/c3a2/c3a2beb1c7e482cc653e81cc925fb0d388f0e8e56d362f31b5ae308c55906969","/var/lib/zerobyte/volumes/Cu_yeXyY/_data/mnt/datastore/xxxxxx/.chunks/c3a2/c3a2ee517c93cc46e9ce4cd02c7d001358985d35901d402fbfc02eddfa8c19cf"]}

But it just doesn't appear in the UI. In the browser dev console, network tab, the call to the 'progress' endpoint for the backup just returns 'null'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions