Continuous Restore
This document describes setting up continuous restore for an application.
Create an Event Target
apiVersion: triliovault.trilio.io/v1
kind: Target
metadata:
annotations:
trilio.io/event-target: "true"
name: s3-event-target
namespace: default
spec:
objectStoreCredentials:
bucketName: aj-test-s3
credentialSecret:
name: s3-cred-secret
namespace: default
region: us-east-1
type: ObjectStore
vendor: AWS




Create a BackupPlan














Polling Interval
Last updated
Was this helpful?