mirror of
https://github.com/ep1cman/unifi-protect-backup.git
synced 2025-12-22 19:23:41 +00:00
Merge 1c9e2ef147 into 7439ac9bda
This commit is contained in:
@@ -90,6 +90,12 @@ def parse_rclone_retention(ctx, param, retention) -> relativedelta:
|
||||
"be to execute a permanent delete instead of using the recycle bin on a destination. "
|
||||
"Google Drive example: `--drive-use-trash=false`",
|
||||
)
|
||||
@click.option(
|
||||
"--postprocess-binary",
|
||||
default="",
|
||||
envvar="POSTPROCESS_BINARY",
|
||||
help="Optional path to binary to postprocess the processed video, gets video destination path as argument."
|
||||
)
|
||||
@click.option(
|
||||
"--detection-types",
|
||||
envvar="DETECTION_TYPES",
|
||||
|
||||
Reference in New Issue
Block a user