# Backup/Restore **Application Backup & Recovery** Comprehensive backup and disaster recovery endpoints for Flux applications and data. These APIs provide automated backup creation, version management, and restoration capabilities to ensure data integrity and business continuity for decentralized applications running on the Flux network. **Backup Services:** - Automated backup scheduling - Version control and history - Cross-region replication - Point-in-time recovery - Disaster recovery orchestration ## Get volume data of a component - [GET /backup/getvolumedataofcomponent](https://docs.runonflux.io/fluxapi/backuprestore/fluxgetvolumedataofcomponent.md): Get volume data of a component. ## Get size of a remote file. - [GET /backup/getremotefilesize](https://docs.runonflux.io/fluxapi/backuprestore/fluxgetremotefilesize.md): Get size of a remote file. ## Get the list of local backups based on the provided appname - [GET /backup/getlocalbackuplist](https://docs.runonflux.io/fluxapi/backuprestore/fluxgetlocalbackuplist.md): Get the list of local backups based on the provided appname. ## Remove a backup file. - [GET /backup/removebackupfile](https://docs.runonflux.io/fluxapi/backuprestore/fluxremovebackupfile.md): Remove a backup file. ## Download a local backup file - [GET /backup/downloadlocalfile](https://docs.runonflux.io/fluxapi/backuprestore/fluxdownloadlocalfile.md): Download a local backup file. ## Append backup task to an application - [POST /apps/appendbackuptask](https://docs.runonflux.io/fluxapi/backuprestore/fluxappendbackuptask.md): Append backup task to an application. ## Append restore task to an application - [POST /apps/appendrestoretask](https://docs.runonflux.io/fluxapi/backuprestore/fluxappendrestoretask.md): Append restore task to an application.