-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

velero


> Backup and migrate Kubernetes applications and their persistent volumes.

More information.


Create a backup containing all resources:

velero backup create {backup_name}

List all backups:

velero backup get

Delete a backup:

velero backup delete {backup_name}

Create a weekly backup, each living for 90 days (2160 hours):

velero schedule create {schedule_name} --schedules="{@every 7d}" --ttl {2160h0m0s}

Create a restore from the latest successful backup triggered by specific schedule:

velero restore create --from-schedule {schedule_name}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 01:03:14 2024