PBS Sync Job

Byphone

Renowned Member
Jan 9, 2017
20
0
66
49
Hello,

Just setup pbs server to evaluate the solution, and my first impressions are really good. I wonder if it's possible to have sync job for only some vm(s) backup, and not the full datastore. I want to send to another pbs server only vm(s) for a specific client.

Any idea ?

Regards
 
Is there any idea that the feature will be made available on the enterprise repository ?

Do you have more explanations about this workaround ?
"while it's possible to achieve similar results with hacky workarounds
based on group ownership and reduced "visibility", implementing it
properly is not that complex."
 
it will be made available in the pve-enterprise repository once it's been implemented (there will be another iteration of the patch for review soon) and gone through the usual testing (internal -> public test repo -> public community repo).

the workaround is the following
- create new user/token
- change owner of groups you want to sync to newly created user/token
- set permissions so that newly created user/token can only access its own backups, and not those of other users
- setup new remote using new user/token as accessing entity
- setup sync using new remote

since the remote entry can only access the groups owned by the newly created user/token, sync jobs using it can also only sync the same groups. be careful to not set 'remove_vanished', else other groups previously synced/created in other ways might be deleted!
 
  • Like
Reactions: Byphone