Difference between revisions of "Velero"

From wikieduonline
Jump to navigation Jump to search
 
(29 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[wikipedia:Velero]] (formerly Heptio Ark) is a software to backup and restore, perform [[disaster recovery]], and migrate Kubernetes cluster resources and persistent volumes
 +
 
* https://velero.io/
 
* https://velero.io/
 +
* https://github.com/vmware-tanzu/velero
  
 +
Server:
 +
* <code>[[helm install velero]]</code>
 
* <code>[[kubectl kots velero]]</code>
 
* <code>[[kubectl kots velero]]</code>
 +
 +
Client:
 +
* <code>[[brew install velero]]</code>
 +
 +
Linux
 +
wget https://github.com/vmware-tanzu/velero/releases/download/v1.12.3/velero-v1.12.3-linux-arm64.tar.gz
 +
tar -zxvf velero*
 +
[[mv]] velero*/velero [[/usr/local/bin/]]
  
 
== Commands ==
 
== Commands ==
* [[velero --help]]
+
* <code>[[velero --help]]</code>
 
* <code>[[velero install]]</code>
 
* <code>[[velero install]]</code>
 +
* <code>[[velero backup]]</code>
 
* <code>[[velero backup create]]</code>
 
* <code>[[velero backup create]]</code>
   backup           Work with backups
+
* <code>[[velero backup get]]</code>
   backup-location  Work with backup storage locations
+
* <code>[[velero client config]]</code>
   bug              Report a Velero bug
+
 
   client            Velero client related commands
+
   [[velero backup|backup]]          Work with backups
   completion        Generate completion script
+
   [[velero backup-location|backup-location]]   Work with backup storage locations
   create            Create velero resources
+
   [[velero bug|bug]]               Report a Velero bug
   debug             Generate debug bundle
+
   [[velero client|client]]           Velero client related commands
   delete            Delete velero resources
+
   [[velero completion|completion]]       Generate completion script
   describe          Describe velero resources
+
   [[velero create|create]]           Create velero resources
   get               Get velero resources
+
   [[velero debug|debug]]            Generate debug bundle
   help              Help about any command
+
   [[velero delete|delete]]           Delete velero resources
   install          Install Velero
+
   [[velero describe|describe]]         Describe velero resources
   plugin            Work with plugins
+
   [[velero get|get]]              Get velero resources
   repo              Work with repositories
+
   [[velero help|help]]             Help about any command
 +
   [[velero install|install]]           Install Velero
 +
   [[velero plugin|plugin]]           Work with plugins
 +
   [[velero repo|repo]]             Work with repositories
 
   restore          Work with restores
 
   restore          Work with restores
 
   schedule          Work with schedules
 
   schedule          Work with schedules
 
   snapshot-location Work with snapshot locations
 
   snapshot-location Work with snapshot locations
 
   uninstall        Uninstall Velero
 
   uninstall        Uninstall Velero
   version          Print the velero version and associated image
+
   [[velero version|version]]           Print the velero version and associated image
  
 
CLI installation:
 
CLI installation:
Line 35: Line 52:
 
== Related ==
 
== Related ==
 
* [[Kubernetes Backups]]
 
* [[Kubernetes Backups]]
 +
* <code>[[kubectl cp]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 11:54, 5 February 2024

wikipedia:Velero (formerly Heptio Ark) is a software to backup and restore, perform disaster recovery, and migrate Kubernetes cluster resources and persistent volumes

Server:

Client:

Linux

wget https://github.com/vmware-tanzu/velero/releases/download/v1.12.3/velero-v1.12.3-linux-arm64.tar.gz
tar -zxvf velero*
mv velero*/velero /usr/local/bin/

Commands[edit]

 backup           Work with backups
 backup-location   Work with backup storage locations
 bug               Report a Velero bug
 client            Velero client related commands
 completion        Generate completion script
 create            Create velero resources
 debug            Generate debug bundle
 delete            Delete velero resources
 describe          Describe velero resources
 get              Get velero resources
 help              Help about any command
 install           Install Velero
 plugin            Work with plugins
 repo              Work with repositories
 restore           Work with restores
 schedule          Work with schedules
 snapshot-location Work with snapshot locations
 uninstall         Uninstall Velero
 version           Print the velero version and associated image

CLI installation:

Ubuntu:

curl -L https://github.com/vmware-tanzu/velero/releases/download/v1.12.0/velero-v1.12.0-linux-amd64.tar.gz | tar xz && mv velero*/velero /usr/local/bin

Related[edit]

See also[edit]

Advertising: