Backing up Object Store: Difference between revisions

no edit summary
No edit summary
Line 1: Line 1:
It is possible to have a backing up of object store data to our TSM tape system. Here is the formal procedure to do so.  
It is possible to have backed up of object store data to our TSM tape system. Here is the formal procedure to do so.  


===List bucket===
===List bucket===


Send a list of bukets to backup to juno@calculquebec.ca with the name of the project where the buckets live.
Send a list of buckets to back up to juno@calculquebec.ca with the name of the project where the buckets live.


===Give us permission===  
===Give us permission===  


You need to configure the iam policy statement of *all the buckets* you want to backup so your TSM robot user in charge of the backup can access them. Here is the policy that needs to be added.
You need to configure the iam policy statement of *all the buckets* you want to back up so your TSM robot user in charge of the backup can access them. Here is the policy that needs to be added.


For example, using the [https://docs.aws.amazon.com/cli/latest/ aws cli] and apply the policy on <code>my-bucket</code> using the <code>my-profile</code> identity.  
For example, using the [https://docs.aws.amazon.com/cli/latest/ aws cli] and apply the policy on <code>my-bucket</code> using the <code>my-profile</code> identity.  
Line 18: Line 18:
</pre>
</pre>


If that command returns something you need to add the new statement the existing policy. But we are no covering that here.
If that command returns something, you need to add the new statement the existing policy. But we are not covering that here.


Adding policy.json to `my-bucket`
Adding policy.json to `my-bucket`
102

edits