███████ ██   ██ ██    ██ ████████  █████  ██████  ██      ███████
██      ██  ██   ██  ██     ██    ██   ██ ██   ██ ██      ██
███████ █████     ████      ██    ███████ ██████  ██      █████
     ██ ██  ██     ██       ██    ██   ██ ██   ██ ██      ██
███████ ██   ██    ██       ██    ██   ██ ██████  ███████ ███████

Skytable {version} | https://github.com/skytable/skytable
Copyright (c) Sayan N. <ohsayan@outlook.com>

Skytable database server daemon (skyd): data backup utility

Details:
  The `backup` subcommand is used to back up database data into a reliable format
  for easily restoring database data without manual intervention.

Usage: skyd backup [FLAGS] [OPTIONS]

Required options:
  --to <path>                   Path to the backup that is to be created
  --type <type>                 Set the type of backup to create (choices: 'direct')

Options:
  --from <path>                 Set the working directory if different from the
                                current directory
  --description <description>   Set a custom description for the backup

Flags:
  --allow-dirty                 (unsafe) Copy files as-is, even if the database
                                is running and in a (potentially) dirty state

Informational flags:
  -h, --help                    Display this help menu and exit.
  -v, --version                 Display the version number and exit.

Examples:
  skyd backup --from /var/lib/skytable --to /mnt/nfsbackups/mybackup-DDMMYYYY --type=direct

{further_assistance}