backup

command
v1.23.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 22, 2026 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Overview

Command backup provides CLI tools for database backup and restore operations.

Usage:

# Full backup with zstd compression
luxd backup --output /path/to/backup.zst --since 0

# Incremental backup (using version from last backup)
luxd backup --output /path/to/backup-incr.zst --since 12345678

# Restore from backup
luxd restore --input /path/to/backup.zst

# Get last backup metadata
luxd backup-info --data-dir ~/.lux/mainnet

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL