services.automysqlbackup.settings
NixOS option
automysqlbackup configuration. Refer to ${pkgs.automysqlbackup}/etc/automysqlbackup.conf for details on supported values.
type: attribute set of (string or signed integer or boolean or list of string)Default
{ }Example
declared in: nixos/modules/services/backup/automysqlbackup.nixView source on NixOS/nixpkgs →{
db_names = [ "nextcloud" "matomo" ];
table_exclude = [ "nextcloud.oc_users" "nextcloud.oc_whats_new" ];
mailcontent = "log";
mail_address = "admin@example.org";
}