# Backups

- [SQL Databases](https://scripts.aaronjstevenson.com/device-management/backups/sql-databases.md): PowerShell script to create backups of all SQL databases on a device.
- [Synology Active Backup](https://scripts.aaronjstevenson.com/device-management/backups/synology-active-backup.md): PowerShell script to silently install the latest Synology Active Backup for Business agent.
- [Windows Restore Point](https://scripts.aaronjstevenson.com/device-management/backups/windows-restore-point.md): PowerShell script to silently create a System Restore Point of the system drive.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://scripts.aaronjstevenson.com/device-management/backups.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
