Install latest/stable of restic-server
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Install using the command line
sudo snap install restic-server
Don't have snapd? Get set up for snaps.
This snap packages the REST server backend for Restic.
Configuration and Daemon Management
To simplify management of the REST server daemon, a configuration file (rest-server.conf
) is provided in the snap package. This file allows you to easily customize the behavior of the REST server without modifying the wrapper script or service definition.
Location
The configuration file is located at:
/var/snap/restic-server/common/rest-server.conf
Usage
Edit the configuration file to set your desired options (such as data directory, authentication, TLS, etc.).
After making changes, restart the daemon to apply the new configuration:
sudo snap restart restic-server
The wrapper script (rest-server-wrapper.sh
) automatically loads and applies the settings from rest-server.conf
when starting the REST server.
This approach makes it easy to manage and update the service configuration, ensuring changes are persistent and straightforward.
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Generate an embeddable card to be shared on external websites.
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.