File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -234,11 +234,18 @@ metadata:
234234spec:
235235 ttl: 168h # Backup is garbage collected after 7 days
236236` ` `
237+ {{<note>}}
238+ By default, this setting doesn't delete uploaded files. Review the next section to define
239+ the deletion policy.
240+ {{</note>}}
237241
238242# ## Define the deletion policy
239243
240- Set the `spec.deletionPolicy` to determine how to handle garbage collected
241- backups :
244+ Set the `spec.deletionPolicy` to define backup deletion actions, including the
245+ deletion of the backup file from the bucket. The Deletion Policy value defaults
246+ to `Orphan`. Set it to `Delete` to remove uploaded files in the bucket. For more
247+ information on the backup and restore process, review the [Spaces API
248+ documentation](https://docs.upbound.io/reference/space-api/).
242249
243250` ` ` yaml
244251apiVersion: spaces.upbound.io/v1alpha1
You can’t perform that action at this time.
0 commit comments