equal
deleted
inserted
replaced
|
1 # restore.cif |
|
2 # |
|
3 # Copyright (c) 2010 Accenture. All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of the "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Accenture - Initial contribution |
|
11 # |
|
12 |
|
13 ==name restore |
|
14 |
|
15 ==short-description |
|
16 |
|
17 Put the handset into restore mode. |
|
18 |
|
19 ==long-description |
|
20 |
|
21 A means of requesting backup aware modules to close their file handles. Note, this command does not actually B<perform> a restore, it merely prepares the system for one. |
|
22 |
|
23 ==see-also |
|
24 |
|
25 L<backup|backup> |
|
26 |
|
27 ==argument enum operation |
|
28 |
|
29 The required operation. |
|
30 |
|
31 ==enum-value start |
|
32 |
|
33 Request that all backup aware modules release their file handles and prepare for a restore. |
|
34 |
|
35 ==enum-value stop |
|
36 |
|
37 Request that all backup aware modules reclaim their files. |
|
38 |
|
39 ==copyright |
|
40 |
|
41 Copyright (c) 2008-2010 Accenture. All rights reserved. |
|
42 |