Shared crontab between nodes

Why would you want that?
In general it might be better to use different times for different nodes.

However you can create a file in /etc/pve/mycrontab - and symlink it in all your nodes to /etc/cron.d

I hope this helps!
 
  • Like
Reactions: Jota V.
or setup a VM/LXC for puppet (or similar) and let that control your node's crontab 1 point of administration , and its all synched

We're using puppet on all vms and servers on our network, but we wan't keep our Proxmox nodes most simple possible.
Thanks.