> Main > Commands > Plakar store
Version developers branch

store

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

plakar-storeManage Plakar store configurations

plakar store[subcommand ...]

The plakar store command manages the Plakar store configurations.

The configuration consists in a set of named entries, each of them describing a Plakar store holding backups.

A store is defined by at least a location, specifying the storage implementation to use, and some storage-specific parameters.

The subcommands are as follows:

name location [option=value ...]
Create a new store entry identified by name with the specified location. Specific additional configuration parameters can be set by adding option=value parameters.
name
Check wether the store identified by name is properly configured.
[names]
Ingest a store configuration from stdin. If names are specified, only those sections will be imported.
name
Try to connect to the store identified by name to make sure it is reachable.
name
Remove the store identified by name from the configuration.
name [option=value ...]
Set the option to value for the store identified by name. Multiple option/value pairs can be specified.
[name ...]
Display the current stores configuration. This is the default if no subcommand is specified.
name [option ...]
Remove the option for the store entry identified by name.

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

plakar(1)

July 3, 2025Plakar