PLAKAR-SYNC(1) General Commands Manual PLAKAR-SYNC(1)

plakar-syncSynchronize snapshots between Plakar repositories

plakar sync [-cache path] [-packfiles path] [snapshotID] to | from | with repository

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:

path
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).
path
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:

| |
Specifies the direction of synchronization:
Synchronize snapshots from the local repository to the specified peer repository.
Synchronize snapshots from the specified peer repository to the local repository.
Synchronize snapshots in both directions, ensuring both repositories are fully synchronized.
repository
Path to the peer repository to synchronize with.

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

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

plakar(1), plakar-query(7)

Plakar May 5, 2026 PLAKAR-SYNC(1)