ZRS
On this page

Configuration

Adding a configuration file is optional, ZRS will use defaults when there is no configuration file or for any missing or commented out settings in the configuration file.

Editing the configuration file #

The package installs a fully-commented example at /etc/zrs/config.example.toml listing every supported option. To customize ZRS, copy it and edit your copy:

sudo cp /etc/zrs/config.example.toml /etc/zrs/config.toml
sudoedit /etc/zrs/config.toml

Restart ZRS to apply the new config:

sudo systemctl restart zrs

/etc/zrs/config.example.toml is overwritten on every package upgrade and not read by ZRS, it should not be edited directly. /etc/zrs/config.toml is read by ZRS and the package never touches it. All fields are optional, ZRS uses defaults when no config file exists or a field is missing.

On this page