This package browser is in early development. Mind the rough edges.

restic-rest-server

Restic REST server

The Restic REST server is a high performance HTTP server that implements restic's REST backend API. It provides a secure and efficient way to backup data remotely, using the restic backup client and a rest: URL.

Installation

Install the latest version of restic-rest-server as follows:

guix install restic-rest-server

Or install a particular version:

guix install restic-rest-server@0.12.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.