1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00
lvm2/lib/format_text
Joe Thornber 59d6420b9a o I decided that the archive_format shouldn't really be a format at
all since it only supports vg_write.  It has been replaced with:

int archive_vg(struct volume_group *vg,
	       const char *dir,
	       const char *desc,
	       uint32_t retain_days,
	       uint32_t min_archive);

which is now called directly by tools/archive.c
2002-02-08 11:58:18 +00:00
..
archive.c o I decided that the archive_format shouldn't really be a format at 2002-02-08 11:58:18 +00:00
export.c o Add cmd_line field to struct cmd_context 2002-02-08 11:13:47 +00:00
flags.c Basic support for persistent minor numbers; 2002-02-01 17:54:39 +00:00
format-text.c o Add cmd_line field to struct cmd_context 2002-02-08 11:13:47 +00:00
format-text.h o I decided that the archive_format shouldn't really be a format at 2002-02-08 11:58:18 +00:00
import-export.h o Add cmd_line field to struct cmd_context 2002-02-08 11:13:47 +00:00
import.c Basic support for persistent minor numbers; 2002-02-01 17:54:39 +00:00
sample.vg o Add output_date 2001-12-11 12:29:25 +00:00