//Cloudogu EcoSystem Docs

Befehl cesapp remove-backups

Der Befehl cesapp remove-backups --policy <policy-name> löscht Backups mit der angegebenen Vorhalterichtlinie.

Vorhalterichtlinien

Mögliche Vorhalterichtlinien sind bisher removeAllButKeepLatest, keepLastSevenDays und keep7Days1Month1Quarter1Year.
Sie können mit dem Befehl cesapp remove-backups list-policies ausgegeben werden.

Dry-run

Der --dry-run Flag listet die einzelnen Schritte des Befehls auf, ohne dass dieser ausgeführt wird.

Manpage

NAME:
   cesapp remove-backups - remove backups according a selected removal policy

USAGE:
   cesapp remove-backups [subcommand] [command options] [arguments...]

COMMANDS:
     list-policies  list all available retention policies
     help, h        Shows a list of commands or help for one command

OPTIONS:
   --policy value  selects a policy which governs the removal of backups. Currently supported policies are: removeAllButKeepLatest, keepLastSevenDays, keep7Days1Month1Quarter1Year
   --dry-run       only prints out the description of the backup steps without backing up anything (default: false)
   --help, -h      show help (default: false)