diff --git a/CODEOWNERS b/CODEOWNERS index 69f8ceef5d9a..6148e824fd19 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -805,6 +805,7 @@ source/_integrations/serial.markdown @fabaff source/_integrations/seven_segments.markdown @fabaff source/_integrations/seventeentrack.markdown @shaiu source/_integrations/sfr_box.markdown @epenet +source/_integrations/sftp_client.markdown @cyr-ius source/_integrations/sharkiq.markdown @JeffResc @funkybunch source/_integrations/shell_command.markdown @home-assistant/core source/_integrations/shelly.markdown @balloob @bieniu @thecode @chemelli74 @bdraco diff --git a/source/_integrations/sftp_client.markdown b/source/_integrations/sftp_client.markdown new file mode 100644 index 000000000000..e24727f899a1 --- /dev/null +++ b/source/_integrations/sftp_client.markdown @@ -0,0 +1,32 @@ +--- +title: SFTP Client +description: Instructions on how to use SFTP Client in Home Assistant. +ha_category: + - Backup +ha_iot_class: Local Polling +ha_release: '2025.8' +ha_config_flow: true +ha_domain: sftp_client +ha_codeowners: + - '@cyr-ius' +ha_integration_type: service +ha_quality_scale: platinum +related: + - docs: /common-tasks/general/#backups + title: Creating backups in Home Assistant +--- + +The **SFTP Client** {% term integration %} allows you to perform Home Assistant backups to a server via SFTP. Once this integration is configured, your server contains a new folder called backup where all backups will be stored. If you delete the folder, it will be automatically recreated as long as the {% term integration %} is enabled. + +{% include integrations/config_flow.md %} + +## Known limitations + +- The integration can only access files that it creates in the Home Assistant folder. It cannot access or modify any other files. + +## Removing the integration + +{% include integrations/remove_device_service.md %} + +If you remove the integration, the Home Assistant folder on your server is not automatically deleted. You must delete it manually. +