diff --git a/jenkins/default_backup.yml b/jenkins/default_backup.yml index f77bd1f..f61b41c 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') {