-
Notifications
You must be signed in to change notification settings - Fork 131
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
Backups Failing #2107
Comments
Hard to understand your description, but here are 2 pointers on why 2 of your repos may be failing:
|
Thanks for your reply. I'm sorry you don't understand my description. To summarize, although Vorta displays a list of profiles, for many, the sources go missing, and the repo's are not listed to back up to . Seems like configurations are being destroyed. Please let me know what other information I might provide you, and what I might try to rectify the situation. Regarding allowed wifi settings. Where would these be? My internet connection is via ethernet cable, no wifi used on this computer. |
This means there is some issue in your setup and the backup can't start. Network is just one. Missing repo folder or Borg binary are others. See here: https://github.com/borgbase/vorta/blob/master/src/vorta/borg/create.py#L85 The log could be more detailed here. |
So is this not repairable? Should I switch to a different backup solution?
Hardware problem maybe? Strange it has started after so long.
…On Mon, Oct 21, 2024, 9:38 AM Manu ***@***.***> wrote:
ERROR - Conditions for backup not met. Aborting.
This means there is some issue in your setup and the backup can't start.
Network is just one. Missing repo folder or Borg binary are others. See
here:
https://github.com/borgbase/vorta/blob/master/src/vorta/borg/create.py#L85
The log could be more detailed here.
—
Reply to this email directly, view it on GitHub
<#2107 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN64KKUIWEZ7XPYU5H74GO3Z4T7XBAVCNFSM6AAAAABQIXOSHOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRWG4YTINZTGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
The local repo has permission errors. Those aren't necessarily hardware errors. I would check those permissions, as it says:
I don't see errors for your BorgBase repo. You can try using Borg directly to get a clearer error message. Maybe you're missing your Borg binary? E.g.
|
Hi @marcsitkin, Thanks for reaching out! The errors @m3nu notes may have emerged from Flatpack (not the Vorta flatpack itself). Are you able to navigate to /media/marcs/BackInTime/BORG-DATA_1, as the marcs user, with your file browser? Are you able to access the README in that directory? Repology.org indicates that Vorta 0.9.1 is available in "MX Linux MX-23 Testing", so maybe you could try that? MX community support channels should be able to help you enable that repository. It also has Borg 1.4.0 ("borgbackup" package). |
Hi-
I'm currently using the flatpak version 0.91 from flathub. I back up to
repo's on a NAS, BorgBase, and a USB drive.
I've seen the mount point for the USB drives at both
/media/marcs/BackInTime/Borg-DATA_X and am currently viewing the mount at
/mnt/BackInTime4TB/BORG-DATA_X.
I can always navigate to the device where the repos are hosted through the
file manager.
Usually when I come back on the computer after it's been asleep, I find a
notification that "repo folder not mounted or moved". When I go into Vorta
and check the profile and log, either the target repo is gone from the
settings, or the source's is missing the list of folders to backup.
Strangely, the exclusions are there.
I'm trying to pin down the issue, but I think it's something in the way my
USB drives are mounted.
I'm not an expert at Linux, so it's a bit of a mystery to me.
Here's my etc/fstab file if it's of any help:
# Pluggable devices are handled by uDev, they are not in fstab
UUID=16b479c4-ce81-4504-acfe-54cb8886c3f4 / ext4 discard,noatime 1 1
UUID=60C7-F1A4 /boot/efi vfat noatime,dmask=0002,fmask=0113 0 0
/swap/swap swap swap defaults 0 0
/dev/disk/by-id/wwn-0x50014ee267ff251d /mnt/BackInTime4TB auto
nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=BackInTime4TB,x-gvfs-icon=BackInTime4TB
0 0
/dev/disk/by-uuid/d3fca3b7-bb6c-4eb0-becb-120074dd8a0a /mnt/DATA_3 auto
nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=DATA_3,x-gvfs-icon=DATA_3 0 0
/dev/disk/by-uuid/87208547-0160-4b7e-856f-d737a9b3396d /mnt/VirtualMachines
auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=VirtualMachines 0 0
/dev/disk/by-uuid/4eef839e-c02d-4f3f-a0e2-1e1670cba46c /mnt/DATA_2 auto
nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=DATA_2,x-gvfs-icon=DATA_2,x-gvfs-symbolic-icon=DATA_2
0 0
/dev/disk/by-id/wwn-0x50014ee600bc8287 /mnt/Timeshift auto
nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=Timeshift,x-gvfs-icon=Timeshift,x-gvfs-symbolic-icon=Timeshift
0 0
/dev/disk/by-uuid/67edcebd-7dae-4444-9bdc-a9b73e50cc9b /mnt/DATA_1 auto
nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=DATA_1,x-gvfs-icon=DATA_1 0 0
#192.168.68.61:/volume1/Backups /mnt/Asustor_Backup nfs
defaults,user,noauto,nofail,_netdev, 0 0
192.168.68.61:/volume1/Backups /mnt/Asustor_Backup nfs
defaults,user,nofail,_netdev, 0 0
Thanks for your time, I appreciate you getting back to me.
…On Mon, Nov 4, 2024 at 3:13 PM Nicholas D Steeves ***@***.***> wrote:
Hi @marcsitkin <https://github.com/marcsitkin>, Thanks for reaching out!
The errors @m3nu <https://github.com/m3nu> notes may have emerged from
Flatpack (not the Vorta flatpack itself).
Are you able to navigate to /media/marcs/BackInTime/BORG-DATA_1, as the
marcs user, with your file browser? Are you able to access the README in
that directory?
Repology.org indicates that Vorta 0.9.1 is available in "MX Linux MX-23
Testing", so maybe you could try that? MX community support channels should
be able to help you enable that repository. It also has Borg 1.4.0
("borgbackup" package).
—
Reply to this email directly, view it on GitHub
<#2107 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN64KKRMN42GKHVVNB3ERXLZ67BMFAVCNFSM6AAAAABQIXOSHOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJVGYYTEMRXGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Marc Sitkin
2024-Transatlantic Florida to Rotterdam Blog
<https://marcsitkin.smugmug.com/Transatlantic-Crossing-April-2023>
2023-Transatlantic Florida to Barcelona Gallery
<https://marcsitkin.smugmug.com/Transatlantic-Crossing-April-2023>
2024-Mexico Blog <https://downmexicoway2024.blogspot.com/>
50 images from Iceland 2021
<https://marcsitkin.smugmug.com/Iceland/Iceland-2021-50-Images/>
Marc Sitkin Photography Web Site <http://marcsitkin.smugmug.com>
|
Description
On scheduled run, system message received: Repo folder not mounted or moved.
Checking in the Vorta Application, all repository locations indicate : No repository selected.
Adding an existing repository gives message: Unable to add y9our repository. No log entry.
Checking each profile shows several local missing repositories, one with wrong repository, 2 with correct repositories. Borg Base repositories include 1 with no repository, 1 with a repository, local disk backups ( mounted below /media) show 2 repositories missing, 2 connected. 2 profiles to back up to NAS (mounted under /mnt) indicate 1 repository missing, 1 present.
Vorta profiles were set up 4 years ago, and this happened starting about 2 weeks ago.
Reproduction
OS
MX Linux23.4, CPU: 6-core Intel Core i7-8700 (-MT MCP-) speed/min/max: 1400/800/3201 MHz Kernel: 6.10.12-1-liquorix-amd64 x86_64 . KDE PLasma v 5.275
Version of Vorta
Vorta Version 0.9.1,
What did you install Vorta with?
Flatpak
Version of Borg
Borg Version 1.4.0
Logs
The text was updated successfully, but these errors were encountered: