> V1.1.0 > Guides > Creating a custom connector
Version v1.1.0

Beta Version

You're viewing documentation for version v1.1.0. Beta versions are subject to changes and may not represent the final stable release. Do not use in production environments.

Creating a Custom Connector

Last reviewed: 2026-01-30 / Plakar v1.1.0

This guide shows how to create a custom Plakar connector in Go, build it, package it, and install it using the plakar CLI.

What you will build

A minimal Exporter connector that restores snapshot contents to disk.

The same workflow applies to Importer or Storage connectors, but this guide focuses on Exporter.

1. Choose the connector type

Plakar supports three connector types:

  • Store – where backups are stored
  • Importer – where data is read from
  • Exporter – where data is written to

In this guide, you will implement an Exporter.

Found a bug or mistake in the documentation? Create an issue on GitHub