diff --git a/app/server/utils/restic.ts b/app/server/utils/restic.ts index ab6743f..85d70d4 100644 --- a/app/server/utils/restic.ts +++ b/app/server/utils/restic.ts @@ -795,7 +795,7 @@ const cleanupTemporaryKeys = async (config: RepositoryConfig, env: Record) => { - args.push("--retry-lock", "1m", "--json"); + args.push("--json"); if (env._SFTP_SSH_ARGS) { args.push("-o", `sftp.args=${env._SFTP_SSH_ARGS}`);