Spaces:
Paused
Paused
frdel commited on
Commit ·
88f85d2
1
Parent(s): 13600df
Update backup.py
Browse files- python/helpers/backup.py +6 -1
python/helpers/backup.py
CHANGED
|
@@ -75,9 +75,14 @@ class BackupService:
|
|
| 75 |
# Configuration and Settings (CRITICAL)
|
| 76 |
{agent_root}/.env
|
| 77 |
{agent_root}/tmp/settings.json
|
|
|
|
| 78 |
{agent_root}/tmp/chats/**
|
| 79 |
{agent_root}/tmp/scheduler/**
|
| 80 |
-
{agent_root}/tmp/uploads/**
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
|
| 82 |
def _get_agent_zero_version(self) -> str:
|
| 83 |
"""Get current Agent Zero version"""
|
|
|
|
| 75 |
# Configuration and Settings (CRITICAL)
|
| 76 |
{agent_root}/.env
|
| 77 |
{agent_root}/tmp/settings.json
|
| 78 |
+
{agent_root}/tmp/secrets.env
|
| 79 |
{agent_root}/tmp/chats/**
|
| 80 |
{agent_root}/tmp/scheduler/**
|
| 81 |
+
{agent_root}/tmp/uploads/**
|
| 82 |
+
|
| 83 |
+
# User data
|
| 84 |
+
{agent_root}/usr/**
|
| 85 |
+
"""
|
| 86 |
|
| 87 |
def _get_agent_zero_version(self) -> str:
|
| 88 |
"""Get current Agent Zero version"""
|