5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-02-07 01:58:20 +03:00

docs: mention required source audit permission for push sync jobs

To be in line with the updated permission requirements, as
Datastore.Audit is now required to read and edit sync jobs in push
direction.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
Christian Ebner 2024-11-27 12:44:07 +01:00 committed by Thomas Lamprecht
parent 4eadbcc49f
commit 13fe842041

View File

@ -256,9 +256,9 @@ The following permissions are required for a sync job in push direction:
#. ``Remote.Audit`` on ``/remote/{remote}`` and ``Remote.DatastoreBackup`` on
``/remote/{remote}/{remote-store}/{remote-ns}`` path or subnamespace.
#. At least ``Datastore.Read`` on the local source datastore namespace
(``/datastore/{store}/{ns}``) or ``Datastore.Backup`` if owner of the sync
job.
#. At least ``Datastore.Read`` and ``Datastore.Audit`` on the local source
datastore namespace (``/datastore/{store}/{ns}``) or ``Datastore.Backup`` if
owner of the sync job.
#. ``Remote.DatastorePrune`` on ``/remote/{remote}/{remote-store}/{remote-ns}``
path to remove vanished snapshots and groups. Make sure to use a dedicated
remote for each sync job in push direction as noted above.