Environment variables passed to the backup script. You can for example specify which SSH key to use.
Declarations
Type
attribute set of string
Default
{ }
Example
{
BORG_RSH = "ssh -i /path/to/key";
}
Environment variables passed to the backup script. You can for example specify which SSH key to use.
attribute set of string
{ }
{
BORG_RSH = "ssh -i /path/to/key";
}