Version v1.0.2
Outdated Documentation
You're viewing documentation for version v1.0.2. This version may contain outdated information.
clone
| PLAKAR-CLONE(1) | General Commands Manual | PLAKAR-CLONE(1) |
NAME
plakar clone —
Clone a Plakar repository to a new location
SYNOPSIS
plakar clone | to path |
DESCRIPTION
The plakar clone command creates a full
clone of an existing Plakar repository, including all snapshots, packfiles,
and repository states, and saves it at the specified
path.
EXAMPLES
Clone a repository to a new location:
plakar clone to /path/to/new/repository
DIAGNOSTICS
The plakar clone utility exits 0 on
success, and >0 if an error occurs.
- 0
- Command completed successfully.
- >0
- An error occurred, such as failure to access the source repository or to create the target repository.
SEE ALSO
| February 1, 2025 | Plakar |
Found a bug or mistake in the documentation? Create an issue on GitHub