Install PBS and OMV

kamzata

Renowned Member
Jan 21, 2011
240
10
83
Italy
I'd like to install PBS alongside with Openmediavault (OMV) 5 on my Intel NUC in order to keep a local copy of my main Proxmox server and share some folders with OMV 5 on my local network.

How can I achieve this? What's the best way to do this?
 
root@omvm:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug enp7s0f0
iface enp7s0f0 inet static
address 172.16.0.110/24
gateway 172.16.0.33
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 172.16.0.113
dns-search mydomain.co.rs
 
@ness1602 many thanks, I'm using your setup: OMV 6.3.3-1 + extras and PBS 2.3.3-1.

May I ask you if you are yet using it and which kernel (I mean: 6.x according to OMV-extras setup or Proxmox 5.x)? thanks