mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 23:41:49 +00:00
fix backup and file limit
This commit is contained in:
parent
fd06f51ee0
commit
65607a36fc
7 changed files with 31 additions and 16 deletions
|
|
@ -37,7 +37,7 @@ class BackupInspect(ApiHandler):
|
|||
"backup_name": metadata.get("backup_name", ""),
|
||||
"total_files": metadata.get("total_files", len(metadata.get("files", []))),
|
||||
"backup_size": metadata.get("backup_size", 0),
|
||||
"include_hidden": metadata.get("include_hidden", False),
|
||||
"include_hidden": metadata.get("include_hidden", True),
|
||||
"files_in_archive": metadata.get("files_in_archive", []),
|
||||
"checksums": {} # Will be added if needed
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue