nextcloud/core/BackgroundJobs
Morris Jobke dc4c158ea7
Background job to clean up old backups of the updater
* a one-time job gets scheduled after each update via a repair job
* the job remove all directories inside data/updater-INSTANCEID/backups except the 3 most recent ones (determined by mtime of the folder)

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-13 17:43:29 +02:00
..
BackgroundCleanupUpdaterBackupsJob.php Background job to clean up old backups of the updater 2018-06-13 17:43:29 +02:00