List of local or remote repositories with paths and optional labels.
Declarations
Type
list of (string or (submodule))
Example
[
{
"path" = "ssh://[email protected]/./repo";
"label" = "server";
}
{
"path" = "/var/lib/backups/local.borg";
"label" = "local";
}
]