{% extends 'base/layout.html' %} {% load i18n %} {% block title %}{% trans "Schedule Proxbox Sync" %}{% endblock %} {% block content %}
{% blocktrans trimmed %} Schedule a ProxBox sync operation to run at a specific time. Set a recurrence interval to repeat the sync automatically (e.g. every 4 hours, daily, weekly). Leave Schedule at blank to run immediately. {% endblocktrans %}
| {% trans "Type" %} | {% trans "Description" %} |
|---|---|
| {% trans "All" %} | {% trans "Sync both devices (nodes) and virtual machines." %} |
| {% trans "Devices" %} | {% trans "Sync Proxmox nodes as NetBox devices." %} |
| {% trans "Virtual Machines" %} | {% trans "Sync Proxmox VMs as NetBox virtual machines." %} |
| {% trans "VM Disks" %} | {% trans "Sync VM virtual disks (run after virtual machines)." %} |
| {% trans "VM Backups" %} | {% trans "Sync all VM backup records." %} |
| {% trans "Example" %} | {% trans "Frequency" %} |
|---|---|
| 15 minutes | {% trans "Frequent sync" %} |
| 1 hour | {% trans "Hourly sync" %} |
| 4 hours | {% trans "Regular sync" %} |
| 12 hours | {% trans "Twice daily" %} |
| 1 day | {% trans "Daily sync" %} |
| 1 week | {% trans "Weekly sync" %} |