yfprojects
yfprojects
Is this a duplicate of #1397?
We need further information to fix this. The crash you describe happened before Vorta could load its logger. Can you provide the output of the `vorta --daemonize` process that is...
No real information in there. Searching on the internet I found that you can add the following lines to the desktop file: ``` StandardOutput=append:/home/user/log1.log StandardError=append:/home/user/log2.log ``` Maybe that helps...
Did you already report this problem at their [repo](https://github.com/borgbackup/borg)? While moving the cache location would be a solution, one should also consider preventing the cache from getting this big. >...
I see. This issue is similar and linked to #1748.
> I have to say that my trust in vorta has been affected by this, as there is no warning that vorta fails to start the user do not notive...
> That said I am not asking you to fix my problem remotely, but simply to give me explicit information so I can help myself without losing my data. As...
Thank you for reporting this issue @Kyshman. When importing the profile export file, the following code will be executed to choose the correct item in the compression ComboBox. https://github.com/borgbase/vorta/blob/567a3546ae09878cf64f9f10c5c6f7bb7254720e/src/vorta/views/repo_tab.py#L103 Since...
You don't need to addsa parameter because you can use inheritance. `RepoWindow` will never be instanciated it serves as a super class implementin, common features of the two dialogs for...
Related: https://github.com/borgbase/vorta/discussions/1764#discussioncomment-6713818