fpart 0.9-1 source package in Ubuntu

Changelog

fpart (0.9-1) unstable; urgency=low


  * New upstream release (Closes: #719338)

 -- Carl Chenet <email address hidden>  Wed, 16 Oct 2013 00:56:50 +0200

Upload details

Uploaded by:
Carl Chenet
Uploaded to:
Sid
Original maintainer:
Carl Chenet
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
fpart_0.9-1.dsc 1.8 KiB c38ef654f867391e85316d0ce55010ce7ee48631d5b00be13c75bad0c8b04c1e
fpart_0.9.orig.tar.gz 160.6 KiB 4bef46c7b3f54819da8eb6c0bc0813fbb61ac0d79c11bad54e7d2cb819e5bc52
fpart_0.9-1.debian.tar.gz 2.2 KiB 58db57986606c861efee1a28d9cde3cce5dee3dc932bc5e18a2373ad06a84965

No changes file available.

Binary packages built by this source

fpart: sort file trees and pack them into bags

 Fpart is a tool that helps you sort file trees and pack them into bags (called
 "partitions"). It is developed in C and available under the BSD license.
 .
 It 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 a limited size.
 Once generated, partitions are either printed as file lists to stdout
 (default) or to files. Those lists can then be used by third party programs.
 .
 Fpart also includes a live mode, which allows it to crawl very large
 filesystems and produce partitions in live. Hooks are available to act on
 those partitions (e.g. immediatly start a transfer using rsync(1)) without
 having to wait for the filesystem traversal job to be finished. Used this way,
 fpart can be seen as a powerful data migration tool.