Version v1.1.0

Beta Version

You're viewing documentation for version v1.1.0. Beta versions are subject to changes and may not represent the final stable release. Do not use in production environments.

ls

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

plakar-lsList snapshots and their contents in a Plakar repository

plakar ls[-uuid] [-recursive] [snapshotID:path]

The plakar ls command lists snapshots stored in a Plakar repository, and optionally displays the contents of path in a specified snapshot.

In addition to the flags described below, plakar ls supports the location flags documented in plakar-query(7) to precisely select snapshots.

The options are as follows:

Display the full UUID for each snapshot instead of the shorter snapshot ID.
List directory contents recursively when exploring snapshot contents.

List all snapshots with their short IDs:

$ plakar ls

List all snapshots with UUIDs instead of short IDs:

$ plakar ls -uuid

List snapshots with a specific tag:

$ plakar ls -tag daily-backup

List contents of a specific snapshot:

$ plakar ls abc123

Recursively list contents of a specific snapshot:

$ plakar ls -recursive abc123:/etc

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

0
Command completed successfully.
>0
An error occurred, such as failure to retrieve snapshot information or invalid snapshot ID.

plakar(1), plakar-query(7)

September 10, 2025Plakar

Found a bug or mistake in the documentation? Create an issue on GitHub