You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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
OS
Fedora 41
Version of Vorta
0.10.1
What did you install Vorta with?
Distribution package
Version of Borg
1.4.0
Logs
The text was updated successfully, but these errors were encountered: