--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "virtfusion_server_backups Data Source - virtfusion" subcategory: "" description: |- Use this data source to list backups for a VirtFusion server. --- # virtfusion_server_backups (Data Source) Use this data source to list backups for a VirtFusion server. ## Schema ### Required - `server_id` (Number) The server ID to list backups for. ### Optional - `results` (Number) Maximum number of results to return. Defaults to 300. ### Read-Only - `backups` (Attributes List) The list of backups. (see [below for nested schema](#nestedatt--backups)) ### Nested Schema for `backups` Read-Only: - `created_at` (String) The backup creation timestamp. - `id` (Number) The backup ID. - `type` (String) The backup type.