PLAKAR-SYNC(1)
General Commands Manual
PLAKAR-SYNC(1)
NAME
plakar-sync —
Synchronize snapshots between Plakar
repositories
SYNOPSIS
plakar sync |
[-cache path]
[-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:
-cachepath- Specify a path to store the vfs cache. Use the special value ‘no’ to disable caching. Use the special value ‘vfs’ to use the in-memory vfs cache (the default).
-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:
EXIT STATUS
The plakar-sync utility exits 0 on
success, and >0 if an error occurs.
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
SEE ALSO
Plakar May 5,
2026 PLAKAR-SYNC(1)