equal
deleted
inserted
replaced
90 si - system imager |
90 si - system imager |
91 |
91 |
92 =head1 SYNOPSIS |
92 =head1 SYNOPSIS |
93 |
93 |
94 si [-b|--base-dir DIR] |
94 si [-b|--base-dir DIR] |
|
95 si -h|--help |
|
96 si -m|--man |
95 |
97 |
96 =head1 DESCRIPTION |
98 =head1 DESCRIPTION |
97 |
99 |
98 The B<si> tool tries its best to create a restorable system backup - but |
100 The B<si> tool tries its best to create a restorable system backup - but |
99 it is B<limited> to Linux filesystems and a simple LVM structure. |
101 it is B<limited> to Linux filesystems and a simple LVM structure. |
105 =over |
107 =over |
106 |
108 |
107 =item B<-b>|B<--base-dir> I<DIR> |
109 =item B<-b>|B<--base-dir> I<DIR> |
108 |
110 |
109 Where to create the directories for saving the system. (default: ..) |
111 Where to create the directories for saving the system. (default: ..) |
|
112 |
|
113 =item B<-h>|B<--help> |
|
114 |
|
115 Prints a short reference. (default: 0) |
|
116 |
|
117 =item B<-m>|B<--man> |
|
118 |
|
119 Prints the manual page. (default: 0) |
110 |
120 |
111 =back |
121 =back |
112 |
122 |
113 =head1 Operational Details |
123 =head1 Operational Details |
114 |
124 |