> V1.0.5 > Commands > Plakar source
Version v1.0.5

source

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

plakar-sourceManage Plakar backup source configuration

plakar sourcesubcommand ...

The plakar source command manages the configuration of data sources for Plakar to backup.

The configuration consists in a set of named entries, each of them describing a source for a backup operation.

A source is defined by at least a location, specifying the importer to use, and some importer-specific parameters.

The subcommands are as follows:

name location [option=value ...]
Create a new source entry identified by name with the specified location describing the importer to use. Additional importer options can be set by adding option=value parameters.
name
Check wether the importer for the source identified by name is properly configured.
[-config location] [-overwrite] [-rclone] [sections ...]
Import source configurations from various sources including files, piped input, or rclone configurations.

By default, reads from stdin, allowing for piped input from other commands.

The -config option specifies a file or URL to read the configuration from.

The -overwrite option allows overwriting existing source configurations with the same names.

The -rclone option treats the input as an rclone configuration, useful for importing rclone remotes as Plakar sources.

Specific sections can be imported by listing their names.

Sections can be renamed during import by appending :newname.

For detailed examples and usage patterns, see the https://docs.plakar.io/en/guides/importing-configurations/ Importing Configurations guide.

name
Try to open the data source identified by name to make sure it is reachable.
name
Remove the source identified by name from the configuration.
name [option=value ...]
Set the option to value for the source identified by name. Multiple option/value pairs can be specified.
[-secrets] [name ...]
Display the current sources configuration. If -secrets is specified, sensitive information such as passwords or tokens will be shown.
name [option ...]
Remove the option for the source entry identified by name.

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

plakar(1)

Plakar September 11, 2025 PLAKAR-SOURCE(1)