Description
Bug Report
Please help us help you by filling out any applicable information in this template and removing the rest!
Describe the bug
listbackup shows backups created without a -o option, but does not show ones created with this option
media restore with a -i p[tion works as expected.
To Reproduce
./manage.py mediabackup -o mymedia.tar
INFO Writing file to mymedia.tar
./manage.py listbackups
Name Datetime
53274d44972d-2023-09-26-182031.tar 09/26/23 18:20:31
default-53274d44972d-2023-09-26-181511.psql.bin 09/26/23 18:15:11
default-53274d44972d-2023-09-26-181803.psql.bin 09/26/23 18:18:03
Expected behavior
Expect to see mymedia.tar in the output
Screenshots or reproduction
If applicable, add screenshots (errors, example of the behavior, etc.) to help explain your problem or post a link to a repository that replicates the issue.
Versions
Django-dbbackup
- pypi: [e.g. 3.3.0]
External tools
- Python: [e.g. 3.7]
- Django: [e.g. 2.2.0]
- OS: [Linux, MacOS, Windows]