Lots, mainly Python bindings.
[libguestfs.git] / TODO
1 aug_load, aug_defvar, aug_defnode: These are not present in some
2 older versions of Augeas.
3
4 ----------------------------------------------------------------------
5
6 We badly need to actually implement the FTP server mentioned in the
7 documentation.
8
9 ----------------------------------------------------------------------
10
11 Use a real scanner in guestfish.  Suggest:
12
13     "..."       strings
14     '...'
15     [...]       matching [ and ]
16
17 ----------------------------------------------------------------------
18
19 (From Ján ONDREJ (SAL))
20
21 We should provide a way to stream partitions in and out.
22
23 Thus:
24
25 dd-out /dev/sda1 > [some file]
26
27 dd-in /dev/sda1 < [some file]
28
29 Along with this, we need to be able to call the resize2fs program to
30 resize the filesystem in case it is larger or smaller than the target
31 partition.
32
33 Another useful feature would be to allow rsync to/from a stream for
34 whole filesystems and subdirectories.
35
36 The current protocol is message-oriented and doesn't support
37 streaming.  But it's simple enough that we could add this.
38
39 ----------------------------------------------------------------------
40
41 (From Ján ONDREJ (SAL))
42
43 guestfish edit <filename>