> V1.0.2 > Commands > Plakar info
Version v1.0.2

info

PLAKAR-INFO(1)General Commands ManualPLAKAR-INFO(1)

plakar infoDisplay detailed information about internal structures

plakar info[snapshot[:/path/to/file]]

The plakar info command provides detailed information about a Plakar repository, snapshots and filesystem entries. The type of information displayed depends on the specified argument. Without any arguments, display information about the repository.

Show repository information:

$ plakar info

Show detailed information for a snapshot:

$ plakar info abc123

Show detailed information for a file within a snapshot:

$ plakar info abcd123:/etc/passwd

The plakar info utility exits 0 on success, and >0 if an error occurs.

0
Command completed successfully.
>0
An error occurred, such as an invalid snapshot or object ID, or a failure to retrieve the requested data.

plakar(1), plakar-snapshot(1)

March 3, 2025Plakar