Difference between revisions of "Velero backup create"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
  [[velero backup create --help]]
 
  [[velero backup create --help]]
  
  [[velero backup]] create my-backup-from-mynamespace --include-namespaces my-backup-from-mynamespace
+
== Create a new backup ==
 +
  [[velero backup]] create mynewname-backup --include-namespaces mynamespace
  
  

Revision as of 11:27, 5 February 2024

https://velero.io/docs/main/backup-reference/
velero backup create --help

Create a new backup

velero backup create mynewname-backup --include-namespaces mynamespace


velero backup create my-backup-from-mynamespace --include-namespaces my-backup-from-mynamespace
velero backup create my-nginx-backup --selector app=nginx
velero backup create yournamespace --include-namespaces yournamespace
Backup request "yournamespace" submitted successfully.
Run `velero backup describe yournamespace` or `velero backup logs yournamespace` for more details.


velero backup create mybackupName --include-cluster-resources=true --ordered-resources 'pods=ns1/pod1,ns1/pod2;persistentvolumes=pv4,pv8' --include-namespaces=ns1
velero backup create mybackupName --ordered-resources 'statefulsets=ns1/sts1,ns1/sts0' --include-namespaces=yournamespace


velero backup create mytest
Backup request "mytest" submitted successfully.
Run `velero backup describe mytest` or `velero backup logs mytest` for more details.

Output examples

Errors

velero backup create
An error occurred: a backup name is required, unless you are creating based on a schedule

Related

See also

Advertising: