From 06b0d786758c63004f69948895527ca63c371525 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 27 Mar 2006 06:38:46 +0000 Subject: Allow resize to backup to a file. To support resizing an array without a spare, mdadm now understands --backup-file= which should point to a file for storing a backup of critical data. This can be given to --grow which will create the file, or --assemble which will restore from the file if needed. Signed-off-by: Neil Brown --- ReadMe.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ReadMe.c') diff --git a/ReadMe.c b/ReadMe.c index c508a36..448e966 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -172,6 +172,8 @@ struct option long_options[] = { {"daemonize", 0, 0, 'f'}, {"oneshot", 0, 0, '1'}, {"pid-file", 1, 0, 'i'}, + /* For Grow */ + {"backup-file", 1,0, 7}, {0, 0, 0, 0} }; -- cgit