[pbs-devel] [PATCH docs 2/7] backup-client: add section on change-owner command

Dylan Whyte d.whyte at proxmox.com
Fri Nov 6 15:46:25 CET 2020


Add section "Changing the Owner of a Backup Group"

Signed-off-by: Dylan Whyte <d.whyte at proxmox.com>
---
 docs/backup-client.rst | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/docs/backup-client.rst b/docs/backup-client.rst
index 0b91c353..a23535fa 100644
--- a/docs/backup-client.rst
+++ b/docs/backup-client.rst
@@ -535,6 +535,29 @@ To remove the ticket, issue a logout:
   # proxmox-backup-client logout
 
 
+.. _changing-backup-owner:
+
+Changing the Owner of a Backup Group
+------------------------------------
+
+By default, the owner of a backup group is the user which was used to originally
+create that backup group (or in the case of sync jobs, ``root at pam``). This
+means that if a user ``mike at pbs`` created a backup, another user ``john at pbs``
+can not be used to create backups in that same backup group.  In case you want
+to change the owner of a backup, you can do so with the below command, using a
+user that has ``Datastore.Modify`` privileges on the datastore.
+
+.. code-block:: console
+
+  # proxmox-backup-client change-owner vm/103 john at pbs
+
+This can also be done from within the web interface, by navigating to the
+`Content` section of the datastore that contains the backup group and
+selecting the user icon under the `Actions` column. Common cases for this could
+be to change the owner of a sync job from ``root at pam``, or to repurpose a
+backup group.
+
+
 .. _backup-pruning:
 
 Pruning and Removing Backups
-- 
2.20.1






More information about the pbs-devel mailing list