Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erroneous compatibility with Zstd error #2174

Open
2 tasks done
femxiii opened this issue Dec 23, 2024 · 3 comments
Open
2 tasks done

Erroneous compatibility with Zstd error #2174

femxiii opened this issue Dec 23, 2024 · 3 comments
Labels
status:duplicate Another identical issue has been posted

Comments

@femxiii
Copy link

femxiii commented Dec 23, 2024

Description

When starting a missed schedule on boot I'll receive an error toast saying my version of Borg doesn't support Zstd compression.

The backup does however run successfully next run or if I run it manually. I believe the selected compression should be correct (I would expect this to be unavailable in the drop-down otherwise!)

Reproduction

  • I tried to reproduce the issue.
  • I was able to reproduce the issue.

OS

Fedora 41

Version of Vorta

0.10.1

What did you install Vorta with?

Distribution package

Version of Borg

1.4.0

Logs

2024-12-23 17:27:08,516 - vorta.i18n - DEBUG - Loading translation failed for ['en-Latn-GB', 'en-GB'].
2024-12-23 17:27:08,613 - vorta.views.source_tab - DEBUG - Added item number 0 from 1
2024-12-23 17:27:08,781 - root - INFO - Using NetworkManagerMonitor NetworkStatusMonitor implementation.
2024-12-23 17:27:08,798 - vorta.scheduler - INFO - Setting timer for profile 1
2024-12-23 17:27:08,798 - vorta.scheduler - DEBUG - Catching up by running job for Home (1)
2024-12-23 17:27:08,800 - vorta.scheduler - INFO - Starting background backup for Home
2024-12-23 17:27:08,800 - vorta.notifications - DEBUG - success notifications suppressed
2024-12-23 17:27:08,803 - vorta.keyring.abc - DEBUG - No module named 'objc'
2024-12-23 17:27:09,003 - vorta.keyring.abc - DEBUG - Using VortaKWallet5Keyring
2024-12-23 17:27:09,003 - vorta.borg.borg_job - DEBUG - Using VortaKWallet5Keyring keyring to store passwords.
2024-12-23 17:27:09,026 - vorta.keyring.kwallet - DEBUG - Retrieved password for repo /mnt/backups/convect/home
2024-12-23 17:27:09,031 - vorta.scheduler - ERROR - Conditions for backup not met. Aborting.
2024-12-23 17:27:09,031 - vorta.scheduler - ERROR - Your current Borg version does not support ZStd compression.
2024-12-23 17:27:09,031 - vorta.notifications - DEBUG - notification not suppressed
2024-12-23 17:27:09,154 - vorta.scheduler - DEBUG - Paused 1 until 2024-12-23 17:37:09
2024-12-23 17:27:09,162 - vorta.scheduler - DEBUG - Nothing scheduled for profile 1 because of timeout until 2024-12-23 17:37:09.
2024-12-23 17:27:09,196 - vorta.scheduler - DEBUG - Nothing scheduled for profile 1 because of timeout until 2024-12-23 17:37:09.
2024-12-23 17:27:09,249 - vorta.borg.jobs_manager - DEBUG - Add job for site default
2024-12-23 17:27:09,249 - vorta.borg.jobs_manager - DEBUG - Start job on site: default
2024-12-23 17:27:09,257 - vorta.borg.borg_job - INFO - Running command /usr/bin/borg --version
2024-12-23 17:27:09,566 - vorta.borg.jobs_manager - DEBUG - Finish job for site: default
2024-12-23 17:27:09,567 - vorta.borg.jobs_manager - DEBUG - No more jobs for site: default
2024-12-23 17:27:09,567 - vorta.scheduler - DEBUG - Refreshing all scheduler timers
2024-12-23 17:27:09,568 - vorta.scheduler - DEBUG - Nothing scheduled for profile 1 because of timeout until 2024-12-23 17:37:09.
2024-12-23 17:29:58,904 - vorta.keyring.abc - DEBUG - No module named 'objc'
2024-12-23 17:29:58,905 - vorta.keyring.abc - DEBUG - Using VortaKWallet5Keyring
2024-12-23 17:29:58,905 - vorta.borg.borg_job - DEBUG - Using VortaKWallet5Keyring keyring to store passwords.
2024-12-23 17:29:58,905 - vorta.keyring.kwallet - DEBUG - Retrieved password for repo /mnt/backups/convect/home
2024-12-23 17:29:58,912 - vorta.borg.jobs_manager - DEBUG - Add job for site 1
2024-12-23 17:29:58,912 - vorta.borg.jobs_manager - DEBUG - Start job on site: 1
2024-12-23 17:29:58,926 - vorta.borg.borg_job - INFO - Running command /usr/bin/borg create --list --progress --info --log-json --json --filter=AM -C zstd,8 --exclude-from /tmp/tmppkfjv9zj /mnt/backups/convect/home::convect-2024-12-23-172958 /home
2024-12-23 17:29:59,397 - vorta.borg.borg_job - INFO - Creating archive at "/mnt/backups/convect/home::convect-2024-12-23-172958"
@m3nu
Copy link
Contributor

m3nu commented Dec 23, 2024

Should be fixed since 0.10.2. Please only report bugs happening in the latest released version.

@mightyBroccoli
Copy link

Duplicate of #2129 right thus this could be closed right?

@m3nu
Copy link
Contributor

m3nu commented Dec 27, 2024

Yes, looks like a duplicate reported for an older version. It will get closed automatically. I'm adding the duplicate tag for now.

@m3nu m3nu added the status:duplicate Another identical issue has been posted label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:duplicate Another identical issue has been posted
Projects
None yet
Development

No branches or pull requests

3 participants