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.
sync
| PLAKAR-SYNC(1) | General Commands Manual | PLAKAR-SYNC(1) |
NAME
plakar-sync —
Synchronize snapshots between Plakar
repositories
SYNOPSIS
plakar sync | [-packfiles path]
[snapshotID] to |
from | with
repository |
DESCRIPTION
The plakar sync command synchronize
snapshots between two Plakar repositories. If a specific snapshot ID is
provided, only snapshots with matching IDs will be synchronized.
plakar sync supports the location flags
documented in plakar-query(7) to
precisely select snapshots.
The options are as follows:
-packfilespath- Path where to put the temporary packfiles instead of building them in the default temporary directory. If the special value ‘memory’ is specified then the packfiles are build in memory.
The arguments are as follows:
EXAMPLES
Synchronize the snapshot ‘abcd’ with a peer repository:
$ plakar sync abcd to @peer
Bi-directional synchronization with peer repository of recent snapshots:
$ plakar sync -since 7d with @peer
Synchronize all snapshots of @peer to @repo:
$ plakar at @repo sync from @peer
DIAGNOSTICS
The plakar-sync utility exits 0 on
success, and >0 if an error occurs.
- 0
- Command completed successfully.
- >0
- General failure occurred, such as an invalid repository path, snapshot ID mismatch, or network error.
SEE ALSO
| September 10, 2025 | Plakar |
Found a bug or mistake in the documentation? Create an issue on GitHub