si
branchstable
changeset 34 28090de7d005
parent 32 8f9e45f83a65
parent 31 95fb6be21157
equal deleted inserted replaced
33:6432e90cc34d 34:28090de7d005
    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