Added repo relocation permission

This commit is contained in:
2026-01-14 12:31:30 +01:00
parent f1508a9617
commit e01162530b

View File

@@ -32,6 +32,7 @@ pipeline {
script {
if (params.backuplocally) {
withCredentials([string(credentialsId: 'cbce976a-0d98-4f35-8ea2-1f7818931bc3', variable: 'BORG_PASSPHRASE')]) {
env.BORG_RELOCATED_REPO_ACCESS_IS_OK=yes
sh "borg create --progress --stats --exclude-from excludelist ${env.borglocation}/${directory}::${java.time.LocalDateTime.now().format(java.time.format.DateTimeFormatter.ofPattern('dd-MM-yyyy_HH:mm'))} ${env.storagelocation}/${directory}"
sh "borg prune --list --keep-daily 31 --keep-weekly 48 ${env.borglocation}/${directory}"
}