MyNixOS website logo
option

services.rsync.jobs.<name>.settings

Settings that should be passed to rsync via long options. See rsync(1) for available options.

Declarations
Type
attribute set of (boolean or string or signed integer or floating point number or list of (boolean or string or signed integer or floating point number))
Default
{ }
Example
{
  archive = true;
  delete = true;
  mkpath = true;
  verbose = true;
}