
velero
List of commands for velero:
-
velero:tldr:08773 velero: Delete a backup.$ velero backup delete ${backup_name}try on your machineexplain this command
-
velero:tldr:1fc4f velero: Create a weekly backup, each living for 90 days (2160 hours).$ velero schedule create ${schedule_name} --schedules="${@every 7d}" --ttl ${2160h0m0s}try on your machineexplain this command
-
velero:tldr:50bfe velero: List all backups.$ velero backup gettry on your machineexplain this command
-
velero:tldr:5d626 velero: Create a restore from the latest successful backup triggered by specific schedule.$ velero restore create --from-schedule ${schedule_name}try on your machineexplain this command
-
velero:tldr:d23f7 velero: Create a backup containing all resources.$ velero backup create ${backup_name}try on your machineexplain this command