plakar icon indicating copy to clipboard operation
plakar copied to clipboard

`plakar config` to handle configuration of importer origins, exporter targets and repositories

Open poolpOrg opened this issue 10 months ago • 0 comments

We need a git-like plakar config subcommand to configure the credentials of the various endpoints we connect to:

  • importers
  • exporters
  • repositories

Come up with a yaml structure, read at startup, allow substituting on the command line, ie:

$ plakar config foobar.username=gilles
$ plakar config foobar.password=foobarbazqux
$ plakar config foobar.location=s3://localhost:9000

$ plakar on @foobar backup /private/etc

poolpOrg avatar Feb 11 '25 22:02 poolpOrg