Friday, 08 October 2021
Interesting Snippets from 2021-10-08
-
Fpart - Fpart.org
Fpart is a UNIX CLI tool that splits a list of directories and file trees into a certain number of partitions, trying to produce partitions with the same size and number of files. It can also produce partitions with a given number of files or of a limited size. Fpart uses a bin packing algorithm to optimize space utilization amongst partitions.
-
GitHub - martymac/fpart: Sort files and pack them into partitions
Fpart is a Filesystem partitioner. It helps you sort file trees and pack them into bags (called "partitions"). It is developed in C and available under the BSD license. Fpsync, a powerful file-migration tool is also provided. See the documentation for more details and examples.