More complete use of systemd resources.

Smoke

Active Member
Oct 7, 2014
11
3
43
Why not use:
a) systemd-timers instead of cron,
and
b) systemd-networkd instead of /etc/network/interfaces?

In the latter case, I do it myself. My /etc/network/interfaces looks like:
Code:
auto  vmbr16 vmbr81 vmbr100 vmbr111 vmbr168 vmbr201 vmbr202 vmbr622 vmbr674 vmbr3600
iface vmbr16   inet manual
iface vmbr81   inet manual
iface vmbr100  inet manual
iface vmbr111  inet manual
iface vmbr168  inet manual
iface vmbr201  inet manual
iface vmbr202  inet manual
iface vmbr622  inet manual
iface vmbr674  inet manual
iface vmbr3600 inet manual

So, my bonds, VLANs, CARPs and other service interfaces are invisible for proxmox.

But creating and modifying timers for CTs & VMs backup via the web interface is more complicated, as far as I understand?
 
Last edited: