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
This is impossible on borg servers like Hetzner for example, they don't allow you to execute the commands in the transferred script.
I understand the reason to try to implement repository preparation on a remote linux server, but I cannot completely understand the logic in the code and the steps.
I can easily init a repository on hetzner server with borg init and after that it is completely working. The same I can do on my own remote borg server.
I'm not a specialist in borgbackup, Can you please explain the reason for these commands and what would be the approach to use your very good application with this kind of servers?
The application, including the UI is very good and would save us a lot of manual work.
Kind regards
The text was updated successfully, but these errors were encountered:
CyBorgBackup have been designed to be used from scratch. They will try to "borg init" for each repository configured. For the moment, they hasn't any option for set a repository as ready from the UI or the API.
But you can do that directly in DB => "UPDATE FROM main_repository SET ready=true WHERE id=##ID##"
Hi,
This would do the job for the moment.
I will try do do something with the scripts template and the python part as well, and if it works I will share the result.
Another related question - currently I'm using the installation with the debian package and everything is working as expected. But I think it installs V0.5. Do you think it is better to upgrade to development to make the tests and adjustments there? If yes, do you have some recommendation how to upgrade currently installed to development? Or how to install the development, including UI from scratch (not with docker, I tried and there were too many issues)?
For the development, I use the docker version to work on the features. But for try the workflow, I use a development server with the stack to test the Borg system correctly. (The Docker Borg Worker can have some issue to connect on some client) You can find the development deb package on the Github Workflows Artefact
Hi,
You are trying to prepare a repository the same way you are preparing a client, with following commands (or similar):
This is impossible on borg servers like Hetzner for example, they don't allow you to execute the commands in the transferred script.
I understand the reason to try to implement repository preparation on a remote linux server, but I cannot completely understand the logic in the code and the steps.
I can easily init a repository on hetzner server with borg init and after that it is completely working. The same I can do on my own remote borg server.
I'm not a specialist in borgbackup, Can you please explain the reason for these commands and what would be the approach to use your very good application with this kind of servers?
The application, including the UI is very good and would save us a lot of manual work.
Kind regards
The text was updated successfully, but these errors were encountered: