/[BackupPC]/trunk/doc/Search.pod
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/doc/Search.pod

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 105 by dpavlin, Wed Aug 31 20:33:45 2005 UTC revision 199 by dpavlin, Thu Oct 13 21:19:06 2005 UTC
# Line 109  You will also need a few additional cpan Line 109  You will also need a few additional cpan
109    
110  =item File::Pid  =item File::Pid
111    
112    =item Spreadsheet::WriteExcel
113    
114    =item Term::Menus
115    =item XML::Writer
116    
117  =back  =back
118    
119    Last module, C<Spreadsheet::WriteExcel> is needed only if you want to use
120    C<BackupPC_xls_report> to generate Excel reports from your backup data.
121    
122  Easiest way to install them is using C<cpan> shell.  Easiest way to install them is using C<cpan> shell.
123    
124    $ sudo cpan File::Pid    $ sudo cpan File::Pid Spreadsheet::WriteExcel
125    
126  =head1 Creation of initial database  =head1 Creation of initial database
127    
# Line 150  B<Documentation is still incomplete>. Line 158  B<Documentation is still incomplete>.
158  Now that you finished installation, you can select new options from  Now that you finished installation, you can select new options from
159  menu on the left and example search and archival.  menu on the left and example search and archival.
160    
161    =head1 Reporting in Excel
162    
163    Often, it is useful to be able to present report about your BackupPC hosts, number
164    of snapshots, total size and other useful info. While all those information can
165    be accessed using web browser, for analysis it's useful to have them in spreadsheet
166    form. With this data, you can monitor changes on your backup cycle, effects of changes
167    on your server or network to your BackupPC installation and so on.
168    
169    You can create Excel spreadsheet (which works perfectly with Gnumeric also) using
170    following command:
171    
172      $ sudo -u backuppc /data/backuppc/bin/BackupPC_xls_report
173    
174    =head1 Additional requirements
175    
176    You will also need several other command-line utilities to make
177    C<BackupPC_burnArchiveCLI> run. Those include:
178    
179    =over 4
180    
181    =item mkisofs
182    
183    =item cdrecord
184    
185    Or equivavalent utility, on Debian you might want to use C<dvdrecord>.
186    
187    =item eject
188    
189    =item split
190    
191    =back
192    
193    
194  =head1 Related projects  =head1 Related projects
195    
196  BackupPC allready has archival host which might suit your needs better (and  BackupPC allready has archival host which might suit your needs better (and

Legend:
Removed from v.105  
changed lines
  Added in v.199

  ViewVC Help
Powered by ViewVC 1.1.26