An open API service indexing awesome lists of open source software.

https://github.com/csatizoltan/disk-optimizer

Write files optimally on disks
https://github.com/csatizoltan/disk-optimizer

disk-optimizer

Last synced: 4 months ago
JSON representation

Write files optimally on disks

Awesome Lists containing this project

README

          

# Disk-Optimizer
Write files optimally on disks.

Besides external HDDs and cloud storage, optical storage facilities (CDs, DVDs, etc.) are still used for data backup. It is often of interest how to place data on
them so that the minimum number of disks are required. Manual distribution for many files are cumbersome, therefore some kind of automation is welcome.

Currently the Best Fit Decreasing algorithm is used.