Hi,
I have been using OMV with urbackup plugin to backup my clients on the network. Now I've upgraded to OMV5 where urbackup is not available any more as a plugin but needs to be installed via portainer - I installed it and the container seems to run:
I can access the urbackup's user interface with <ip of omv>:32769.
Question 1: Can I have a more convenient way to access the web-ui of urbackup? On OMV4 I had a link in OMV's web-ui.
After login, urbackup complains about an outdated version of urbackup (2.1.20 whereas 2.4.9 is available)
Question 2: how do I update to the latest version of urbackup? Can updating be automated?
In settings I entered the path where my backups have been stored in OMV4: /srv/dev-disk-by-id-ata-ST8000VN0022-2EL112_ZA15NL5P/bak/urbackup - this is one of the disks (/dev/sdf) I bundled to a btrfs partition:
This results in a err_folder_not_found, probably because the path is not shared/mount in the container.
Can access /
Can access /srv
Cannot access /srv/dev-disk-by-id-ata-ST8000VN0022-2EL112_ZA15NL5P. No such file or directory (code: 2)
Cannot access /srv/dev-disk-by-id-ata-ST8000VN0022-2EL112_ZA15NL5P/bak. No such file or directory (code: 2)
Cannot access /srv/dev-disk-by-id-ata-ST8000VN0022-2EL112_ZA15NL5P/bak/urbackup. No such file or directory (code: 2)
Question 3: How can I connect the urbackup container to the previous storage?
Any more advice on how to setup/upgrade properly? I'm totally new to Docker...
Thanks
Christian