Attribute: clan.core.backups
Attribute: clan.core.backups.providers
Configured backup providers which are used by this machine
Type: attribute set of (submodule)
Default:
{ } Declared in: nixosModules/clanCore/backups.nix
Attribute: clan.core.backups.providers.<name>.create
Command to start a backup
Type: string
Declared in: nixosModules/clanCore/backups.nix
Attribute: clan.core.backups.providers.<name>.list
Command to list backups.
Type: string
Declared in: nixosModules/clanCore/backups.nix
Attribute: clan.core.backups.providers.<name>.name
Name of the backup provider
Type: string
Default:
"attribute name of the backup provider" Declared in: nixosModules/clanCore/backups.nix
Attribute: clan.core.backups.providers.<name>.restore
Command to restore a backup. The name of the backup and the folders to restore will be set as environment variables NAME and FOLDERS respectively.
Type: string
Declared in: nixosModules/clanCore/backups.nix