mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 11:40:47 +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
|
|
@ -17,7 +17,7 @@ class BackupCreate(ApiHandler):
|
|||
# Get input parameters
|
||||
include_patterns = input.get("include_patterns", [])
|
||||
exclude_patterns = input.get("exclude_patterns", [])
|
||||
include_hidden = input.get("include_hidden", False)
|
||||
include_hidden = input.get("include_hidden", True)
|
||||
backup_name = input.get("backup_name", "agent-zero-backup")
|
||||
|
||||
# Support legacy string patterns format for backward compatibility
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue