File: TODO

package info (click to toggle)
fpart 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 336 kB
  • ctags: 285
  • sloc: ansic: 3,012; sh: 526; makefile: 29
file content (27 lines) | stat: -rw-r--r-- 1,111 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
TODO (ideas) :
**************

Fpart:
- Switch to ftw(3) for portability ?
- Factorize code (err(3), ...)
- Add an option to specify that a directory matching a path or a pattern should
  not be split but treated as a file entry
- Add constraints, e.g. : force hardlinks to belong to the same partition
- Make the program multithreaded for FS analysis
- Display/accept size in a human-friendly format
- Add timestamps before/after hooks
- Improve sort by using, e.g. : http://en.wikipedia.org/wiki/External_sorting
- Display total size in final status
- As a second pass, remove partitions with no file (e.g. option -n with too many
  partitions, special partition #0 for option -s, ...)

Autotools:
- Use config.h (for program version, data types, header inclusion,
  build options info [...])
- Add -Wall to CFLAGS when possible (gcc, clang)

Fpsync:
- Add an option to exit after fpart pass (to generate jobs only)
- Authorize rsync:// and ssh source and target URLs
- Check if src_dir/ is the same on all workers (using a stat fingerprint)
  and use the same method for dst_dir/ (stop using a witness file)