Update backup.py
frdel committed
Nov 13, 2025 at 20:11 UTC
3e5e253324f34c36b56335a6679a5b3463289120
1 file changed
+6
-1
python/helpers/backup.py
+6
-1
@@ -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/secrets.env
79
{agent_root}/tmp/chats/**
80
{agent_root}/tmp/scheduler/**
80
-{agent_root}/tmp/uploads/**"""
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"""