# Script Backup

The **Script Backup** tool lets you quickly save backups of your current script in Blender’s Text Editor. You can also view and open previous backups from a dedicated **Backups** menu.

This is especially useful for keeping different versions of your code without overwriting your original file.

<figure><img src="/files/uEgWX7V4U9RiCSvBdWKw" alt=""><figcaption></figcaption></figure>

***

### 📍Location

Both the **Save Script Backup** button and the **Backups** menu are located in the **Text Editor** → **Text** menu:

![](/files/zPvQhBLGCYWi8ffmupdn)

***

### **🗝️Key Features**

* **Save backups manually** or with a **quick shortcut**.
* **Shift + Click** for automatic numbered backups (e.g., `my_script_1.py`, `my_script_2.py`).
* Remembers backup locations per script.
* **Backups menu** lists all saved versions for the current script.
* Open backups directly in Blender’s Text Editor.

***

### **❓How It Works**

When you save a backup:

1. The addon stores it in your chosen folder (or the script’s original folder if not set).
2. The location is remembered for that specific script.
3. Backups are displayed in the Backups menu, sorted by date in chronological order.

***

### **🛠️ Usage**

**Saving a Backup**

1. Open your script in Blender’s Text Editor.
2. Go to **Text → Save Backup**.
3. Choose where to save.
4. Done — your backup now appears in **Text → Backups**.

**Quick Numbered Backup**

* Hold the **Shift** key while selecting **"Save Backup"** from the menu.
* The addon will automatically save a numbered copy without asking for a location.

**Opening a Backup**

1. Open the **Text → Backups** menu.
2. Select any backup to open it directly in Blender’s Text Editor.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://jishnujithu.gitbook.io/textify/tools/script-backup.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.
