File tree Expand file tree Collapse file tree 4 files changed +38
-0
lines changed
Expand file tree Collapse file tree 4 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : protect.trident.netapp.io/v1
2+ kind : Application
3+ metadata :
4+ name : <APP NAME>
5+ namespace : <APP NAMESPACE>
6+ spec :
7+ includedNamespaces :
8+ - namespace : <APP NAMESPACE>
Original file line number Diff line number Diff line change 1+ apiVersion : protect.trident.netapp.io/v1
2+ kind : Backup
3+ metadata :
4+ namespace : <APP NAMESPACE>
5+ name : <APP BACKUP NAME>
6+ spec :
7+ applicationRef : <APP NAME>
8+ appVaultRef : <APP VAULT NAME>
Original file line number Diff line number Diff line change 1+ apiVersion : protect.trident.netapp.io/v1
2+ kind : BackupRestore
3+ metadata :
4+ name : <APP RESTORE NAME>
5+ namespace : <DESTINATION NAMESPACE>
6+ spec :
7+ appArchivePath : <APP ARCHIVE PATH>
8+ appVaultRef : <APP VAULT NAME>
9+ namespaceMapping :
10+ - source : <SOURCE NAMESPACE>
11+ destination : <DESTINATION NAMESPACE>
12+ storageClassMapping :
13+ - source : <SOURCE STORAGE CLASS>
14+ destination : <DESTINATION STORAGE CLASS>
Original file line number Diff line number Diff line change 1+ apiVersion : protect.trident.netapp.io/v1
2+ kind : BackupInplaceRestore
3+ metadata :
4+ name : <APP BACKUP RESTORE NAME>
5+ namespace : <APP NAMESPACE>
6+ spec :
7+ appArchivePath : <APP ARCHIVE PATH>
8+ appVaultRef : <APP VAULT NAME>
You can’t perform that action at this time.
0 commit comments