• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

contribs/package/H26-Sep-2021-285227

debian/H26-Sep-2021-

docs/www.fpart.org/H03-May-2022-820637

man/H26-Sep-2021-1,2871,217

src/H26-Sep-2021-5,7493,875

tools/H26-Sep-2021-1,7731,308

COPYINGH A D26-Sep-20211.3 KiB2421

Changelog.mdH A D26-Sep-20218.1 KiB197196

Makefile.amH A D26-Sep-2021110 74

Makefile.inH A D26-Sep-202123.8 KiB770674

README.mdH A D26-Sep-20212.3 KiB7146

TODOH A D26-Sep-20211.7 KiB4135

aclocal.m4H A D26-Sep-202140.9 KiB1,1331,028

compileH A D26-Sep-20217.2 KiB349259

config.guessH A D26-Sep-202143 KiB1,4811,288

config.subH A D26-Sep-202134.8 KiB1,8031,662

configureH A D26-Sep-2021184.8 KiB6,4965,351

configure.acH A D26-Sep-20212.6 KiB10085

depcompH A D26-Sep-202123 KiB792502

install-shH A D26-Sep-202115 KiB542352

missingH A D26-Sep-20216.7 KiB216143

README.md

1---
2        _______ ____   __         _      __
3       / /  ___|  _ \ / /_ _ _ __| |_   / /
4      / /| |_  | |_) / / _` | '__| __| / /
5     / / |  _| |  __/ / (_| | |  | |_ / /
6    /_/  |_|   |_| /_/ \__,_|_|   \__/_/
7
8---
9
10# What is fpart ?
11
12Fpart is a **F**ilesystem **part**itioner. It helps you sort file trees and
13pack them into bags (called "partitions"). It is developed in C and available
14under the BSD license.
15
16Fpsync, a powerful file-migration tool is also provided.
17
18See the [documentation](http://www.fpart.org) for more details and examples.
19
20# Key features
21
22## Fpart
23
24* Blazing fast crawling!
25* Generates partitions on a number/file number/size basis
26* Provides a live mode with hooks to act immediately on generated file lists
27* Supports generating partitions from arbitrary input (e.g. du's output)
28
29## Fpsync
30
31* Parallelizes rsync(1), cpio(1) or tar(1) jobs
32* Supports using a SSH cluster for efficient data migrations
33* Starts transfers while FS crawling still goes on
34* Supports remote target URLs when using rsync(1)
35* Parallelizes your final rsync(1) pass too!
36* Provides transfer runs' status/resume/replay
37* Nearly no dependencies (mostly shell and common tools)
38
39# Author / Licence
40
41Fpart has been written by [Ganael LAPLANCHE](mailto:ganael.laplanche@martymac.org)
42and is available under the BSD license (see COPYING for details).
43
44Source code is hosted on :
45
46* [Martymac.org](http://contribs.martymac.org)
47* [Github](https://github.com/martymac/fpart)
48* [Sourceforge](http://www.sourceforge.net/projects/fpart)
49
50Documentation is available on :
51
52* [Fpart.org](http://www.fpart.org)
53
54Thanks to Jean-Baptiste Denis for having given me the idea of this program !
55
56# Donation
57
58If fpart is useful to you or your organization, you can make a donation here:
59
60[![paypal](https://www.paypalobjects.com/en_US/FR/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HSL25ZED2PS62&source=url)
61
62That will help me not running out of tea :)
63
64# Contributions
65
66Member of MacStadium's Open Source Developer Program (thanks to them for their support to OpenSource software !)
67
68<a href="https://www.macstadium.com/opensource-members">
69<img src="https://uploads-ssl.webflow.com/5ac3c046c82724970fc60918/5c019d917bba312af7553b49_MacStadium-developerlogo.png" alt="MacStadium" width="180"/>
70</a>
71