btrfs-backup-ng-list - Man Page

show snapshots and backups

Synopsis

btrfs-backup-ng list [Options]

Description

List all snapshots across configured volumes and their backup targets. Shows snapshot names, timestamps, and locations.

Options

--volume PATH

Only list snapshots for the specified volume(s). Can be specified multiple times.

--json

Output in JSON format for scripting and automation.

Examples

List all snapshots:

btrfs-backup-ng list

List snapshots for specific volume:

btrfs-backup-ng list --volume /home

Output as JSON:

btrfs-backup-ng list --json

See Also

btrfs-backup-ng(1), btrfs-backup-ng-status(1)

Referenced By

btrfs-backup-ng(1), btrfs-backup-ng-status(1).

January 2026 btrfs-backup-ng