From a6988ec7fa0d4d52e315b8836358cb2ff1cc28c8 Mon Sep 17 00:00:00 2001 From: matthias Date: Sun, 11 Jan 2026 22:33:28 +0100 Subject: [PATCH] Update jenkins/default_backup.yml --- jenkins/default_backup.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/jenkins/default_backup.yml b/jenkins/default_backup.yml index b7fb7e7..1ef9d6b 100644 --- a/jenkins/default_backup.yml +++ b/jenkins/default_backup.yml @@ -5,7 +5,6 @@ pipeline { 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') - text(name: 'borgexclude', defaultValue: '**/cache**, **/preview/**', description: 'List of directories or files to exclude') } stages { stage('Run Information') {