Tagged articles
4 articles
Page 1 of 1
Architect
Architect
Sep 13, 2025 · Backend Development

Automate MinIO Image Cleanup with Spring Boot Scheduled Tasks

This article explains how to use MinIO as an image storage service and implement a Spring Boot scheduled task that periodically deletes outdated image folders, covering dependency setup, delete utilities, performance considerations, cron expressions, thread‑pool tuning, asynchronous execution, configuration extensions, and testing strategies.

File CleanupJavaMinio
0 likes · 27 min read
Automate MinIO Image Cleanup with Spring Boot Scheduled Tasks
Java Tech Enthusiast
Java Tech Enthusiast
Sep 10, 2025 · Backend Development

Automate MinIO Image Cleanup with Spring Boot Scheduled Tasks and Cron

This guide explains how to use MinIO SDK in a Spring Boot application to schedule automatic deletion of outdated image folders, covering dependency setup, delete methods, performance considerations, cron expression configuration, thread‑pool tuning, asynchronous execution, and extensible configuration via properties.

AsyncFile CleanupMinio
0 likes · 26 min read
Automate MinIO Image Cleanup with Spring Boot Scheduled Tasks and Cron
Liangxu Linux
Liangxu Linux
Feb 23, 2020 · Operations

Master tmpwatch: Safely Clean Up Unused Files on Linux

This guide explains how to install, configure, and use the Linux tmpwatch/tmpreaper commands—including safety warnings, option details, example usages, and cron automation—to reliably delete files that haven't been accessed or modified within a specified time frame.

File CleanupSystem Administrationcron
0 likes · 9 min read
Master tmpwatch: Safely Clean Up Unused Files on Linux
FunTester
FunTester
Oct 10, 2019 · Operations

How to Safely Clean Up Old Webapp Directories with a Groovy CI Script

This article explains how to write a Groovy script for a CI pipeline that lists webapp directories on a Linux server, keeps the newest four, sorts them by modification time, and deletes the older ones using sudo to overcome permission issues, complete with full source code.

AutomationCIFile Cleanup
0 likes · 5 min read
How to Safely Clean Up Old Webapp Directories with a Groovy CI Script