1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-21 02:50:41 +03:00
Joe Thornber 138a27570b 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
..
2002-02-04 13:08:31 +00:00
2002-01-27 21:30:47 +00:00
2002-01-29 19:19:37 +00:00
2002-01-27 21:30:47 +00:00
2002-01-21 19:04:13 +00:00