> V1.1.0 > Commands > Plakar dup
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.

dup

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

plakar-dupDuplicates an existing snapshot with a different ID

plakar dup

The plakar dup command creates a duplicate of an existing snapshot with a new snapshot ID. The new snapshot is an exact copy of the original, including all files and metadata.

Create a duplicate of a snapshot with ID "abc123":

$ plakar dup abc123

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

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

plakar(1)

July 3, 2025Plakar

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