List of local or remote repositories with paths and optional labels.
Declarations
Type
list of (string or (submodule))
Example
[
{
"path" = "ssh://myuser@myrepo.myserver.com/./repo";
"label" = "server";
}
{
"path" = "/var/lib/backups/local.borg";
"label" = "local";
}
]
Sign in to create a configuration using this setting.