1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-09-20 05:44:20 +03:00

vgcfgrestore -l lists backup file too

This commit is contained in:
Alasdair Kergon
2003-09-15 15:03:22 +00:00
parent fe22eb84e6
commit 96bea84664
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.