From 2ff24eae6e7e0d3705772f04a55e442091d82232 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 12 Jan 2026 20:51:06 +0100 Subject: [PATCH] fix --- jenkins/default_backup.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jenkins/default_backup.yml b/jenkins/default_backup.yml index 091e711..8e4cdba 100644 --- a/jenkins/default_backup.yml +++ b/jenkins/default_backup.yml @@ -3,11 +3,11 @@ pipeline { parameters { booleanParam(name: 'backuplocally', defaultValue: params.backuplocally ?: false, description: 'If true local BORG backup will be created') booleanParam(name: 'backuptostackstorage', defaultValue: false, description: 'If true backup data to TransIP Stack') -// booleanParam(name: 'backuptodavid', defaultValue: false, description: 'If true rsync the BORG repository to David') -// booleanParam(name: 'backuptopi', defaultValue: false, description: 'If true rsync the BORG repository to our ExternalPI') -// string(name: 'directory', defaultValue: ' ', description: 'The directory that should be handled') -// text(name: 'excludelist', defaultValue: '**/cache/** ', description: 'Multiline string to exclude patterns from backup') -// } + booleanParam(name: 'backuptodavid', defaultValue: false, description: 'If true rsync the BORG repository to David') + booleanParam(name: 'backuptopi', defaultValue: false, description: 'If true rsync the BORG repository to our ExternalPI') + string(name: 'directory', defaultValue: ' ', description: 'The directory that should be handled') + text(name: 'excludelist', defaultValue: '**/cache/** ', description: 'Multiline string to exclude patterns from backup') + } stages { stage('Run Information') { steps {