From 14dc52617780dd29f6b9e77643e1d48aa8acbf90 Mon Sep 17 00:00:00 2001 From: Hobbabobba Date: Fri, 25 Jul 2025 15:53:44 +0200 Subject: [PATCH] typo --- Components/WizardSteps/WizardStep4/WizardStep4.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Components/WizardSteps/WizardStep4/WizardStep4.tsx b/Components/WizardSteps/WizardStep4/WizardStep4.tsx index 679e6d0..17d355a 100644 --- a/Components/WizardSteps/WizardStep4/WizardStep4.tsx +++ b/Components/WizardSteps/WizardStep4/WizardStep4.tsx @@ -19,7 +19,7 @@ function WizardStep4(props: WizardStepProps) { repositories: # Paths of local or remote repositories to backup to. - - path ssh://${UNIX_USER}@${FQDN}${SSH_SERVER_PORT}/./${props.selectedRepo?.repositoryName} + - path: ssh://${UNIX_USER}@${FQDN}${SSH_SERVER_PORT}/./${props.selectedRepo?.repositoryName} archive_name_format: '{FQDN}-documents-{now}' encryption_passphrase: "YOUR PASSPHRASE"