twaeaked nextcloud database script to run CP commands in ssh

This commit is contained in:
matthias
2026-05-13 08:03:35 +02:00
parent bbb7ceb332
commit 8bd4acd531
2 changed files with 6 additions and 6 deletions
+1
View File
@@ -26,6 +26,7 @@ pipeline {
sh "borg create --progress --stats --exclude-from excludelist ${WORKSPACE}/tmpmount/${agentname}_${directory}::${java.time.LocalDateTime.now().format(java.time.format.DateTimeFormatter.ofPattern('dd-MM-yyyy_HH:mm'))} /${directory}"
sh "borg prune --list --keep-daily 31 --keep-weekly 48 ${WORKSPACE}/tmpmount/${agentname}_${directory}"
}
}
}
}