Replies: 3 comments
-
|
Oh wow, I'd definitely want to test it. I started writing something in flask-appbuilder but never managed to get beyond scheduling a backup due to time constraints. |
Beta Was this translation helpful? Give feedback.
-
|
I also want to test . I backup vms from multiple vanila KVM hosts using virtnbdbackup bash scripts and cron jobs, a GUI would help |
Beta Was this translation helpful? Give feedback.
-
|
Attached is a first alpha version of the UI (debian, binary release only, at its current state). To start the application and initialize the database, use:
the database and spooler directory is initialized in the directory the application is startup. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi,
Ive started working on a simple UI frontend for virtnbdbackup.
The Frontend is aimed to work as a central point to configure multiple remote KVM
hosts as backup sources and their respective backup targets. It is using the GNU
task-spooler to queue backup jobs. Scheduling is handled by standard CRON, the
cronjob files are however created automatically by the web frontend.
The monitoring and start of the backups is handled by an REST based API service.
It is still in very alpha state, the featureset is:
for simplicity, it is using sqlite as database to store the results.
Ill drop some Screenshots, showing the configuration steps for the host and the simple
frontend:
simple view of queue/active jobs:
At the current state, im not going to provide source code access, but if people want to test it, ill happily share
binary releases for alpha testing and feedback .
Beta Was this translation helpful? Give feedback.
All reactions