Quoting in guestfish.
[libguestfs.git] / TODO
1 /tmp/libguestfs temporary directory is not cleaned up.
2
3 ----------------------------------------------------------------------
4
5 We badly need to actually implement the FTP server mentioned in the
6 documentation.
7
8 ----------------------------------------------------------------------
9
10 (From Ján ONDREJ (SAL))
11
12 We should provide a way to stream partitions in and out.
13
14 Thus:
15
16 dd-out /dev/sda1 > [some file]
17
18 dd-in /dev/sda1 < [some file]
19
20 Along with this, we need to be able to call the resize2fs program to
21 resize the filesystem in case it is larger or smaller than the target
22 partition.
23
24 Another useful feature would be to allow rsync to/from a stream for
25 whole filesystems and subdirectories.
26
27 The current protocol is message-oriented and doesn't support
28 streaming.  But it's simple enough that we could add this.
29
30 ----------------------------------------------------------------------
31
32 (From Ján ONDREJ (SAL))
33
34 guestfish edit <filename>