1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-06 11:33:14 +03:00

vgcfgrestore -l lists backup file too

This commit is contained in:
Alasdair Kergon
2003-09-15 15:03:22 +00:00
parent 71bc1f378d
commit cd5a920ed5
3 changed files with 48 additions and 23 deletions

View File

@@ -24,7 +24,8 @@ int archive_vg(struct volume_group *vg,
/*
* Displays a list of vg backups in a particular archive directory.
*/
int archive_list(struct cmd_context *cmd, const char *dir, const char *vg);
int archive_list(struct cmd_context *cmd, const char *dir, const char *vgname);
int backup_list(struct cmd_context *cmd, const char *dir, const char *vgname);
/*
* The text format can read and write a volume_group to a file.