e8e8c0a1460dcce873762cd90dafa6842f6c0bd0
[BackupPC.git] / doc-src / BackupPC.pod
1 =head1 BackupPC Introduction
2
3 This documentation describes BackupPC version __VERSION__,
4 released on __RELEASEDATE__.
5
6 =head2 Overview
7
8 BackupPC is a high-performance, enterprise-grade system for backing up
9 Linux and WinXX PCs, desktops and laptops to a server's disk.  BackupPC
10 is highly configurable and easy to install and maintain.
11
12 Given the ever decreasing cost of disks and raid systems, it is now
13 practical and cost effective to backup a large number of machines onto a
14 server's local disk or network storage.  For some sites this might be
15 the complete backup solution.  For other sites additional permanent
16 archives could be created by periodically backing up the server to tape.
17
18 Features include:
19
20 =over 4
21
22 =item *
23
24 A clever pooling scheme minimizes disk storage and disk I/O.
25 Identical files across multiple backups of the same or different PC
26 are stored only once (using hard links), resulting in substantial
27 savings in disk storage and disk writes.
28
29 =item *
30
31 Optional compression provides additional reductions in storage
32 (around 40%).  The CPU impact of compression is low since only
33 new files (those not already in the pool) need to be compressed.
34
35 =item *
36
37 A powerful http/cgi user interface allows administrators to view log
38 files, configuration, current status and allows users to initiate and
39 cancel backups and browse and restore files from backups.
40
41 =item *
42
43 The http/cgi user interface has internationalization (i18n) support,
44 currently providing English, French, German and Spanish.
45
46 =item *
47
48 No client-side software is needed. On WinXX the standard smb
49 protocol is used to extract backup data. On linux or unix clients,
50 rsync or tar (over ssh/rsh/nfs) is used to extract backup data.
51 Alternatively, rsync can also be used on WinXX (using cygwin),
52 and Samba could be installed on the linux or unix client to
53 provide smb shares).
54
55 =item *
56
57 Flexible restore options.  Single files can be downloaded from
58 any backup directly from the CGI interface.  Zip or Tar archives
59 for selected files or directories from any backup can also be
60 downloaded from the CGI interface.  Finally, direct restore to
61 the client machine (using smb or tar) for selected files or
62 directories is also supported from the CGI interface.
63
64 =item *
65
66 BackupPC supports mobile environments where laptops are only
67 intermittently connected to the network and have dynamic IP addresses
68 (DHCP).  Configuration settings allow machines connected via slower WAN
69 connections (eg: dial up, DSL, cable) to not be backed up, even if they
70 use the same fixed or dynamic IP address as when they are connected
71 directly to the LAN.
72
73 =item *
74
75 Flexible configuration parameters allow multiple backups to be performed
76 in parallel, specification of which shares to backup, which directories
77 to backup or not backup, various schedules for full and incremental
78 backups, schedules for email reminders to users and so on.  Configuration
79 parameters can be set system-wide or also on a per-PC basis.
80
81 =item *
82
83 Users are sent periodic email reminders if their PC has not
84 recently been backed up.  Email content, timing and policies
85 are configurable.
86
87 =item *
88
89 BackupPC is Open Source software hosted by SourceForge.
90
91 =back
92
93 =head2 Backup basics
94
95 =over 4
96
97 =item Full Backup
98
99 A full backup is a complete backup of a share. BackupPC can be configured to
100 do a full backup at a regular interval (often weekly). BackupPC can also
101 be configured to keep a certain number of full backups, and to keep
102 a smaller number of very old full backups.
103
104 =item Incremental Backup
105
106 An incremental backup is a backup of files that have changed (based on their
107 modification time) since the last successful full backup.  For SMB and
108 tar, BackupPC backups all files that have changed since one hour prior to the
109 start of the last successful full backup.  Rsync is more clever: any files
110 who attributes have changed (ie: uid, gid, mtime, modes, size) since the
111 last full are backed up.  Deleted and new files are also detected by
112 Rsync incrementals (SMB and tar are not able to detect deleted files or
113 new files whose modification time is prior to the last full dump.
114
115 BackupPC can also be configured to keep a certain number of incremental
116 backups, and to keep a smaller number of very old incremental backups.
117 (BackupPC does not support multi-level incremental backups, although it
118 would be easy to do so.)
119
120 BackupPC's CGI interface "fills-in" incremental backups based on the 
121 last full backup, giving every backup a "full" appearance.  This makes
122 browsing and restoring backups easier.
123
124 =item Identical Files
125
126 BackupPC pools identical files using hardlinks.  By "identical
127 files" we mean files with identical contents, not necessary the
128 same permissions, ownership or modification time.  Two files might
129 have different permissions, ownership, or modification time but
130 will still be pooled whenever the contents are identical.  This
131 is possible since BackupPC stores the file meta-data (permissions,
132 ownership, and modification time) separately from the file contents.
133
134 =item Backup Policy
135
136 Based on your site's requirements you need to decide what your backup
137 policy is.  BackupPC is not designed to provide exact re-imaging of
138 failed disks.  See L<Limitations|limitations> for more information.
139 However, the addition of tar transport for linux/unix clients, plus
140 full support for special file types and unix attributes in v1.4.0
141 likely means an exact image of a linux/unix file system can be made.
142
143 BackupPC saves backups onto disk. Because of pooling you can relatively
144 economically keep several weeks of old backups. But BackupPC does not
145 provide permanent storage to tape. Other Open Source applications can do
146 this by backing up BackupPC's pool directories to tape.
147
148 At some sites the disk-based backup will be adequate, without a
149 secondary tape backup. This system is robust to any single failure: if a
150 client disk fails or loses files, the BackupPC server can be used to
151 restore files. If the server disk fails, BackupPC can be restarted on a
152 fresh file system, and create new backups from the clients. The chance
153 of the server disk failing can be made very small by spending more money
154 on increasingly better RAID systems.
155
156 At other sites a secondary tape backup will be required. This tape
157 backup can be done perhaps weekly from the BackupPC pool file system.
158
159 =back
160
161 =head2 Resources
162
163 =over 4
164
165 =item BackupPC home page
166
167 The BackupPC Open Source project is hosted on SourceForge.  The
168 home page can be found at:
169
170     http://backuppc.sourceforge.net
171
172 This page has links to the current documentation, the SourceForge
173 project page and general information.
174
175 =item SourceForge project
176
177 The SourceForge project page is at:
178
179     http://sourceforge.net/projects/backuppc
180
181 This page has links to the current releases of BackupPC.
182
183 =item Mail lists
184
185 Three BackupPC mailing lists exist for announcements (backuppc-announce),
186 developers (backuppc-devel), and a general user list for support, asking
187 questions or any other topic relevant to BackupPC (backuppc-users).
188
189 You can subscribe to these lists by visiting:
190
191     http://lists.sourceforge.net/lists/listinfo/backuppc-announce
192     http://lists.sourceforge.net/lists/listinfo/backuppc-users
193     http://lists.sourceforge.net/lists/listinfo/backuppc-devel
194
195 The backuppc-announce list is moderated and is used only for
196 important announcements (eg: new versions).  It is low traffic.
197 You only need to subscribe to one of backuppc-announce and
198 backuppc-users: backuppc-users also receives any messages on
199 backuppc-announce.
200
201 The backuppc-devel list is only for developers who are working on BackupPC.
202 Do not post questions or support requests there.  But detailed technical
203 discussions should happen on this list.
204
205 To post a message to the backuppc-users list, send an email to
206
207     backuppc-users@lists.sourceforge.net
208
209 Do not send subscription requests to this address!
210
211 =item Other Programs of Interest
212
213 If you want to mirror linux or unix files or directories to a remote server
214 you should consider rsync, L<http://rsync.samba.org>.  BackupPC now uses
215 rsync as a transport mechanism; if you are already an rsync user you
216 can think of BackupPC as adding efficient storage (compression and
217 pooling) and a convenient user interface to rsync.
218
219 Unison is a utility that can do two-way, interactive, synchronization.
220 See L<http://www.cis.upenn.edu/~bcpierce/unison>.
221
222 Three popular open source packages that do tape backup are
223 Amanda (L<http://www.amanda.org>),
224 afbackup (L<http://sourceforge.net/projects/afbackup>), and
225 Bacula (L<http://www.bacula.org>).
226 Amanda can also backup WinXX machines to tape using samba.
227 These packages can be used as back ends to BackupPC to backup the
228 BackupPC server data to tape.
229
230 Various programs and scripts use rsync to provide hardlinked backups.
231 See, for example, Mike Rubel's site (L<http://www.mikerubel.org>),
232 J. W. Schultz's dirvish (L<http://www.pegasys.ws/dirvish>),
233 and John Bowman's rlbackup (L<http://www.math.ualberta.ca/imaging/rlbackup>).
234 BackupPC provides many additional features, such as compressed storage,
235 hardlinking any matching files (rather than just files with the same name),
236 and storing special files without root privileges.  But these other scripts
237 provide simple and effective solutions and are worthy of consideration.
238
239 =back
240
241 =head2 Road map
242
243 Here are some ideas for new features that might appear in future
244 releases of BackupPC:
245
246 =over 4
247
248 =item *
249
250 Adding hardlink support to rsync.
251
252 =item *
253
254 Adding block and file checksum caching to rsync.  This will significantly
255 increase performance since the server doesn't have to read each file
256 (twice) to compute the block and file checksums.
257
258 =item *
259
260 Adding a trip wire feature for notification when files below certain
261 directories change.  For example, if you are backing up a DMZ machine,
262 you could request that you get sent email if any files below /bin,
263 /sbin or /usr change.
264
265 =item *
266
267 Allow editing of config parameters via the CGI interface. Users should
268 have permission to edit a subset of the parameters for their clients.
269 Additionally, allow an optional self-service capability so that users
270 can sign up and setup their own clients with no need for IT support.
271
272 =item *
273
274 Add backend SQL support for various BackupPC metadata, including
275 configuration parameters, client lists, and backup and restore
276 information.  At installation time the backend data engine will
277 be specified (eg: MySQL, ascii text etc).
278
279 =item *
280
281 Disconnect the notion of a physical host and a backup client.
282 Currently there is a one-to-one match between physical hosts
283 and backup clients.  Instead, the current notion of a host
284 should be replaced by a backup client.  Each backup client
285 corresponds to a physical host.  A physical host could have
286 several backup clients.  This is useful for backing up
287 different types of data, or backing up different portions
288 of a machine with different frequencies or settings.
289
290 (Note: this has already been implemented in 2.0.0.)
291
292 =item *
293
294 Resuming incomplete full backups.  Useful if a machine
295 (eg: laptop) is disconnected from the network during a backup,
296 or if the user manually stops a backup.  This would be supported
297 initially for rsync.  The partial dump would be kept, and be
298 browsable.  When the next dump starts, an incremental against
299 the partial dump would be done to make sure it was up to date,
300 and then the rest of the full dump would be done.
301
302 =item *
303
304 Replacing smbclient with the perl module FileSys::SmbClient.  This
305 gives much more direct control of the smb transfer, allowing
306 incrementals to depend on any attribute change (eg: exist, mtime,
307 file size, uid, gid), and better support for include and exclude.
308 Currently smbclient incrementals only depend upon mtime, so
309 deleted files or renamed files are not detected.  FileSys::SmbClient
310 would also allow resuming of incomplete full backups in the
311 same manner as rsync will.
312
313 =item *
314
315 Support --listed-incremental or --incremental for tar,
316 so that incrementals will depend upon any attribute change (eg: exist,
317 mtime, file size, uid, gid), rather than just mtime.  This will allow
318 tar to be to as capable as FileSys::SmbClient and rsync.
319
320 =item *
321
322 For rysnc (and smb when FileSys::SmbClient is supported, and tar when
323 --listed-incremental is supported) support multi-level incrementals.
324 In fact, since incrementals will now be more "accurate", you could
325 choose to never to full dumps (except the first time), or at a
326 minimum do them infrequently: each incremental would depend upon
327 the last, giving a continuous chain of differential dumps.
328
329 =item *
330
331 Add a backup browsing feature that shows backup history by file.
332 So rather than a single directory view, it would be a table showing
333 the files (down) and the backups (across).  The internal hardlinks
334 encode which files are identical across backups.  You could immediately
335 see which files changed on which backups.
336
337 =item *
338
339 More speculative: Storing binary file deltas (in fact, reverse deltas)
340 for files that have the same name as a previous backup, but that aren't
341 already in the pool. This will save storage for things like mailbox
342 files or documents that change slightly between backups.  Running some
343 benchmarks on a large pool suggests that the potential savings are
344 around 15-20%, which isn't spectacular, and likely not worth the
345 implementation effort. The program xdelta (v1) on SourceForge (see
346 L<http://sourceforge.net/projects/xdelta>) uses an rsync algorithm for
347 doing efficient binary file deltas.  Rather than using an external
348 program, File::RsyncP will eventually get the necessary delta
349 generation code from rsync.
350
351 =back
352
353 Comments and suggestions are welcome.
354
355 =head2 You can help
356
357 BackupPC is free. I work on BackupPC because I enjoy doing it and I like
358 to contribute to the open source community.
359
360 BackupPC already has more than enough features for my own needs.  The
361 main compensation for continuing to work on BackupPC is knowing that
362 more and more people find it useful.  So feedback is certainly
363 appreciated.  Even negative feedback is helpful, for example "We
364 evaluated BackupPC but didn't use it because it doesn't ...".
365
366 Beyond being a satisfied user and telling other people about it, everyone
367 is encouraged to add links to L<http://backuppc.sourceforge.net> (I'll
368 see then via Google) or otherwise publicize BackupPC.  Unlike the
369 commercial products in this space, I have a zero budget (in both
370 time and money) for marketing, PR and advertising, so it's up to
371 all of you!
372
373 Also, everyone is encouraged to contribute patches, bug reports, feature
374 and design suggestions, code, and documentation corrections or
375 improvements.
376
377 =head1 Installing BackupPC
378
379 =head2 Requirements
380
381 BackupPC requires:
382
383 =over 4
384
385 =item *
386
387 A linux, solaris, or unix based server with a substantial amount of free
388 disk space (see the next section for what that means). The CPU and disk
389 performance on this server will determine how many simultaneous backups
390 you can run. You should be able to run 4-8 simultaneous backups on a
391 moderately configured server.
392
393 When BackupPC starts with an empty pool, all the backup data will be
394 written to the pool on disk. After more backups are done, a higher
395 percentage of incoming files will already be in the pool. BackupPC is
396 able to avoid writing to disk new files that are already in the pool.
397 So over time disk writes will reduce significantly (by perhaps a factor
398 of 20 or more), since eventually 95% or more of incoming backup files
399 are typically in the pool. Disk reads from the pool are still needed to
400 do file compares to verify files are an exact match. So, with a mature
401 pool, if a relatively fast client generates data at say 1MB/sec, and you
402 run 4 simultaneous backups, there will be an average server disk load of
403 about 4MB/sec reads and 0.2MB/sec writes (assuming 95% of the incoming
404 files are in the pool). These rates will be perhaps 40% lower if
405 compression is on.
406
407 =item *
408
409 Perl version 5.6.0 or later. BackupPC has been tested with
410 version 5.6.0, 5.6.1 and 5.8.0. If you don't have perl, please
411 see L<http://www.cpan.org>.
412
413 =item *
414
415 Perl modules Compress::Zlib, Archive::Zip and File::RsyncP.  Try "perldoc
416 Compress::Zlib" and "perldoc Archive::Zip" to see if you have these
417 modules.  If not, fetch them from L<http://www.cpan.org> and see the
418 instructions below for how to build and install them.
419
420 The File::RsyncP module is available from L<http://perlrsync.sourceforge.net>
421 or CPAN.  You'll need to install the File::RsyncP module if you want to use
422 Rsync as a transport method.
423
424 =item *
425
426 If you are using smb to backup WinXX machines you need smbclient and
427 nmblookup from the samba package.  You will also need nmblookup if
428 you are backing up linux/unix DHCP machines.  See L<http://www.samba.org>.
429 Version 2.2.0 or later of Samba is required (smbclient's tar feature in
430 2.0.8 and prior has bugs for file path lengths around 100 characters
431 and generates bad output when file lengths change during the backup).
432
433 See L<http://www.samba.org> for source and binaries.  It's pretty easy to
434 fetch and compile samba, and just grab smbclient and nmblookup, without
435 doing the installation. Alternatively, L<http://www.samba.org> has binary
436 distributions for most platforms.
437
438 =item *
439
440 If you are using tar to backup linux/unix machines you should have version
441 1.13.7 at a minimum, with version 1.13.20 or higher recommended.  Use
442 "tar --version" to check your version.  Various GNU mirrors have the newest
443 versions of tar, see for example L<http://www.funet.fi/pub/gnu/alpha/gnu/tar>.
444 As of June 2003 the latest version is 1.13.25.
445
446 =item *
447
448 If you are using rsync to backup linux/unix machines you should have
449 version 2.5.5 or higher on each client machine.  See
450 L<http://rsync.samba.org>. Use "rsync --version" to check your
451 version.
452
453 For BackupPC to use Rsync you will also need to install the perl
454 File::RsyncP module, which is available from
455 L<http://perlrsync.sourceforge.net>.  Version 0.44 or later is required.
456
457 =item *
458
459 The Apache web server, see L<http://www.apache.org>, preferably built
460 with mod_perl support.
461
462 =back
463
464 =head2 How much disk space do I need?
465
466 Here's one real example for an environment that is backing up 65 laptops
467 with compression off. Each full backup averages 3.2GB. Each incremental
468 backup averages about 0.2GB. Storing one full backup and two incremental
469 backups per laptop is around 240GB of raw data. But because of the
470 pooling of identical files, only 87GB is used.  This is without
471 compression.
472
473 Another example, with compression on: backing up 95 laptops, where
474 each backup averages 3.6GB and each incremental averages about 0.3GB.
475 Keeping three weekly full backups, and six incrementals is around
476 1200GB of raw data.  Because of pooling and compression, only 150GB
477 is needed.
478
479 Here's a rule of thumb. Add up the C drive usage of all the machines you
480 want to backup (210GB in the first example above). This is a rough
481 minimum space estimate that should allow a couple of full backups and at
482 least half a dozen incremental backups per machine. If compression is on
483 you can reduce the storage requirements by maybe 30-40%.  Add some margin
484 in case you add more machines or decide to keep more old backups.
485
486 Your actual mileage will depend upon the types of clients, operating
487 systems and applications you have. The more uniform the clients and
488 applications the bigger the benefit from pooling common files.
489
490 For example, the Eudora email tool stores each mail folder in a separate
491 file, and attachments are extracted as separate files. So in the sadly
492 common case of a large attachment emailed to many recipients, Eudora
493 will extract the attachment into a new file. When these machines are
494 backed up, only one copy of the file will be stored on the server, even
495 though the file appears in many different full or incremental backups. In
496 this sense Eudora is a "friendly" application from the point of view of
497 backup storage requirements.
498
499 An example at the other end of the spectrum is Outlook. Everything
500 (email bodies, attachments, calendar, contact lists) is stored in a
501 single file, which often becomes huge. Any change to this file requires
502 a separate copy of the file to be saved during backup. Outlook is even
503 more troublesome, since it keeps this file locked all the time, so it
504 cannot be read by smbclient whenever Outlook is running.  See the
505 L<Limitations|limitations> section for more discussion of this problem.
506
507 =head2 Step 1: Getting BackupPC
508
509 Download the latest version from L<http://backuppc.sourceforge.net>.
510
511 =head2 Step 2: Installing the distribution
512
513 First off, there are three perl modules you should install.
514 These are all optional, but highly recommended:
515
516 =over 4
517
518 =item Compress::Zlib
519
520 To enable compression, you will need to install Compress::Zlib
521 from L<http://www.cpan.org>.
522 You can run "perldoc Compress::Zlib" to see if this module is installed.
523
524 =item Archive::Zip
525
526 To support restore via Zip archives you will need to install
527 Archive::Zip, also from L<http://www.cpan.org>.
528 You can run "perldoc Archive::Zip" to see if this module is installed.
529
530 =item File::RsyncP
531
532 To use rsync and rsyncd with BackupPC you will need to install File::RsyncP.
533 You can run "perldoc File::RsyncP" to see if this module is installed.
534 File::RsyncP is available from L<http://perlrsync.sourceforge.net>.
535 Version 0.44 or later is required.
536
537 =back
538
539 To build and install these packages, fetch the tar.gz file and
540 then run these commands:
541
542     tar zxvf Archive-Zip-1.01.tar.gz
543     cd Archive-Zip-1.01
544     perl Makefile.PL
545     make
546     make test
547     make install
548
549 The same sequence of commands can be used for each module.
550
551 Now let's move onto BackupPC itself.  After fetching
552 BackupPC-__VERSION__.tar.gz, run these commands as root:
553
554     tar zxf BackupPC-__VERSION__.tar.gz
555     cd BackupPC-__VERSION__
556     perl configure.pl
557
558 You will be prompted for the full paths of various executables, and
559 you will be prompted for the following information:
560
561 =over 4
562
563 =item BackupPC User
564
565 It is best if BackupPC runs as a special user, eg backuppc, that has
566 limited privileges. It is preferred that backuppc belongs to a system
567 administrator group so that sys admin members can browse backuppc files,
568 edit the configuration files and so on. Although configurable, the
569 default settings leave group read permission on pool files, so make
570 sure the BackupPC user's group is chosen restrictively.
571
572 On this installation, this is __BACKUPPCUSER__.
573
574 =item Data Directory
575
576 You need to decide where to put the data directory, below which
577 all the BackupPC data is stored.  This needs to be a big file system.
578
579 On this installation, this is __TOPDIR__.
580
581 =item Install Directory
582
583 You should decide where the BackupPC scripts, libraries and documentation
584 should be installed, eg: /opt/local/BackupPC.
585
586 On this installation, this is __INSTALLDIR__.
587
588 =item CGI bin Directory
589
590 You should decide where the BackupPC CGI script resides.  This will
591 usually below Apache's cgi-bin directory.
592
593 On this installation, this is __CGIDIR__.
594
595 =item Apache image directory
596
597 A directory where BackupPC's images are stored so that Apache can
598 serve them.  This should be somewhere under Apache's DocumentRoot
599 directory.
600
601 =back
602
603 =head2 Step 3: Setting up config.pl
604
605 After running configure.pl, browse through the config file,
606 __INSTALLDIR__/conf/config.pl, and make sure all the default settings
607 are correct. In particular, you will need to decide whether to use
608 smb or tar transport (or whether to set it on a per-PC basis),
609 set the smb share password (if using smb), set the backup policies
610 and modify the email message headers and bodies.
611
612 BackupPC needs to know the smb share user name and password for each PC
613 that uses smb (ie: all the WinXX clients).  The user name is specified
614 in $Conf{SmbShareUserName}. There are four ways to tell BackupPC the smb
615 share password:
616
617 =over 4
618
619 =item *
620
621 As an environment variable BPC_SMB_PASSWD set before BackupPC starts.
622 If you start BackupPC manually the BPC_SMB_PASSWD variable must be set
623 manually first.  For backward compatibility for v1.5.0 and prior, the
624 environment variable PASSWD can be used if BPC_SMB_PASSWD is not set.
625 Warning: on some systems it is possible to see environment variables of
626 running processes.
627
628 =item *
629
630 Alternatively the BPC_SMB_PASSWD setting can be included in
631 /etc/init.d/backuppc, in which case you must make sure this file
632 is not world (other) readable.
633
634 =item *
635
636 As a configuration variable $Conf{SmbSharePasswd} in
637 __TOPDIR__/conf/config.pl.  If you put the password
638 here you must make sure this file is not world (other) readable.
639
640 =item *
641
642 As a configuration variable $Conf{SmbSharePasswd} in the per-PC
643 configuration file, __TOPDIR__/pc/$host/config.pl. You will have to
644 use this option if the smb share password is different for each host.
645 If you put the password here you must make sure this file is not
646 world (other) readable.
647
648 =back
649
650 Placement and protection of the smb share password is a possible
651 security risk, so please double-check the file and directory
652 permissions.  In a future version there might be support for
653 encryption of this password, but a private key will still have to
654 be stored in a protected place.  Suggestions are welcome.
655
656 =head2 Step 4: Setting up the hosts file
657
658 The file __TOPDIR__/conf/hosts contains the list of clients to backup.
659 BackupPC reads this file in three cases:
660
661 =over 4
662
663 =item *
664
665 Upon startup.
666
667 =item *
668
669 When BackupPC is sent a HUP (-1) signal.  Assuming you installed the
670 init.d script, you can also do this with "/etc/init.d/backuppc reload".
671
672 =item *
673
674 When the modification time of the hosts file changes.  BackupPC
675 checks the modification time once during each regular wakeup.
676
677 =back
678
679 Whenever you change the hosts file (to add or remove a host) you can
680 either do a kill -HUP BackupPC_pid or simply wait until the next regular
681 wakeup period.
682
683 Each line in the hosts file contains three fields, separated
684 by white space:
685
686 =over 4
687
688 =item Host name
689
690 This is typically the host name or NetBios name of the client machine
691 and should be in lower case.  The host name can contain spaces (escape
692 with a backslash), but it is not recommended.
693
694 Please read the section L<How BackupPC Finds Hosts|how backuppc finds hosts>.
695
696 In certain cases you might want several distinct clients to refer
697 to the same physical machine.  For example, you might have a database
698 you want to backup, and you want to bracket the backup of the database
699 with shutdown/restart using $Conf{DumpPreUserCmd} and $Conf{DumpPostUserCmd}.
700 But you also want to backup the rest of the machine while the database
701 is still running.  In the case you can specify two different clients in
702 the host file, using any mnemonic name (eg: myhost_mysql and myhost), and
703 use $Conf{ClientNameAlias} in myhost_mysql's config.pl to specify the
704 real host name of the machine.
705
706 =item DHCP flag
707
708 Starting with v2.0.0 the way hosts are discovered has changed and now
709 in most cases you should specify 0 for the DHCP flag, even if the host
710 has a dynamically assigned IP address.
711 Please read the section L<How BackupPC Finds Hosts|how backuppc finds hosts>
712 to understand whether you need to set the DHCP flag.
713
714 You only need to set DHCP to 1 if your client machine doesn't
715 respond to the NetBios multicast request:
716
717     nmblookup myHost
718
719 but does respond to a request directed to its IP address:
720
721     nmblookup -A W.X.Y.Z
722
723 If you do set DHCP to 1 on any client you will need to specify the range of
724 DHCP addresses to search is specified in $Conf{DHCPAddressRanges}.
725
726 Note also that the $Conf{ClientNameAlias} feature does not work for
727 clients with DHCP set to 1.
728     
729 =item User name
730
731 This should be the unix login/email name of the user who "owns" or uses
732 this machine. This is the user who will be sent email about this
733 machine, and this user will have permission to stop/start/browse/restore
734 backups for this host.  Leave this blank if no specific person should
735 receive email or be allowed to stop/start/browse/restore backups
736 for this host.  Administrators will still have full permissions.
737
738 =item More users
739
740 Additional user names, separate by commas and with no white space,
741 can be specified.  These users will also have full permission in
742 the CGI interface to stop/start/browse/restore backups for this host.
743 These users will not be sent email about this host.
744
745 =back
746
747 The first non-comment line of the hosts file is special: it contains
748 the names of the columns and should not be edited.
749
750 Here's a simple example of a hosts file:
751
752     host        dhcp    user      moreUsers
753     farside     0       craig     jim,dave
754     larson      1       gary      andy
755
756 =head2 Step 5: Client Setup
757
758 Two methods for getting backup data from a client are supported: smb and
759 tar. Smb is the preferred method for WinXX clients and tar is preferred
760 method for linux/unix clients.
761
762 The transfer method is set using the $Conf{XferMethod} configuration
763 setting. If you have a mixed environment (ie: you will use smb for some
764 clients and tar for others), you will need to pick the most common
765 choice for $Conf{XferMethod} for the main config.pl file, and then
766 override it in the per-PC config file for those hosts that will use
767 the other method.  (Or you could run two completely separate instances
768 of BackupPC, with different data directories, one for WinXX and the
769 other for linux/unix, but then common files between the different
770 machine types will duplicated.)
771
772 Here are some brief client setup notes:
773
774 =over 4
775
776 =item WinXX
777
778 The preferred setup for WinXX clients is to set $Conf{XferMethod} to "smb".
779 (Actually, for v2.0.0, rsyncd is the better method for WinXX if you are
780 prepared to run rsync/cygwin on your WinXX client.  More information
781 about this will be provided via the FAQ.)
782
783 If you want to use rsyncd for WinXX clients you can find a pre-packaged
784 zip file on L<http://backuppc.sourceforge.net>. The package is called
785 cygwin-rsync. It contains rsync.exe, template setup files and the
786 minimal set of cygwin libraries for everything to run.  The README file
787 contains instructions for running rsync as a service, so it starts
788 automatically everytime you boot your machine.
789
790 Otherwise, to use SMB, you need to create shares for the data you want
791 to backup. Open "My Computer", right click on the drive (eg: C), and
792 select "Sharing..." (or select "Properties" and select the "Sharing"
793 tab). In this dialog box you can enable sharing, select the share name
794 and permissions.  Many machines will be configured by default to share
795 the entire C drive as C$ using the administrator password.
796
797 If this machine uses DHCP you will also need to make sure the
798 NetBios name is set.  Go to Control Panel|System|Network Identification
799 (on Win2K) or Control Panel|System|Computer Name (on WinXP).
800 Also, you should go to Control Panel|Network Connections|Local Area
801 Connection|Properties|Internet Protocol (TCP/IP)|Properties|Advanced|WINS
802 and verify that NetBios is not disabled.
803
804 As an alternative to setting $Conf{XferMethod} to "smb" (using
805 smbclient) for WinXX clients, you can use an smb network filesystem (eg:
806 ksmbfs or similar) on your linux/unix server to mount the share,
807 and then set $Conf{XferMethod} to "tar" (use tar on the network
808 mounted file system).
809
810 Also, to make sure that file names with 8-bit characters are correctly
811 transferred by smbclient you should add this to samba's smb.conf file:
812
813     [global]
814         # Accept the windows charset
815         client code page = 850
816         character set = ISO8859-1
817
818 This setting should work for western europe.  
819 See L<http://www.oreilly.com/catalog/samba/chapter/book/ch08_03.html>
820 for more information about settings for other languages.
821
822 =item Linux/Unix
823
824 The preferred setup for linux/unix clients is to set $Conf{XferMethod}
825 to "rsync", "rsyncd" or "tar".
826
827 You can use either rsync, smb, or tar for linux/unix machines. Smb requires
828 that the Samba server (smbd) be run to provide the shares. Since the smb
829 protocol can't represent special files like symbolic links and fifos,
830 tar and rsync are the better transport methods for linux/unix machines.
831 (In fact, by default samba makes symbolic links look like the file or
832 directory that they point to, so you could get an infinite loop if a
833 symbolic link points to the current or parent directory. If you really
834 need to use Samba shares for linux/unix backups you should turn off the
835 "follow symlinks" samba config setting. See the smb.conf manual page.)
836
837 The requirements for each Xfer Method are:
838
839 =over 4
840
841 =item tar
842
843 You must have GNU tar on the client machine.  Use "tar --version"
844 or "gtar --version" to verify.  The version should be at least
845 1.13.7, and 1.13.20 or greater is recommended.  Tar is run on
846 the client machine via rsh or ssh.
847
848 The relevant configuration settings are $Conf{TarClientPath},
849 $Conf{TarShareName}, $Conf{TarClientCmd}, $Conf{TarFullArgs},
850 $Conf{TarIncrArgs}, and $Conf{TarClientRestoreCmd}.
851
852 =item rsync
853
854 You should have at least rsync 2.5.5, and the latest version 2.5.6
855 is recommended.  Rsync is run on the remote client via rsh or ssh.
856
857 The relevant configuration settings are $Conf{RsyncClientPath},
858 $Conf{RsyncClientCmd}, $Conf{RsyncClientRestoreCmd}, $Conf{RsyncShareName},
859 $Conf{RsyncArgs}, $Conf{RsyncRestoreArgs} and $Conf{RsyncLogLevel}.
860
861 =item rsyncd
862
863 You should have at least rsync 2.5.5, and the latest version 2.5.6
864 is recommended.  In this case the rsync daemon should be running on
865 the client machine and BackupPC connects directly to it.
866
867 The relevant configuration settings are $Conf{RsyncdClientPort},
868 $Conf{RsyncdUserName}, $Conf{RsyncdPasswd}, $Conf{RsyncdAuthRequired},
869 $Conf{RsyncShareName}, $Conf{RsyncArgs}, $Conf{RsyncRestoreArgs}
870 and $Conf{RsyncLogLevel}.  In the case of rsyncd, $Conf{RsyncShareName}
871 is the name of an rsync module (ie: the thing in square brackets in
872 rsyncd's conf file -- see rsyncd.conf), not a file system path.
873
874 =back
875
876 For linux/unix machines you should not backup "/proc".  This directory
877 contains a variety of files that look like regular files but they are
878 special files that don't need to be backed up (eg: /proc/kcore is a
879 regular file that contains physical memory).  See $Conf{BackupFilesExclude}.
880 It is safe to back up /dev since it contains mostly character-special
881 and block-special files, which are correctly handed by BackupPC
882 (eg: backing up /dev/hda5 just saves the block-special file information,
883 not the contents of the disk).
884
885 Alternatively, rather than backup all the file systems as a single
886 share ("/"), it is easier to restore a single file system if you backup
887 each file system separately.  To do this you should list each file system
888 mount point in $Conf{TarShareName} or $Conf{RsyncShareName}, and add the
889 --one-file-system option to $Conf{TarClientCmd} or add --one-file-system
890 (note the different punctuation) to $Conf{RsyncArgs}.  In this case there
891 is no need to exclude /proc explicitly since it looks like a different
892 file system.
893
894 Next you should decide whether to run tar over ssh, rsh or nfs. Ssh is
895 the preferred method. Rsh is not secure and therefore not recommended.
896 Nfs will work, but you need to make sure that the BackupPC user (running
897 on the server) has sufficient permissions to read all the files below
898 the nfs mount.
899
900 Ssh allows BackupPC to run as a privileged user on the client (eg:
901 root), since it needs sufficient permissions to read all the backup
902 files. Ssh is setup so that BackupPC on the server (an otherwise low
903 privileged user) can ssh as root on the client, without being prompted
904 for a password. There are two common versions of ssh: v1 and v2. Here
905 are some instructions for one way to setup ssh.  (Check which version
906 of SSH you have by typing "ssh" or "man ssh".)
907
908 =over 4
909
910 =item OpenSSH Instructions
911
912 Depending upon your OpenSSH installation, many of these steps can be
913 replaced by running the scripts ssh-user-config and ssh-host-config
914 included with OpenSSH.  You still need to manually exchange the keys.
915
916 =over 4
917
918 =item Key generation
919
920 As root on the client machine, use ssh-keygen to generate a
921 public/private key pair, without a pass-phrase:
922
923     ssh-keygen -t rsa -N ''
924
925 This will save the public key in ~/.ssh/id_rsa.pub and the private
926 key in ~/.ssh/id_rsa.
927
928 =item BackupPC setup
929
930 Repeat the above steps for the BackupPC user (__BACKUPPCUSER__) on the server.
931 Make a copy of the public key to make it recognizable, eg:
932
933     ssh-keygen -t rsa -N ''
934     cp ~/.ssh/id_rsa.pub ~/.ssh/BackupPC_id_rsa.pub
935
936 See the ssh and sshd manual pages for extra configuration information.
937
938 =item Key exchange
939
940 To allow BackupPC to ssh to the client as root, you need to place
941 BackupPC's public key into root's authorized list on the client.
942 Append BackupPC's public key (BackupPC_id_rsa.pub) to root's
943 ~/.ssh/authorized_keys2 file on the client:
944
945     touch ~/.ssh/authorized_keys2
946     cat BackupPC_id_rsa.pub >> ~/.ssh/authorized_keys2
947
948 You should edit ~/.ssh/authorized_keys2 and add further specifiers,
949 eg: from, to limit which hosts can login using this key.  For example,
950 if your BackupPC host is called backuppc.my.com, there should be
951 one line in ~/.ssh/authorized_keys2 that looks like:
952
953     from="backuppc.my.com" ssh-rsa [base64 key, eg: ABwBCEAIIALyoqa8....]
954
955 =item Fix permissions
956
957 You will probably need to make sure that all the files
958 in ~/.ssh have no group or other read/write permission:
959
960     chmod -R go-rwx ~/.ssh
961
962 You should do the same thing for the BackupPC user on the server.
963
964 =item Testing
965
966 As the BackupPC user on the server, verify that this command:
967
968     ssh -l root clientHostName whoami
969
970 prints
971
972     root
973
974 You might be prompted the first time to accept the client's host key and
975 you might be prompted for root's password on the client.  Make sure that
976 this command runs cleanly with no prompts after the first time.  You
977 might need to check /etc/hosts.equiv on the client.  Look at the
978 man pages for more information.  The "-v" option to ssh is a good way
979 to get detailed information about what fails.
980
981 =back
982
983 =item SSH2 Instructions
984
985 =over 4
986
987 =item Key generation
988
989 As root on the client machine, use ssh-keygen2 to generate a
990 public/private key pair, without a pass-phrase:
991
992     ssh-keygen2 -t rsa -P
993
994 or:
995
996     ssh-keygen -t rsa -N ''
997
998 (This command might just be called ssh-keygen on your machine.)
999
1000 This will save the public key in /.ssh2/id_rsa_1024_a.pub and the private
1001 key in /.ssh2/id_rsa_1024_a.
1002
1003 =item Identification
1004
1005 Create the identification file /.ssh2/identification:
1006
1007     echo "IdKey id_rsa_1024_a" > /.ssh2/identification
1008
1009 =item BackupPC setup
1010
1011 Repeat the above steps for the BackupPC user (__BACKUPPCUSER__) on the server.
1012 Rename the key files to recognizable names, eg:
1013
1014     ssh-keygen2 -t rsa -P
1015     mv ~/.ssh2/id_rsa_1024_a.pub ~/.ssh2/BackupPC_id_rsa_1024_a.pub
1016     mv ~/.ssh2/id_rsa_1024_a     ~/.ssh2/BackupPC_id_rsa_1024_a
1017     echo "IdKey BackupPC_id_rsa_1024_a" > ~/.ssh2/identification
1018
1019 Based on your ssh2 configuration, you might also need to turn off
1020 StrictHostKeyChecking and PasswordAuthentication:
1021
1022     touch ~/.ssh2/ssh2_config
1023     echo "StrictHostKeyChecking ask" >> ~/.ssh2/ssh2_config
1024     echo "PasswordAuthentication no" >> ~/.ssh2/ssh2_config
1025
1026 =item Key exchange
1027
1028 To allow BackupPC to ssh to the client as root, you need to place
1029 BackupPC's public key into root's authorized list on the client.
1030 Copy BackupPC's public key (BackupPC_id_rsa_1024_a.pub) to the
1031 /.ssh2 directory on the client.  Add the following line to the
1032 /.ssh2/authorization file on the client (as root):
1033
1034     touch /.ssh2/authorization
1035     echo "Key BackupPC_id_rsa_1024_a.pub" >> /.ssh2/authorization
1036
1037 =item Fix permissions
1038
1039 You will probably need to make sure that all the files
1040 in /.ssh2 have no group or other read/write permission:
1041
1042     chmod -R go-rwx /.ssh2
1043
1044 You should do the same thing for the BackupPC user on the server.
1045
1046 =item Testing
1047
1048 As the BackupPC user on the server, verify that this command:
1049
1050     ssh2 -l root clientHostName whoami
1051
1052 prints
1053
1054     root
1055
1056 You might be prompted the first time to accept the client's host key and
1057 you might be prompted for root's password on the client.  Make sure that
1058 this command runs cleanly with no prompts after the first time.  You
1059 might need to check /etc/hosts.equiv on the client.  Look at the
1060 man pages for more information.  The "-v" option to ssh2 is a good way
1061 to get detailed information about what fails.
1062
1063 =back
1064
1065 =item SSH version 1 Instructions
1066
1067 The concept is identical and the steps are similar, but the specific
1068 commands and file names are slightly different.
1069
1070 First, run ssh-keygen on the client (as root) and server (as the BackupPC
1071 user) and simply hit enter when prompted for the pass-phrase:
1072
1073     ssh-keygen
1074
1075 This will save the public key in /.ssh/identity.pub and the private
1076 key in /.ssh/identity.
1077
1078 Next, append BackupPC's ~/.ssh/identity.pub (from the server) to root's
1079 /.ssh/authorized_keys file on the client.  It's a single long line that
1080 you can cut-and-paste with an editor (make sure it remains a single line).
1081
1082 Next, force protocol version 1 by adding:
1083
1084     Protocol 1
1085
1086 to BackupPC's ~/.ssh/config on the server.
1087
1088 Next, run "chmod -R go-rwx ~/.ssh" on the server and "chmod -R go-rwx /.ssh"
1089 on the client.
1090
1091 Finally, test using:
1092
1093     ssh -l root clientHostName whoami
1094
1095 =back
1096
1097 Finally, if this machine uses DHCP you will need to run nmbd (the
1098 NetBios name server) from the Samba distribution so that the machine
1099 responds to a NetBios name request. See the manual page and Samba
1100 documentation for more information.
1101
1102 =back
1103
1104 =head2 Step 6: Running BackupPC
1105
1106 The installation contains an init.d backuppc script that can be copied
1107 to /etc/init.d so that BackupPC can auto-start on boot.
1108 See init.d/README for further instructions.
1109
1110 BackupPC should be ready to start.  If you installed the init.d script,
1111 then you should be able to run BackupPC with:
1112
1113     /etc/init.d/backuppc start
1114
1115 (This script can also be invoked with "stop" to stop BackupPC and "reload"
1116 to tell BackupPC to reload config.pl and the hosts file.)
1117
1118 Otherwise, just run
1119
1120      __INSTALLDIR__/bin/BackupPC -d
1121
1122 as user __BACKUPPCUSER__.  The -d option tells BackupPC to run as a daemon
1123 (ie: it does an additional fork).
1124
1125 Any immediate errors will be printed to stderr and BackupPC will quit.
1126 Otherwise, look in __TOPDIR__/log/LOG and verify that BackupPC reports
1127 it has started and all is ok.
1128
1129 =head2 Step 7: Talking to BackupPC
1130
1131 Note: as of version 1.5.0, BackupPC no longer supports telnet
1132 to its TCP port.  First off, a unix domain socket is used
1133 instead of a TCP port.  (The TCP port can still be re-enabled
1134 if your installation has apache and BackupPC running on different
1135 machines.)  Secondly, even if you still use the TCP port, the
1136 messages exchanged over this interface are now protected by
1137 an MD5 digest based on a shared secret (see $Conf{ServerMesgSecret})
1138 as well as sequence numbers and per-session unique keys, preventing
1139 forgery and replay attacks.
1140
1141 You should verify that BackupPC is running by using BackupPC_serverMesg.
1142 This sends a message to BackupPC via the unix (or TCP) socket and prints
1143 the response.
1144
1145 You can request status information and start and stop backups using this
1146 interface. This socket interface is mainly provided for the CGI interface
1147 (and some of the BackupPC sub-programs use it too).  But right now we just
1148 want to make sure BackupPC is happy.  Each of these commands should
1149 produce some status output:
1150
1151     __INSTALLDIR__/bin/BackupPC_serverMesg status info
1152     __INSTALLDIR__/bin/BackupPC_serverMesg status jobs
1153     __INSTALLDIR__/bin/BackupPC_serverMesg status hosts
1154
1155 The output should be some hashes printed with Data::Dumper.  If it
1156 looks cryptic and confusing, and doesn't look like an error message,
1157 then all is ok.
1158
1159 The jobs status should initially show just BackupPC_trashClean.
1160 The hosts status should produce a list of every host you have listed
1161 in __TOPDIR__/conf/hosts as part of a big cryptic output line.
1162
1163 You can also request that all hosts be queued:
1164
1165     __INSTALLDIR__/bin/BackupPC_serverMesg backup all
1166
1167 At this point you should make sure the CGI interface works since
1168 it will be much easier to see what is going on.  That's our
1169 next subject.
1170
1171 =head2 Step 8: CGI interface
1172
1173 The CGI interface script, BackupPC_Admin, is a powerful and flexible
1174 way to see and control what BackupPC is doing.  It is written for an
1175 Apache server.  If you don't have Apache, see L<http://www.apache.org>.
1176
1177 There are two options for setting up the CGI interface: standard
1178 mode and using mod_perl.  Mod_perl provides much higher performance
1179 (around 15x) and is the best choice if your Apache was built with
1180 mod_perl support.  To see if your apache was built with mod_perl
1181 run this command:
1182
1183     httpd -l | egrep mod_perl
1184
1185 If this prints mod_perl.c then your Apache supports mod_perl.
1186
1187 Using mod_perl with BackupPC_Admin requires a dedicated Apache
1188 to be run as the BackupPC user (__BACKUPPCUSER__).  This is
1189 because BackupPC_Admin needs permission to access various files
1190 in BackupPC's data directories.  In contrast, the standard
1191 installation (without mod_perl) solves this problem by having
1192 BackupPC_Admin installed as setuid to the BackupPC user, so that
1193 BackupPC_Admin runs as the BackuPC user.
1194
1195 Here are some specifics for each setup:
1196
1197 =over 4
1198
1199 =item Standard Setup
1200
1201 The CGI interface should have been installed by the configure.pl script
1202 in __CGIDIR__/BackupPC_Admin.  BackupPC_Admin should have been installed
1203 as setuid to the BackupPC user (__BACKUPPCUSER__), in addition to user
1204 and group execute permission.
1205
1206 You should be very careful about permissions on BackupPC_Admin and
1207 the directory __CGIDIR__: it is important that normal users cannot
1208 directly execute or change BackupPC_Admin, otherwise they can access
1209 backup files for any PC. You might need to change the group ownership
1210 of BackupPC_Admin to a group that Apache belongs to so that Apache
1211 can execute it (don't add "other" execute permission!).
1212 The permissions should look like this:
1213
1214     ls -l __CGIDIR__/BackupPC_Admin
1215     -swxr-x---    1 __BACKUPPCUSER__   web      82406 Jun 17 22:58 __CGIDIR__/BackupPC_Admin
1216
1217 The setuid script won't work unless perl on your machine was installed
1218 with setuid emulation.  This is likely the problem if you get an error
1219 saying such as "Wrong user: my userid is 25, instead of 150", meaning
1220 the script is running as the httpd user, not the BackupPC user.
1221 This is because setuid scripts are disabled by the kernel in most
1222 flavors of unix and linux.
1223
1224 To see if your perl has setuid emulation, see if there is a program
1225 called sperl5.6.0 or sperl5.6.1 in the place where perl is installed.
1226 If you can't find this program, then you have two options: rebuild
1227 and reinstall perl with the setuid emulation turned on (answer "y" to
1228 the question "Do you want to do setuid/setgid emulation?" when you
1229 run perl's configure script), or switch to the mod_perl alternative
1230 for the CGI script (which doesn't need setuid to work).
1231
1232 =item Mod_perl Setup
1233
1234 The advantage of the mod_perl setup is that no setuid script is needed,
1235 and there is a huge performance advantage.  Not only does all the perl
1236 code need to be parsed just once, the config.pl and hosts files, plus
1237 the connection to the BackupPC server are cached between requests.  The
1238 typical speedup is around 15 times.
1239
1240 To use mod_perl you need to run Apache as user __BACKUPPCUSER__.
1241 If you need to run multiple Apache's for different services then
1242 you need to create multiple top-level Apache directories, each
1243 with their own config file.  You can make copies of /etc/init.d/httpd
1244 and use the -d option to httpd to point each http to a different
1245 top-level directory.  Or you can use the -f option to explicitly
1246 point to the config file.  Multiple Apache's will run on different
1247 Ports (eg: 80 is standard, 8080 is a typical alternative port accessed
1248 via http://yourhost.com:8080).
1249
1250 Inside BackupPC's Apache http.conf file you should check the
1251 settings for ServerRoot, DocumentRoot, User, Group, and Port.  See 
1252 L<http://httpd.apache.org/docs/server-wide.html> for more details.
1253
1254 For mod_perl, BackupPC_Admin should not have setuid permission, so
1255 you should turn it off:
1256
1257     chmod u-s __CGIDIR__/BackupPC_Admin
1258
1259 To tell Apache to use mod_perl to execute BackupPC_Admin, add this
1260 to Apache's 1.x httpd.conf file:
1261
1262     <IfModule mod_perl.c>
1263         PerlModule Apache::Registry
1264         PerlTaintCheck On
1265         <Location /cgi-bin/BackupPC/BackupPC_Admin>   # <--- change path as needed
1266            SetHandler perl-script
1267            PerlHandler Apache::Registry
1268            Options ExecCGI
1269            PerlSendHeader On
1270         </Location>
1271     </IfModule>
1272
1273 Apache 2.0.44 with Perl 5.8.0 on RedHat 7.1, Don Silvia reports that
1274 this works:
1275
1276     LoadModule perl_module modules/mod_perl.so
1277     PerlModule Apache2
1278
1279     <Location /path/to/cgi/>
1280         SetHandler perl-script
1281         PerlResponseHandler ModPerl::Registry
1282         PerlOptions +ParseHeaders
1283         Options +ExecCGI
1284
1285         Order deny,allow
1286         Deny from all
1287         Allow from 192.168.0  
1288         AuthName "Backup Admin"
1289         AuthType Basic
1290         AuthUserFile /path/to/user_file
1291         Require valid-user
1292     </Location>
1293
1294 There are other optimizations and options with mod_perl.  For
1295 example, you can tell mod_perl to preload various perl modules,
1296 which saves memory compared to loading separate copies in every
1297 Apache process after they are forked.  See Stas's definitive
1298 mod_perl guide at L<http://perl.apache.org/guide>.
1299
1300 =back
1301
1302 BackupPC_Admin requires that users are authenticated by Apache.
1303 Specifically, it expects that Apache sets the REMOTE_USER environment
1304 variable when it runs.  There are several ways to do this.  One way
1305 is to create a .htaccess file in the cgi-bin directory that looks like:
1306
1307     AuthGroupFile /etc/httpd/conf/group    # <--- change path as needed
1308     AuthUserFile /etc/http/conf/passwd     # <--- change path as needed
1309     AuthType basic
1310     AuthName "access"
1311     require valid-user
1312
1313 You will also need "AllowOverride Indexes AuthConfig" in the Apache
1314 httpd.conf file to enable the .htaccess file. Alternatively, everything
1315 can go in the Apache httpd.conf file inside a Location directive. The
1316 list of users and password file above can be extracted from the NIS
1317 passwd file.
1318
1319 One alternative is to use LDAP.  In Apache's http.conf add these lines:
1320
1321     LoadModule auth_ldap_module   modules/auth_ldap.so
1322     AddModule auth_ldap.c
1323
1324     # cgi-bin - auth via LDAP (for BackupPC)
1325     <Location /cgi-binBackupPC/BackupPC_Admin>    # <--- change path as needed
1326       AuthType Basic
1327       AuthName "BackupPC login"
1328       # replace MYDOMAIN, PORT, ORG and CO as needed
1329       AuthLDAPURL ldap://ldap.MYDOMAIN.com:PORT/o=ORG,c=CO?uid?sub?(objectClass=*)
1330       require valid-user
1331     </Location>
1332
1333 If you want to disable the user authentication you can set
1334 $Conf{CgiAdminUsers} to '*', which allows any user to have
1335 full access to all hosts and backups.  In this case the REMOTE_USER
1336 environment variable does not have to be set by Apache.
1337
1338 Alternatively, you can force a particular user name by getting Apache
1339 to set REMOTE_USER, eg, to hardcode the user to www you could add
1340 this to Apache's httpd.conf:
1341
1342     <Location /cgi-bin/BackupPC/BackupPC_Admin>   # <--- change path as needed
1343         Setenv REMOTE_USER www
1344     </Location>
1345
1346 Finally, you should also edit the config.pl file and adjust, as necessary,
1347 the CGI-specific settings.  They're near the end of the config file. In
1348 particular, you should specify which users or groups have administrator
1349 (privileged) access: see the config settings $Conf{CgiAdminUserGroup}
1350 and $Conf{CgiAdminUsers}.  Also, the configure.pl script placed various
1351 images into $Conf{CgiImageDir} that BackupPC_Admin needs to serve
1352 up.  You should make sure that $Conf{CgiImageDirURL} is the correct
1353 URL for the image directory.
1354
1355 See the section L<Debugging installation problems|debugging installation problems> for suggestions on debugging the Apache authentication setup.
1356
1357 =head2 How BackupPC Finds Hosts
1358
1359 Starting with v2.0.0 the way hosts are discovered has changed.  In most
1360 cases you should specify 0 for the DHCP flag in the conf/hosts file,
1361 even if the host has a dynamically assigned IP address.
1362
1363 BackupPC (starting with v2.0.0) looks up hosts with DHCP = 0 in this manner:
1364
1365 =over 4
1366
1367 =item *
1368
1369 First DNS is used to lookup the IP address given the client's name
1370 using perl's gethostbyname() function.  This should succeed for machines
1371 that have fixed IP addresses that are known via DNS.  You can manually
1372 see whether a given host have a DNS entry according to perls'
1373 gethostbyname function with this command:
1374
1375     perl -e 'print(gethostbyname("myhost") ? "ok\n" : "not found\n");'
1376
1377 =item *
1378
1379 If gethostbyname() fails, BackupPC then attempts a NetBios multicast to
1380 find the host.  Provided your client machine is configured properly,
1381 it should respond to this NetBios multicast request.  Specifically,
1382 BackupPC runs a command of this form:
1383
1384     nmblookup myhost
1385
1386 If this fails you will see output like:
1387
1388     querying myhost on 10.10.255.255
1389     name_query failed to find name myhost
1390
1391 If this success you will see output like:
1392
1393     querying myhost on 10.10.255.255
1394     10.10.1.73 myhost<00>
1395
1396 Depending on your netmask you might need to specify the -B option to
1397 nmblookup.  For example:
1398
1399     nmblookup -B 10.10.1.255 myhost
1400     
1401 If necessary, experiment on the nmblookup command that will return the
1402 IP address of the client given its name.  Then update
1403 $Conf{NmbLookupFindHostCmd} with any necessary options to nmblookup.
1404
1405 =back
1406
1407 For hosts that have the DHCP flag set to 1, these machines are
1408 discovered as follows:
1409
1410 =over 4
1411
1412 =item *
1413
1414 A DHCP address pool ($Conf{DHCPAddressRanges}) needs to be specified.
1415 BackupPC will check the NetBIOS name of each machine in the range using
1416 a command of the form:
1417
1418     nmblookup -A W.X.Y.Z
1419
1420 where W.X.Y.Z is each candidate address from $Conf{DHCPAddressRanges}.
1421 Any host that has a valid NetBIOS name returned by this command (ie:
1422 matching an entry in the hosts file) will be backed up.  You can
1423 modify the specific nmblookup command if necessary via $Conf{NmbLookupCmd}.
1424
1425 =item *
1426
1427 You only need to use this DHCP feature if your client machine doesn't
1428 respond to the NetBios multicast request:
1429
1430     nmblookup myHost
1431
1432 but does respond to a request directed to its IP address:
1433
1434     nmblookup -A W.X.Y.Z
1435
1436 =back
1437
1438 =head2 Other installation topics
1439
1440 =over 4
1441
1442 =item Removing a client
1443
1444 If there is a machine that no longer needs to be backed up (eg: a retired
1445 machine) you have two choices.  First, you can keep the backups accessible
1446 and browsable, but disable all new backups.  Alternatively, you can
1447 completely remove the client and all its backups.
1448
1449 To disable backups for a client there are two special values for
1450 $Conf{FullPeriod} in that client's per-PC config.pl file:
1451
1452 =over 4
1453
1454 =item -1
1455
1456 Don't do any regular backups on this machine.  Manually
1457 requested backups (via the CGI interface) will still occur.
1458
1459 =item -2
1460
1461 Don't do any backups on this machine.  Manually requested
1462 backups (via the CGI interface) will be ignored.
1463
1464 =back
1465
1466 This will still allow that client's old backups to be browsable
1467 and restorable.
1468
1469 To completely remove a client and all its backups, you should remove its
1470 entry in the conf/hosts file, and then delete the __TOPDIR__/pc/$host
1471 directory.  Whenever you change the hosts file, you should send
1472 BackupPC a HUP (-1) signal so that it re-reads the hosts file.
1473 If you don't do this, BackupPC will automatically re-read the
1474 hosts file at the next regular wakeup.
1475
1476 Note that when you remove a client's backups you won't initially recover
1477 a lot of disk space.  That's because the client's files are still in
1478 the pool.  Overnight, when BackupPC_nightly next runs, all the unused
1479 pool files will be deleted and this will recover the disk space used
1480 by the client's backups.
1481
1482 =item Copying the pool
1483
1484 If the pool disk requirements grow you might need to copy the entire
1485 data directory to a new (bigger) file system.  Hopefully you are lucky
1486 enough to avoid this by having the data directory on a RAID file system
1487 or LVM that allows the capacity to be grown in place by adding disks.
1488
1489 The backup data directories contain large numbers of hardlinks.  If
1490 you try to copy the pool the target directory will occupy a lot more
1491 space if the hardlinks aren't re-established.
1492
1493 The GNU cp program with the -a option is aware of hardlinks and knows
1494 to re-establish them.  So GNU cp -a is the recommended way to copy
1495 the data directory and pool.  Don't forget to stop BackupPC while
1496 the copy runs.
1497
1498 =item Compressing an existing pool
1499
1500 If you are upgrading BackupPC and want to turn compression on you have
1501 two choices:
1502
1503 =over 4
1504
1505 =item *
1506
1507 Simply turn on compression.  All new backups will be compressed. Both old
1508 (uncompressed) and new (compressed) backups can be browsed and viewed.
1509 Eventually, the old backups will expire and all the pool data will be
1510 compressed. However, until the old backups expire, this approach could
1511 require 60% or more additional pool storage space to store both
1512 uncompressed and compressed versions of the backup files.
1513
1514 =item *
1515
1516 Convert all the uncompressed pool files and backups to compressed.
1517 The script __INSTALLDIR__/bin/BackupPC_compressPool does this.
1518 BackupPC must not be running when you run BackupPC_compressPool.
1519 Also, there must be no existing compressed backups when you
1520 run BackupPC_compressPool.
1521
1522 BackupPC_compressPool compresses all the files in the uncompressed pool
1523 (__TOPDIR__/pool) and moves them to the compressed pool
1524 (__TOPDIR__/cpool). It rewrites the files in place, so that the
1525 existing hardlinks are not disturbed.
1526
1527 =back
1528
1529 The rest of this section discusses how to run BackupPC_compressPool.
1530
1531 BackupPC_compressPool takes three command line options:
1532
1533 =over 4
1534
1535 =item -t
1536
1537 Test mode: do everything except actually replace the pool files.
1538 Useful for estimating total run time without making any real
1539 changes.
1540
1541 =item -r
1542
1543 Read check: re-read the compressed file and compare it against
1544 the original uncompressed file.  Can only be used in test mode.
1545
1546 =item -c #
1547
1548 Number of children to fork. BackupPC_compressPool can take a long time
1549 to run, so to speed things up it spawns four children, each working on a
1550 different part of the pool. You can change the number of children with
1551 the -c option.
1552
1553 =back
1554
1555 Here are the recommended steps for running BackupPC_compressPool:
1556
1557 =over 4
1558
1559 =item *
1560
1561 Stop BackupPC (eg: "/etc/init.d/backuppc stop").
1562
1563 =item *
1564
1565 Set $Conf{CompressLevel} to a non-zero number (eg: 3).
1566
1567 =item *
1568
1569 Do a dry run of BackupPC_compressPool.  Make sure you run this as
1570 the BackupPC user (__BACKUPPCUSER__):
1571
1572     BackupPC_compressPool -t -r
1573
1574 The -t option (test mode) makes BackupPC_compressPool do all the steps,
1575 but not actually change anything. The -r option re-reads the compressed
1576 file and compares it against the original.
1577
1578 BackupPC_compressPool gives a status as it completes each 1% of the job.
1579 It also shows the cumulative compression ratio and estimated completion
1580 time.  Once you are comfortable that things look ok, you can kill
1581 BackupPC_compressPool or wait for it to finish.
1582
1583 =item *
1584
1585 Now you are ready to run BackupPC_compressPool for real.  Once again,
1586 as the BackupPC user (__BACKUPPCUSER__), run:
1587
1588     BackupPC_compressPool
1589
1590 You should put the output into a file and tail this file.  (The running
1591 time could be twice as long as the test mode since the test mode file
1592 writes are immediately followed by an unlink, so in test mode it is
1593 likely the file writes never make it to disk.)
1594
1595 It is B<critical> that BackupPC_compressPool runs to completion before
1596 re-starting BackupPC.  Before BackupPC_compressPool completes, none of
1597 the existing backups will be in a consistent state.  If you must stop
1598 BackupPC_compressPool for some reason, send it an INT or TERM signal
1599 and give it several seconds (or more) to clean up gracefully.
1600 After that, you can re-run BackupPC_compressPool and it will start
1601 again where it left off.  Once again, it is critical that it runs
1602 to 100% completion.
1603
1604 =back
1605
1606 After BackupPC_compressPool completes you should have a complete set
1607 of compressed backups (and your disk usage should be lower).  You
1608 can now re-start BackupPC.
1609
1610 =back
1611
1612 =head2 Debugging installation problems
1613
1614 This section will probably grow based on the types of questions on
1615 the BackupPC mail list.  Eventually the FAQ at
1616 L<http://backuppc.sourceforge.net/faq/> will include more details
1617 than this section.
1618
1619 =over 4
1620
1621 =item Check log files
1622
1623 Assuming BackupPC can start correctly you should inspect __TOPDIR__/log/LOG
1624 for any errors.  Assuming backups for a particular host start, you
1625 should be able to look in __TOPDIR__/pc/$host/LOG for error messages
1626 specific to that host.  Always check both log files.
1627
1628 =item CGI script doesn't run
1629
1630 Perhaps the most common program with the installation is getting the
1631 CGI script to run.  Often the setuid isn't configured correctly, or
1632 doesn't work on your system.
1633
1634 First, try running BackupPC_Admin manually as the BackupPC user, eg:
1635
1636     su __BACKUPPCUSER__
1637     __CGIDIR__/BackupPC_Admin
1638
1639 Now try running it as the httpd user (which ever user apache runs as);
1640
1641     su httpd
1642     __CGIDIR__/BackupPC_Admin
1643
1644 In both cases do you get normal html output?
1645
1646 If the first case works but the second case fails with an error that
1647 the wrong user is running the script then you have a setuid problem.
1648 (This assumes you are running BackupPC_Admin without mod_perl, and
1649 you therefore need seduid to work.  If you are using mod_perl then
1650 apache should run as user __BACKUPPCUSER__.)
1651
1652 First you should make sure the cgi-bin directory is on a file system
1653 that doesn't have the "nosuid" mount option.  
1654
1655 Next, experiment by creating this script:
1656
1657     #!/bin/perl
1658
1659     printf("My userid is $> (%s)\n", (getpwuid($>))[0]);
1660
1661 then chown it to backuppc and chmod u+s:
1662
1663     root# chown backuppc testsetuid
1664     root# chmod u+s testsetuid
1665     root# chmod a+x testsetuid
1666     root# ls -l testsetuid
1667     -rwsr-xr-x    1 backuppc  wheel          76 Aug 26 09:46 testsetuid*
1668
1669 Now run this program as a normal user.  What uid does it print?
1670 Try changing the first line of the script to directly call sperl:
1671
1672     #!/usr/bin/sperl5.8.0
1673
1674 (modify according to your version and path).  Does this work
1675 instead?
1676
1677 Finally, you should invoke the CGI script from a browser, using
1678 a URL like:
1679
1680     http://myHost/cgi-bin/BackupPC/BackupPC_Admin
1681
1682 You should make sure REMOTE_USER is being set by apache (see the
1683 earlier section) so that user authentication works.  Make sure
1684 the config settings $Conf{CgiAdminUserGroup} and $Conf{CgiAdminUsers}
1685 correctly specify the privileged administrator users.
1686
1687 =item You cannot access per-host information in the CGI interface
1688
1689 If you get the error
1690
1691     Only privileged users can view information about host xyz
1692
1693 it means that BackupPC_Admin is unable to match the user's login
1694 name (supplied by Apache via the REMOTE_USER environment variable)
1695 with either that host's user name (in the conf/hosts file) or
1696 with the administrators specified in the $Conf{CgiAdminUsers}
1697 or $Conf{CgiAdminUserGroup} settings.
1698
1699 The most common problem is that REMOTE_USER is not set because the
1700 Apache authentication is not correctly configured.  In this case
1701 BackupPC_Admin will report this additional error:
1702
1703     Note: $ENV{REMOTE_USER} is not set, which could mean there is an
1704     installation problem.  BackupPC_Admin expects Apache to authenticate
1705     the user and pass their user name into this script as the REMOTE_USER
1706     environment variable.  See the documentation.
1707
1708 You should review the configuration instructions to setup Apache
1709 authentication correctly.  To test if REMOTE_USER is being set
1710 correctly, there is a simple script called printenv that is
1711 included with Apache.  This is a simple CGI script that prints
1712 out all the environment variables.  Place this script in the
1713 same directory as BackupPC_Admin and run it with a URL like:
1714
1715     http://myHost/cgi-bin/BackupPC/printenv
1716
1717 Check the value of the REMOTE_USER environment variable.
1718 Here's a copy of the printenv script:
1719
1720     #!/usr/bin/perl
1721     ##
1722     ##  printenv -- demo CGI program which just prints its environment
1723     ##
1724
1725     print "Content-type: text/plain\n\n";
1726     foreach $var (sort(keys(%ENV))) {
1727         $val = $ENV{$var};
1728         $val =~ s|\n|\\n|g;
1729         $val =~ s|"|\\"|g;
1730         print "${var}=\"${val}\"\n";
1731     }
1732
1733 =item Can't ping or find host
1734
1735 Please read the section L<How BackupPC Finds Hosts|how backuppc finds hosts>.
1736
1737 The BackupPC_dump command now has a -v option, so the easiest way to
1738 debug backup problems on a specific host is to run BackupPC_dump
1739 manually as the BackupPC user:
1740
1741     su __BACKUPPCUSER__
1742     __INSTALLDIR__/bin/BackupPC_dump -v -f hostName
1743
1744 This will run a full dump on hostName (replace with your host name).
1745 It will show each command (eg: ping, nmblookup and the full dump
1746 commands) and the output from each command.  Reading the output
1747 carefully should show you what the problem is.
1748
1749 You can also verify that nmblookup correctly returns the netbios name.
1750 This is essential for DHCP hosts, and depending upon the setting of
1751 $Conf{FixedIPNetBiosNameCheck} might also be required for fixed IP
1752 address hosts too.  Run this command:
1753
1754     nmblookup -A hostName
1755
1756 Verify that the host name is printed.  The output might look like:
1757
1758     received 7 names
1759             DELLLS13        <00> -         P <ACTIVE> 
1760             DOMAINNAME      <00> - <GROUP> P <ACTIVE> 
1761             DELLLS13        <20> -         P <ACTIVE> 
1762             DOMAINNAME      <1e> - <GROUP> P <ACTIVE> 
1763             DELLLS13        <03> -         P <ACTIVE> 
1764             DELLLS13$       <03> -         P <ACTIVE> 
1765             CRAIG           <03> -         P <ACTIVE> 
1766
1767 The first name, converted to lower case, is used for the host name.
1768
1769 =item Transport method doesn't work
1770
1771 The BackupPC_dump command has a -v option, so the easiest way to
1772 debug backup problems on a specific host is to run BackupPC_dump
1773 manually as the BackupPC user:
1774
1775     su __BACKUPPCUSER__
1776     __INSTALLDIR__/bin/BackupPC_dump -v -f hostName
1777
1778 This will run a full dump on hostName (replace with your host name)
1779 and will print all the output from each command, including the log
1780 output.
1781
1782 The most likely problems will relate to connecting to the smb shares on
1783 each host.  On each failed backup, a file __TOPDIR__/pc/$host/XferLOG.bad.z
1784 will be created.  This is the stderr output from the transport program.
1785 You can view this file via the CGI interface, or manually uncompress it
1786 with;
1787
1788     __INSTALLDIR__/bin/BackupPC_zcat __TOPDIR__/pc/$host/XferLOG.bad.z | more
1789
1790 The first line will show the full command that was run (eg: rsync, tar
1791 or smbclient).  Based on the error messages you should figure out what
1792 is wrong.  Possible errors on the server side are invalid host, invalid
1793 share name, bad username or password.  Possible errors on the client
1794 side are misconfiguration of the share, username or password.
1795
1796 You should try running the command manually to see what happens.
1797 For example, for smbclient you should it manually and verify that
1798 you can connect to the host in interactive mode, eg:
1799
1800     smbclient '\\hostName\shareName' -U userName
1801
1802 shareName should match the $Conf{SmbShareName} setting and userName
1803 should match the the $Conf{SmbShareUserName} setting.
1804
1805 You will be prompted for the password. You should then see this prompt:
1806
1807     smb: \>
1808
1809 Verify that "ls" works and then type "quit" to exit.
1810
1811 =back
1812
1813 =head1 Restore functions
1814
1815 BackupPC supports several different methods for restoring files. The
1816 most convenient restore options are provided via the CGI interface.
1817 Alternatively, backup files can be restored using manual commands.
1818
1819 =head2 CGI restore options
1820
1821 By selecting a host in the CGI interface, a list of all the backups
1822 for that machine will be displayed.  By selecting the backup number
1823 you can navigate the shares and directory tree for that backup.
1824
1825 BackupPC's CGI interface automatically fills incremental backups
1826 with the corresponding full backup, which means each backup has
1827 a filled appearance.  Therefore, there is no need to do multiple
1828 restores from the incremental and full backups: BackupPC does all
1829 the hard work for you.  You simply select the files and directories
1830 you want from the correct backup vintage in one step.
1831
1832 You can download a single backup file at any time simply by selecting
1833 it.  Your browser should prompt you with the file name and ask you
1834 whether to open the file or save it to disk.
1835
1836 Alternatively, you can select one or more files or directories in
1837 the currently selected directory and select "Restore selected files".
1838 (If you need to restore selected files and directories from several
1839 different parent directories you will need to do that in multiple
1840 steps.)
1841
1842 If you select all the files in a directory, BackupPC will replace
1843 the list of files with the parent directory.  You will be presented
1844 with a screen that has three options:
1845
1846 =over 4
1847
1848 =item Option 1: Direct Restore
1849
1850 With this option the selected files and directories are restored
1851 directly back onto the host, by default in their original location.
1852 Any old files with the same name will be overwritten, so use caution.
1853 You can optionally change the target host name, target share name,
1854 and target path prefix for the restore, allowing you to restore the
1855 files to a different location.
1856
1857 Once you select "Start Restore" you will be prompted one last time
1858 with a summary of the exact source and target files and directories
1859 before you commit.  When you give the final go ahead the restore
1860 operation will be queued like a normal backup job, meaning that it
1861 will be deferred if there is a backup currently running for that host.
1862 When the restore job is run, smbclient or tar is used (depending upon
1863 $Conf{XferMethod}) to actually restore the files.  Sorry, there is
1864 currently no option to cancel a restore that has been started.
1865
1866 A record of the restore request, including the result and list of
1867 files and directories, is kept.  It can be browsed from the host's
1868 home page.  $Conf{RestoreInfoKeepCnt} specifies how many old restore
1869 status files to keep.
1870
1871 =item Option 2: Download Zip archive
1872
1873 With this option a zip file containing the selected files and directories
1874 is downloaded.  The zip file can then be unpacked or individual files
1875 extracted as necessary on the host machine. The compression level can be
1876 specified.  A value of 0 turns off compression.
1877
1878 When you select "Download Zip File" you should be prompted where to
1879 save the restore.zip file.
1880
1881 BackupPC does not consider downloading a zip file as an actual
1882 restore operation, so the details are not saved for later browsing
1883 as in the first case.  However, a mention that a zip file was
1884 downloaded by a particular user, and a list of the files, does
1885 appear in BackupPC's log file.
1886
1887 =item Option 3: Download Tar archive
1888
1889 This is identical to the previous option, except a tar file is downloaded
1890 rather than a zip file (and there is currently no compression option).
1891
1892 =back
1893
1894 =head2 Command-line restore options
1895
1896 Apart from the CGI interface, BackupPC allows you to restore files
1897 and directories from the command line.  The following programs can
1898 be used:
1899
1900 =over 4
1901
1902 =item BackupPC_zcat
1903
1904 For each file name argument it inflates (uncompresses) the file and
1905 writes it to stdout.  To use BackupPC_zcat you could give it the
1906 full file name, eg:
1907
1908     __INSTALLDIR__/bin/BackupPC_zcat __TOPDIR__/pc/host/5/fc/fcraig/fexample.txt > example.txt
1909
1910 It's your responsibility to make sure the file is really compressed:
1911 BackupPC_zcat doesn't check which backup the requested file is from.
1912
1913 =item BackupPC_tarCreate
1914
1915 BackupPC_tarCreate creates a tar file for any files or directories in
1916 a particular backup.  Merging of incrementals is done automatically,
1917 so you don't need to worry about whether certain files appear in the
1918 incremental or full backup.
1919
1920 The usage is:
1921
1922    BackupPC_tarCreate [-t] [-h host] [-n dumpNum] [-s shareName]
1923                     [-r pathRemove] [-p pathAdd]
1924                     files/directories...
1925
1926 The command-line files and directories are relative to the specified
1927 shareName.  The tar file is written to stdout.
1928
1929 The required options are:
1930
1931 =over 4
1932
1933 =item -h host
1934
1935 host from which the tar archive is created
1936
1937 =item -n dumpNum
1938
1939 dump number from which the tar archive is created
1940
1941 =item -s shareName
1942
1943 share name from which the tar archive is created
1944
1945 =back
1946
1947 Other options are:
1948
1949 =over 4
1950
1951 =item -t
1952
1953 print summary totals
1954
1955 =item -r pathRemove
1956
1957 path prefix that will be replaced with pathAdd
1958
1959 =item -p pathAdd
1960
1961 new path prefix
1962
1963 =back
1964
1965 The -h, -n and -s options specify which dump is used to generate
1966 the tar archive.  The -r and -p options can be used to relocate
1967 the paths in the tar archive so extracted files can be placed
1968 in a location different from their original location.
1969
1970 =item BackupPC_zipCreate
1971
1972 BackupPC_zipCreate creates a zip file for any files or directories in
1973 a particular backup.  Merging of incrementals is done automatically,
1974 so you don't need to worry about whether certain files appear in the
1975 incremental or full backup.
1976
1977 The usage is:
1978
1979    BackupPC_zipCreate [-t] [-h host] [-n dumpNum] [-s shareName]
1980                     [-r pathRemove] [-p pathAdd] [-c compressionLevel]
1981                    files/directories...
1982
1983 The command-line files and directories are relative to the specified
1984 shareName.  The zip file is written to stdout.
1985
1986 The required options are:
1987
1988 =over 4
1989
1990 =item -h host
1991
1992 host from which the zip archive is created
1993
1994 =item -n dumpNum
1995
1996 dump number from which the zip archive is created
1997
1998 =item -s shareName
1999
2000 share name from which the zip archive is created
2001
2002 =back
2003
2004 Other options are:
2005
2006 =over 4
2007
2008 =item -t
2009
2010 print summary totals
2011
2012 =item -r pathRemove
2013
2014 path prefix that will be replaced with pathAdd
2015
2016 =item -p pathAdd
2017
2018 new path prefix
2019
2020 =item -c level
2021
2022 compression level (default is 0, no compression)
2023
2024 =back
2025
2026 The -h, -n and -s options specify which dump is used to generate
2027 the zip archive.  The -r and -p options can be used to relocate
2028 the paths in the zip archive so extracted files can be placed
2029 in a location different from their original location.
2030
2031 =back
2032
2033 Each of these programs reside in __INSTALLDIR__/bin.
2034
2035 =head1 BackupPC Design
2036
2037 =head2 Some design issues
2038
2039 =over 4
2040
2041 =item Pooling common files
2042
2043 To quickly see if a file is already in the pool, an MD5 digest of the
2044 file length and contents is used as the file name in the pool. This
2045 can't guarantee a file is identical: it just reduces the search to
2046 often a single file or handful of files. A complete file comparison
2047 is always done to verify if two files are really the same.
2048
2049 Identical files on multiples backups are represented by hard links.
2050 Hardlinks are used so that identical files all refer to the same
2051 physical file on the server's disk. Also, hard links maintain
2052 reference counts so that BackupPC knows when to delete unused files
2053 from the pool.
2054
2055 For the computer-science majors among you, you can think of the pooling
2056 system used by BackupPC as just a chained hash table stored on a (big)
2057 file system.
2058
2059 =item The hashing function
2060
2061 There is a tradeoff between how much of file is used for the MD5 digest
2062 and the time taken comparing all the files that have the same hash.
2063
2064 Using the file length and just the first 4096 bytes of the file for the
2065 MD5 digest produces some repetitions.  One example: with 900,000 unique
2066 files in the pool, this hash gives about 7,000 repeated files, and in
2067 the worst case 500 files have the same hash.  That's not bad: we only
2068 have to do a single file compare 99.2% of the time.  But in the worst
2069 case we have to compare as many as 500 files checking for a match.
2070
2071 With a modest increase in CPU time, if we use the file length and the
2072 first 256K of the file we now only have 500 repeated files and in the
2073 worst case around 20 files have the same hash. Furthermore, if we
2074 instead use the first and last 128K of the file (more specifically, the
2075 first and eighth 128K chunks for files larger than 1MB) we get only 300
2076 repeated files and in the worst case around 20 files have the same hash.
2077
2078 Based on this experimentation, this is the hash function used by BackupPC.
2079 It is important that you don't change the hash function after files
2080 are already in the pool.  Otherwise your pool will grow to twice the
2081 size until all the old backups (and all the old files with old hashes)
2082 eventually expire.
2083
2084 =item Compression
2085
2086 BackupPC supports compression. It uses the deflate and inflate methods
2087 in the Compress::Zlib module, which is based on the zlib compression
2088 library (see L<http://www.gzip.org/zlib/>).
2089
2090 The $Conf{CompressLevel} setting specifies the compression level to use.
2091 Zero (0) means no compression. Compression levels can be from 1 (least
2092 cpu time, slightly worse compression) to 9 (most cpu time, slightly
2093 better compression). The recommended value is 3. Changing it to 5, for
2094 example, will take maybe 20% more cpu time and will get another 2-3%
2095 additional compression. Diminishing returns set in above 5.  See the zlib
2096 documentation for more information about compression levels.
2097
2098 BackupPC implements compression with minimal CPU load. Rather than
2099 compressing every incoming backup file and then trying to match it
2100 against the pool, BackupPC computes the MD5 digest based on the
2101 uncompressed file, and matches against the candidate pool files by
2102 comparing each uncompressed pool file against the incoming backup file.
2103 Since inflating a file takes roughly a factor of 10 less CPU time than
2104 deflating there is a big saving in CPU time.
2105
2106 The combination of pooling common files and compression can yield
2107 a factor of 8 or more overall saving in backup storage.
2108
2109 =back
2110
2111 =head2 BackupPC operation
2112
2113 BackupPC reads the configuration information from
2114 __TOPDIR__/conf/config.pl. It then runs and manages all the backup
2115 activity. It maintains queues of pending backup requests, user backup
2116 requests and administrative commands. Based on the configuration various
2117 requests will be executed simultaneously.
2118
2119 As specified by $Conf{WakeupSchedule}, BackupPC wakes up periodically
2120 to queue backups on all the PCs.  This is a four step process:
2121
2122 =over 4
2123
2124 =item 1
2125
2126 For each host and DHCP address backup requests are queued on the
2127 background command queue.
2128
2129 =item 2
2130
2131 For each PC, BackupPC_dump is forked. Several of these may be run in
2132 parallel, based on the configuration. First a ping is done to see if the
2133 machine is alive. If this is a DHCP address, nmblookup is run to get
2134 the netbios name, which is used as the host name. The file
2135 __TOPDIR__/pc/$host/backups is read to decide whether a full or
2136 incremental backup needs to be run. If no backup is scheduled, or the ping
2137 to $host fails, then BackupPC_dump exits.
2138
2139 The backup is done using samba's smbclient or tar over ssh/rsh/nfs piped
2140 into BackupPC_tarExtract, extracting the backup into __TOPDIR__/pc/$host/new.
2141 The smbclient or tar output is put into __TOPDIR__/pc/$host/XferLOG.
2142
2143 As BackupPC_tarExtract extracts the files from smbclient, it checks each
2144 file in the backup to see if it is identical to an existing file from
2145 any previous backup of any PC. It does this without needed to write the
2146 file to disk. If the file matches an existing file, a hardlink is
2147 created to the existing file in the pool. If the file does not match any
2148 existing files, the file is written to disk and the file name is saved
2149 in __TOPDIR__/pc/$host/NewFileList for later processing by
2150 BackupPC_link.  BackupPC_tarExtract can handle arbitrarily large
2151 files and multiple candidate matching files without needing to
2152 write the file to disk in the case of a match.  This significantly
2153 reduces disk writes (and also reads, since the pool file comparison
2154 is done disk to memory, rather than disk to disk).
2155
2156 Based on the configuration settings, BackupPC_dump checks each
2157 old backup to see if any should be removed.  Any expired backups
2158 are moved to __TOPDIR__/trash for later removal by BackupPC_trashClean.
2159
2160 =item 3
2161
2162 For each complete, good, backup, BackupPC_link is run.
2163 To avoid race conditions as new files are linked into the
2164 pool area, only a single BackupPC_link program runs
2165 at a time and the rest are queued.
2166
2167 BackupPC_link reads the NewFileList written by BackupPC_dump and
2168 inspects each new file in the backup. It re-checks if there is a
2169 matching file in the pool (another BackupPC_link
2170 could have added the file since BackupPC_dump checked). If so, the file
2171 is removed and replaced by a hard link to the existing file. If the file
2172 is new, a hard link to the file is made in the pool area, so that this
2173 file is available for checking against each new file and new backup.
2174
2175 Then, assuming $Conf{IncrFill} is set, for each incremental backup,
2176 hard links are made in the new backup to all files that were not extracted
2177 during the incremental backups.  The means the incremental backup looks
2178 like a complete image of the PC (with the exception that files
2179 that were removed on the PC since the last full backup will still
2180 appear in the backup directory tree).
2181
2182 As of v1.03, the CGI interface knows how to merge unfilled
2183 incremental backups will the most recent prior filled (full)
2184 backup, giving the incremental backups a filled appearance.  The
2185 default for $Conf{IncrFill} is off, since there is now no need to
2186 fill incremental backups.  This saves some level of disk activity,
2187 since lots of extra hardlinks are no longer needed (and don't have
2188 to be deleted when the backup expires).
2189
2190 =item 4
2191
2192 BackupPC_trashClean is always run in the background to remove any
2193 expired backups. Every 5 minutes it wakes up and removes all the files
2194 in __TOPDIR__/trash.
2195
2196 Also, once each night, BackupPC_nightly is run to complete some additional
2197 administrative tasks, such as cleaning the pool.  This involves removing
2198 any files in the pool that only have a single hard link (meaning no backups
2199 are using that file).  Again, to avoid race conditions, BackupPC_nightly
2200 is only run when there are no BackupPC_dump or BackupPC_link processes
2201 running.
2202
2203 =back
2204
2205 BackupPC also listens for TCP connections on $Conf{ServerPort}, which
2206 is used by the CGI script BackupPC_Admin for status reporting and
2207 user-initiated backup or backup cancel requests.
2208
2209 =head2 Storage layout
2210
2211 BackupPC resides in three directories:
2212
2213 =over 4
2214
2215 =item __INSTALLDIR__
2216
2217 Perl scripts comprising BackupPC reside in __INSTALLDIR__/bin,
2218 libraries are in __INSTALLDIR__/lib and documentation
2219 is in __INSTALLDIR__/doc.
2220
2221 =item __CGIDIR__
2222
2223 The CGI script BackupPC_Admin resides in this cgi binary directory.
2224
2225 =item __TOPDIR__
2226
2227 All of BackupPC's data (PC backup images, logs, configuration information)
2228 is stored below this directory.
2229
2230 =back
2231
2232 Below __TOPDIR__ are several directories:
2233
2234 =over 4
2235
2236 =item __TOPDIR__/conf
2237
2238 The directory __TOPDIR__/conf contains:
2239
2240 =over 4
2241
2242 =item config.pl
2243
2244 Configuration file. See L<Configuration file|configuration file>
2245 below for more details.
2246
2247 =item hosts
2248
2249 Hosts file, which lists all the PCs to backup.
2250
2251 =back
2252
2253 =item __TOPDIR__/log
2254
2255 The directory __TOPDIR__/log contains:
2256
2257 =over 4
2258
2259 =item LOG
2260
2261 Current (today's) log file output from BackupPC.
2262
2263 =item LOG.0 or LOG.0.z
2264
2265 Yesterday's log file output.  Log files are aged daily and compressed
2266 (if compression is enabled), and old LOG files are deleted.
2267
2268 =item BackupPC.pid
2269
2270 Contains BackupPC's process id.
2271
2272 =item status.pl
2273
2274 A summary of BackupPC's status written periodically by BackupPC so
2275 that certain state information can be maintained if BackupPC is
2276 restarted.  Should not be edited.
2277
2278 =item UserEmailInfo.pl
2279
2280 A summary of what email was last sent to each user, and when the
2281 last email was sent.  Should not be edited.
2282
2283 =back
2284
2285 =item __TOPDIR__/trash
2286
2287 Any directories and files below this directory are periodically deleted
2288 whenever BackupPC_trashClean checks. When a backup is aborted or when an
2289 old backup expires, BackupPC_dump simply moves the directory to
2290 __TOPDIR__/trash for later removal by BackupPC_trashClean.
2291
2292 =item __TOPDIR__/pool
2293
2294 All uncompressed files from PC backups are stored below __TOPDIR__/pool.
2295 Each file's name is based on the MD5 hex digest of the file contents.
2296 Specifically, for files less than 256K, the file length and the entire
2297 file is used. For files up to 1MB, the file length and the first and
2298 last 128K are used. Finally, for files longer than 1MB, the file length,
2299 and the first and eighth 128K chunks for the file are used.
2300
2301 Each file is stored in a subdirectory X/Y/Z, where X, Y, Z are the
2302 first 3 hex digits of the MD5 digest.
2303
2304 For example, if a file has an MD5 digest of 123456789abcdef0,
2305 the file is stored in __TOPDIR__/pool/1/2/3/123456789abcdef0.
2306
2307 The MD5 digest might not be unique (especially since not all the file's
2308 contents are used for files bigger than 256K). Different files that have
2309 the same MD5 digest are stored with a trailing suffix "_n" where n is
2310 an incrementing number starting at 0. So, for example, if two additional
2311 files were identical to the first, except the last byte was different,
2312 and assuming the file was larger than 1MB (so the MD5 digests are the
2313 same but the files are actually different), the three files would be
2314 stored as:
2315
2316         __TOPDIR__/pool/1/2/3/123456789abcdef0
2317         __TOPDIR__/pool/1/2/3/123456789abcdef0_0
2318         __TOPDIR__/pool/1/2/3/123456789abcdef0_1
2319
2320 Both BackupPC_dump (actually, BackupPC_tarExtract) and BackupPC_link are
2321 responsible for checking newly backed up files against the pool. For
2322 each file, the MD5 digest is used to generate a file name in the pool
2323 directory. If the file exists in the pool, the contents are compared.
2324 If there is no match, additional files ending in "_n" are checked.
2325 (Actually, BackupPC_tarExtract compares multiple candidate files in
2326 parallel.)  If the file contents exactly match, the file is created by
2327 simply making a hard link to the pool file (this is done by
2328 BackupPC_tarExtract as the backup proceeds). Otherwise,
2329 BackupPC_tarExtract writes the new file to disk and a new hard link is
2330 made in the pool to the file (this is done later by BackupPC_link).
2331
2332 Therefore, every file in the pool will have at least 2 hard links
2333 (one for the pool file and one for the backup file below __TOPDIR__/pc).
2334 Identical files from different backups or PCs will all be linked to
2335 the same file.  When old backups are deleted, some files in the pool
2336 might only have one link.  BackupPC_nightly checks the entire pool
2337 and removes all files that have only a single link, thereby recovering
2338 the storage for that file.
2339
2340 One other issue: zero length files are not pooled, since there are a lot
2341 of these files and on most file systems it doesn't save any disk space
2342 to turn these files into hard links.
2343
2344 =item __TOPDIR__/cpool
2345
2346 All compressed files from PC backups are stored below __TOPDIR__/cpool.
2347 Its layout is the same as __TOPDIR__/pool, and the hashing function
2348 is the same (and, importantly, based on the uncompressed file, not
2349 the compressed file).
2350
2351 =item __TOPDIR__/pc/$host
2352
2353 For each PC $host, all the backups for that PC are stored below
2354 the directory __TOPDIR__/pc/$host.  This directory contains the
2355 following files:
2356
2357 =over 4
2358
2359 =item LOG
2360
2361 Current log file for this PC from BackupPC_dump.
2362
2363 =item LOG.0 or LOG.0.z
2364
2365 Last month's log file.  Log files are aged monthly and compressed
2366 (if compression is enabled), and old LOG files are deleted.
2367
2368 =item XferERR or XferERR.z
2369
2370 Output from the transport program (ie: smbclient or tar)
2371 for the most recent failed backup.
2372
2373 =item new
2374
2375 Subdirectory in which the current backup is stored.  This
2376 directory is renamed if the backup succeeds.
2377
2378 =item XferLOG or XferLOG.z
2379
2380 Output from the transport program (ie: smbclient or tar)
2381 for the current backup.
2382
2383 =item nnn (an integer)
2384
2385 Successful backups are in directories numbered sequentially starting at 0.
2386
2387 =item XferLOG.nnn or XferLOG.nnn.z
2388
2389 Output from the transport program (ie: smbclient or tar)
2390 corresponding to backup number nnn.
2391
2392 =item RestoreInfo.nnn
2393
2394 Information about restore request #nnn including who, what, when, and
2395 why. This file is in Data::Dumper format.  (Note that the restore
2396 numbers are not related to the backup number.)
2397
2398 =item RestoreLOG.nnn.z
2399
2400 Output from smbclient or tar during restore #nnn.  (Note that the restore
2401 numbers are not related to the backup number.)
2402
2403 =item config.pl
2404
2405 Optional configuration settings specific to this host.  Settings in this
2406 file override the main configuration file.
2407
2408 =item backups
2409
2410 A tab-delimited ascii table listing information about each successful
2411 backup, one per row.  The columns are:
2412
2413 =over 4
2414
2415 =item num
2416
2417 The backup number, an integer that starts at 0 and increments
2418 for each successive backup.  The corresponding backup is stored
2419 in the directory num (eg: if this field is 5, then the backup is
2420 stored in __TOPDIR__/pc/$host/5).
2421
2422 =item type
2423
2424 Set to "full" or "incr" for full or incremental backup.
2425
2426 =item startTime
2427
2428 Start time of the backup in unix seconds.
2429
2430 =item endTime
2431
2432 Stop time of the backup in unix seconds.
2433
2434 =item nFiles
2435
2436 Number of files backed up (as reported by smbclient or tar).
2437
2438 =item size
2439
2440 Total file size backed up (as reported by smbclient or tar).
2441
2442 =item nFilesExist
2443
2444 Number of files that were already in the pool
2445 (as determined by BackupPC_dump and BackupPC_link).
2446
2447 =item sizeExist
2448
2449 Total size of files that were already in the pool
2450 (as determined by BackupPC_dump and BackupPC_link).
2451
2452 =item nFilesNew
2453
2454 Number of files that were not in the pool
2455 (as determined by BackupPC_link).
2456
2457 =item sizeNew
2458
2459 Total size of files that were not in the pool
2460 (as determined by BackupPC_link).
2461
2462 =item xferErrs
2463
2464 Number of errors or warnings from smbclient (zero for tar).
2465
2466 =item xferBadFile
2467
2468 Number of errors from smbclient that were bad file errors (zero for tar).
2469
2470 =item xferBadShare
2471
2472 Number of errors from smbclient that were bad share errors (zero for tar).
2473
2474 =item tarErrs
2475
2476 Number of errors from BackupPC_tarExtract.
2477
2478 =item compress
2479
2480 The compression level used on this backup.  Zero or empty means no
2481 compression.
2482
2483 =item sizeExistComp
2484
2485 Total compressed size of files that were already in the pool
2486 (as determined by BackupPC_dump and BackupPC_link).
2487
2488 =item sizeNewComp
2489
2490 Total compressed size of files that were not in the pool
2491 (as determined by BackupPC_link).
2492
2493 =item noFill
2494
2495 Set if this backup has not been filled in with the most recent
2496 previous filled or full backup.  See $Conf{IncrFill}.
2497
2498 =item fillFromNum
2499
2500 If this backup was filled (ie: noFill is 0) then this is the
2501 number of the backup that it was filled from
2502
2503 =item mangle
2504
2505 Set if this backup has mangled file names and attributes.  Always
2506 true for backups in v1.4.0 and above.  False for all backups prior
2507 to v1.4.0.
2508
2509 =item xferMethod
2510
2511 Set to the value of $Conf{XferMethod} when this dump was done.
2512
2513 =item level
2514
2515 The level of this dump.  A full dump is level 0.  Currently incrementals
2516 are 1.  But when multi-level incrementals are supported this will reflect
2517 each dump's incremental level.
2518
2519 =back
2520
2521 =item restores
2522
2523 A tab-delimited ascii table listing information about each requested
2524 restore, one per row.  The columns are:
2525
2526 =over 4
2527
2528 =item num
2529
2530 Restore number (matches the suffix of the RestoreInfo.nnn and
2531 RestoreLOG.nnn.z file), unrelated to the backup number.
2532
2533 =item startTime
2534
2535 Start time of the restore in unix seconds.
2536
2537 =item endTime
2538
2539 End time of the restore in unix seconds.
2540
2541 =item result
2542
2543 Result (ok or failed).
2544
2545 =item errorMsg
2546
2547 Error message if restore failed.
2548
2549 =item nFiles
2550
2551 Number of files restored.
2552
2553 =item size
2554
2555 Size in bytes of the restored files.
2556
2557 =item tarCreateErrs
2558
2559 Number of errors from BackupPC_tarCreate during restore.
2560
2561 =item xferErrs
2562
2563 Number of errors from smbclient or tar during restore.
2564
2565 =back
2566
2567 =back
2568
2569 =back
2570
2571 =head2 Compressed file format
2572
2573 The compressed file format is as generated by Compress::Zlib::deflate
2574 with one minor, but important, tweak. Since Compress::Zlib::inflate
2575 fully inflates its argument in memory, it could take large amounts of
2576 memory if it was inflating a highly compressed file. For example, a
2577 200MB file of 0x0 bytes compresses to around 200K bytes. If
2578 Compress::Zlib::inflate was called with this single 200K buffer, it
2579 would need to allocate 200MB of memory to return the result.
2580
2581 BackupPC watches how efficiently a file is compressing. If a big file
2582 has very high compression (meaning it will use too much memory when it
2583 is inflated), BackupPC calls the flush() method, which gracefully
2584 completes the current compression.  BackupPC then starts another
2585 deflate and simply appends the output file.  So the BackupPC compressed
2586 file format is one or more concatenated deflations/flushes.  The specific
2587 ratios that BackupPC uses is that if a 6MB chunk compresses to less
2588 than 64K then a flush will be done.
2589
2590 Back to the example of the 200MB file of 0x0 bytes.  Adding flushes
2591 every 6MB adds only 200 or so bytes to the 200K output.  So the
2592 storage cost of flushing is negligible.
2593
2594 To easily decompress a BackupPC compressed file, the script
2595 BackupPC_zcat can be found in __INSTALLDIR__/bin.  For each
2596 file name argument it inflates the file and writes it to stdout.
2597
2598 =head2 File name mangling
2599
2600 Backup file names are stored in "mangled" form. Each node of
2601 a path is preceded by "f" (mnemonic: file), and special characters
2602 (\n, \r, % and /) are URI-encoded as "%xx", where xx is the ascii
2603 character's hex value.  So c:/craig/example.txt is now stored as
2604 fc/fcraig/fexample.txt.
2605
2606 This was done mainly so meta-data could be stored alongside the backup
2607 files without name collisions. In particular, the attributes for the
2608 files in a directory are stored in a file called "attrib", and mangling
2609 avoids file name collisions (I discarded the idea of having a duplicate
2610 directory tree for every backup just to store the attributes). Other
2611 meta-data (eg: rsync checksums) could be stored in file names preceded
2612 by, eg, "c". There are two other benefits to mangling: the share name
2613 might contain "/" (eg: "/home/craig" for tar transport), and I wanted
2614 that represented as a single level in the storage tree. Secondly, as
2615 files are written to NewFileList for later processing by BackupPC_link,
2616 embedded newlines in the file's path will cause problems which are
2617 avoided by mangling.
2618
2619 The CGI script undoes the mangling, so it is invisible to the user.
2620 Old (unmangled) backups are still supported by the CGI
2621 interface.
2622
2623 =head2 Special files
2624
2625 Linux/unix file systems support several special file types: symbolic
2626 links, character and block device files, fifos (pipes) and unix-domain
2627 sockets. All except unix-domain sockets are supported by BackupPC
2628 (there's no point in backing up or restoring unix-domain sockets since
2629 they only have meaning after a process creates them). Symbolic links are
2630 stored as a plain file whose contents are the contents of the link (not
2631 the file it points to). This file is compressed and pooled like any
2632 normal file. Character and block device files are also stored as plain
2633 files, whose contents are two integers separated by a comma; the numbers
2634 are the major and minor device number. These files are compressed and
2635 pooled like any normal file. Fifo files are stored as empty plain files
2636 (which are not pooled since they have zero size). In all cases, the
2637 original file type is stored in the attrib file so it can be correctly
2638 restored.
2639
2640 Hardlinks are also supported.  When GNU tar first encounters a file with
2641 more than one link (ie: hardlinks) it dumps it as a regular file.  When
2642 it sees the second and subsequent hardlinks to the same file, it dumps
2643 just the hardlink information.  BackupPC correctly recognizes these
2644 hardlinks and stores them just like symlinks: a regular text file
2645 whose contents is the path of the file linked to.  The CGI script
2646 will download the original file when you click on a hardlink.
2647
2648 Also, BackupPC_tarCreate has enough magic to re-create the hardlinks
2649 dynamically based on whether or not the original file and hardlinks
2650 are both included in the tar file.  For example, imagine a/b/x is a
2651 hardlink to a/c/y.  If you use BackupPC_tarCreate to restore directory
2652 a, then the tar file will include a/b/x as the original file and a/c/y
2653 will be a hardlink to a/b/x.  If, instead you restore a/c, then the
2654 tar file will include a/c/y as the original file, not a hardlink.
2655
2656 =head2 Attribute file format
2657
2658 The unix attributes for the contents of a directory (all the files and
2659 directories in that directory) are stored in a file called attrib.
2660 There is a single attrib file for each directory in a backup.
2661 For example, if c:/craig contains a single file c:/craig/example.txt,
2662 that file would be stored as fc/fcraig/fexample.txt and there would be an
2663 attribute file in fc/fcraig/attrib (and also fc/attrib and ./attrib).
2664 The file fc/fcraig/attrib would contain a single entry containing the
2665 attributes for fc/fcraig/fexample.txt.
2666
2667 The attrib file starts with a magic number, followed by the
2668 concatenation of the following information for each file:
2669
2670 =over 4
2671
2672 =item *
2673
2674 File name length in perl's pack "w" format (variable length base 128).
2675
2676 =item *
2677
2678 File name.
2679
2680 =item *
2681
2682 The unix file type, mode, uid, gid and file size divided by 4GB and
2683 file size modulo 4GB (type mode uid gid sizeDiv4GB sizeMod4GB),
2684 in perl's pack "w" format (variable length base 128).
2685
2686 =item *
2687
2688 The unix mtime (unix seconds) in perl's pack "N" format (32 bit integer).
2689
2690 =back
2691
2692 The attrib file is also compressed if compression is enabled.
2693 See the lib/BackupPC/Attrib.pm module for full details.
2694
2695 Attribute files are pooled just like normal backup files.  This saves
2696 space if all the files in a directory have the same attributes across
2697 multiple backups, which is common.
2698
2699 =head2 Optimizations
2700
2701 BackupPC doesn't care about the access time of files in the pool
2702 since it saves attribute meta-data separate from the files.  Since
2703 BackupPC mostly does reads from disk, maintaining the access time of
2704 files generates a lot of unnecessary disk writes.  So, provided 
2705 BackupPC has a dedicated data disk, you should consider mounting
2706 BackupPC's data directory with the noatime attribute (see mount(1)).
2707
2708 =head2 Limitations
2709
2710 BackupPC isn't perfect (but it is getting better).  Here are some
2711 limitations of BackupPC:
2712
2713 =over 4
2714
2715 =item Non-unix file attributes not backed up
2716
2717 smbclient doesn't extract the WinXX ACLs, so file attributes other than
2718 the equivalent (as provided by smbclient) unix attributes are not
2719 backed up.
2720
2721 =item Locked files are not backed up
2722
2723 Under WinXX a locked file cannot be read by smbclient.  Such files will
2724 not be backed up.  This includes the WinXX system registry files.
2725
2726 This is especially troublesome for Outlook, which stores all its data
2727 in a single large file and keeps it locked whenever it is running.
2728 Since many users keep Outlook running all the time their machine
2729 is up their Outlook file will not be backed up.  Sadly, this file
2730 is the most important file to backup.  As one workaround, Microsoft has
2731 a user-level application that periodically asks the user if they want to
2732 make a copy of their outlook.pst file.  This copy can then be backed up
2733 by BackupPC.  See L<http://office.microsoft.com/downloads/2002/pfbackup.aspx>.
2734
2735 Similarly, all of the data for WinXX services like SQL databases,
2736 Exchange etc won't be backed up.  If these applications support
2737 some kind of export or utility to save their data to disk then this
2738 can =used to create files that BackupPC can backup.
2739
2740 So far, the best that BackupPC can do is send warning emails to
2741 the user saying that their outlook files haven't been backed up in
2742 X days.  (X is configurable.)  The message invites the user to
2743 exit Outlook and gives a URL to manually start a backup.
2744
2745 I suspect there is a way of mirroring the outlook.pst file so
2746 that at least the mirror copy can be backed up.  Or perhaps a
2747 manual copy can be started at login.   Does some WinXX expert
2748 know how to do this?
2749
2750 Comment: two users have noted that there are commercial OFM (open file
2751 manager) products that are designed to solve this problem, for example
2752 from St. Bernard or Columbia Data Products. Apparently Veritas and
2753 Legato bundle this product with their commercial products.  See for
2754 example L<http://www.stbernard.com/products/docs/ofm_whitepaperV8.pdf>.
2755 If anyone tries these programs with BackupPC please tell us whether or
2756 not they work.
2757
2758 =item Don't expect to reconstruct a complete WinXX drive
2759
2760 The conclusion from the last few items is that BackupPC is not intended
2761 to allow a complete WinXX disk to be re-imaged from the backup. Our
2762 approach to system restore in the event of catastrophic failure is to
2763 re-image a new disk from a generic master, and then use the BackupPC
2764 archive to restore user files.
2765
2766 It is likely that linux/unix backups done using tar (rather than
2767 smb) can be used to reconstruct a complete file system, although
2768 I haven't tried it.
2769
2770 =item Maximum Backup File Sizes
2771
2772 BackupPC can backup and manage very large file sizes, probably as large
2773 as 2^51 bytes (when a double-precision number's mantissa can no longer
2774 represent an integer exactly).  In practice, several things outside
2775 BackupPC limit the maximum individual file size.  Any one of the
2776 following items will limit the maximum individual file size:
2777
2778 =over 4
2779
2780 =item Perl
2781
2782 Perl needs to be compiled with uselargefiles defined. Check your
2783 installation with:
2784
2785     perl -V | egrep largefiles
2786
2787 Without this, the maximum file size will be 2GB.
2788
2789 =item File system
2790
2791 The BackupPC pool and data directories must be on a file system that
2792 supports large files.
2793
2794 Without this, the maximum file size will be 2GB.
2795
2796 =item Transport
2797
2798 The transport mechanism also limits the maximum individual file size.
2799
2800 GNU tar maximum file size is limited by the tar header format. The tar
2801 header uses 11 octal digits to represent the file size, which is 33 bits
2802 or 8GB.  I vaguely recall (but I haven't recently checked) that GNU tar
2803 uses an extra octal digit (replacing a trailing delimiter) if necessary,
2804 allowing 64GB files.  So tar transport limits the maximum file size to
2805 8GB or perhaps 64GB.  It is possible that files >= 8GB don't work; this
2806 needs to be looked into.
2807
2808 Smbclient is limited to 4GB file sizes.  Moreover, a bug in smbclient
2809 (mixing signed and unsigned 32 bit values) causes it to incorrectly
2810 do the tar octal conversion for file sizes from 2GB-4GB.  BackupPC_tarExtract
2811 knows about this bug and can recover the correct file size.  So smbclient
2812 transport works up to 4GB file sizes.
2813
2814 Rsync running on Cygwin is limited to either 2GB or 4GB file sizes.
2815 More testing needs to be done to verify the file size limit for
2816 rsync on various platforms.
2817
2818 =back
2819
2820 =item Some tape backup systems aren't smart about hard links
2821
2822 If you backup the BackupPC pool to tape you need to make sure that the
2823 tape backup system is smart about hard links. For example, if you
2824 simply try to tar the BackupPC pool to tape you will backup a lot more
2825 data than is necessary.
2826
2827 Using the example at the start of the installation section, 65 hosts are
2828 backed up with each full backup averaging 3.2GB. Storing one full backup
2829 and two incremental backups per laptop is around 240GB of raw data. But
2830 because of the pooling of identical files, only 87GB is used (with
2831 compression the total is lower). If you run du or tar on the data
2832 directory, there will appear to be 240GB of data, plus the size of the
2833 pool (around 87GB), or 327GB total.
2834
2835 If your tape backup system is not smart about hard links an alternative
2836 is to periodically backup just the last successful backup for each host
2837 to tape.  Another alternative is to do a low-level dump of the pool
2838 file system (ie: /dev/hda1 or similar) using dump(1).
2839
2840 Supporting more efficient tape backup is an area for further
2841 development.
2842
2843 =item Incremental backups might included deleted files
2844
2845 To make browsing and restoring backups easier, incremental backups
2846 are "filled-in" from the last complete backup when the backup is
2847 browsed or restored.
2848
2849 However, if a file was deleted by a user after the last full backup, that
2850 file will still appear in the "filled-in" incremental backup. This is not
2851 really a specific problem with BackupPC, rather it is a general issue
2852 with the full/incremental backup paradigm.  This minor problem could be
2853 solved by having smbclient list all files when it does the incremental
2854 backup.  Volunteers anyone?
2855
2856 =back
2857
2858 Comments or suggestions on these issues are welcome.
2859
2860 =head2 Security issues
2861
2862 Please read this section and consider each of the issues carefully.
2863
2864 =over 4
2865
2866 =item Smb share password
2867
2868 An important security risk is the manner in which the smb share
2869 passwords are stored. They are in plain text. As described in
2870 L<Step 3: Setting up config.pl|step 3: setting up config.pl> there are four
2871 ways to tell BackupPC the smb share password (manually setting an environment
2872 variable, setting the environment variable in /etc/init.d/backuppc,
2873 putting the password in __TOPDIR__/conf/config.pl, or putting the
2874 password in __TOPDIR__/pc/$host/config.pl). In the latter 3 cases the
2875 smb share password appears in plain text in a file.
2876
2877 If you use any of the latter three methods please make sure that the file's
2878 permission is appropriately restricted.  If you also use RCS or CVS, double
2879 check the file permissions of the config.pl,v file.
2880
2881 In future versions there will probably be support for encryption of the
2882 smb share password, but a private key will still have to be stored in a
2883 protected place.  Comments and suggestions are welcome.
2884
2885 =item BackupPC socket server
2886
2887 In v1.5.0 the primary method for communication between the CGI program
2888 (BackupPC_Admin) and the server (BackupPC) is via a unix-domain socket.
2889 Since this socket has restricted permissions, no local user should be
2890 able to connect to this port.  No backup or restore data passes through
2891 this interface, but an attacker can start or stop backups and get status
2892 through this port.
2893
2894 If the Apache server and BackupPC_Admin run on a different host to
2895 BackupPC then a TCP port must be enabled by setting $Conf{ServerPort}.
2896 Anyone can connect to this port.  To avoid possible attacks via the TCP
2897 socket interface, every client message is protected by an MD5 digest.
2898 The MD5 digest includes four items:
2899
2900 =over 4
2901
2902 =item *
2903
2904 a seed that is sent to the client when the connection opens
2905
2906 =item *
2907
2908 a sequence number that increments for each message
2909
2910 =item *
2911
2912 a shared secret that is stored in $Conf{ServerMesgSecret}
2913
2914 =item *
2915
2916 the message itself.
2917
2918 =back
2919
2920 The message is sent in plain text preceded by the MD5 digest.  A
2921 snooper can see the plain-text seed sent by BackupPC and plain-text
2922 message from the client, but cannot construct a valid MD5 digest since
2923 the secret in $Conf{ServerMesgSecret} is unknown.  A replay attack is
2924 not possible since the seed changes on a per-connection and
2925 per-message basis.
2926
2927 So if you do enable the TCP port, please set $Conf{ServerMesgSecret}
2928 to some hard-to-guess string.  A denial-of-service attack is possible
2929 with the TCP port enabled.  Someone could simply connect many times
2930 to this port, until BackupPC had exhausted all its file descriptors,
2931 and this would cause new backups and the CGI interface to fail.  The
2932 most secure solution is to run BackupPC and Apache on the same machine
2933 and disable the TCP port.
2934
2935 By the way, if you have upgraded from a version of BackupPC prior to
2936 v1.5.0 you should set $Conf{ServerPort} to -1 to disable the TCP port.
2937
2938 =item Installation permissions
2939
2940 It is important to check that the BackupPC scripts in __INSTALLDIR__/bin
2941 and __INSTALLDIR__/lib cannot be edited by normal users. Check the
2942 directory permissions too.
2943
2944 =item Pool permissions
2945
2946 It is important to check that the data files in __TOPDIR__/pool,
2947 __TOPDIR__/pc and __TOPDIR__/trash cannot be read by normal users.
2948 Normal users should not be able to see anything below __TOPDIR__.
2949
2950 =item Host shares
2951
2952 Enabling shares on hosts carries security risks.  If you are on a private
2953 network and you generally trust your users then there should not be a
2954 problem. But if you have a laptop that is sometimes on public networks
2955 (eg: broadband or even dialup) you should be concerned.  A conservative
2956 approach is to use firewall software, and only enable the netbios and
2957 smb ports (137 and 139) on connections from the host running BackupPC.
2958
2959 =item SSH key security
2960
2961 Using ssh for linux/unix clients is quite secure, but the security is
2962 only as good as the protection of ssh's private keys. If an attacker can
2963 devise a way to run a shell as the BackupPC user then they will have
2964 access to BackupPC's private ssh keys. They can then, in turn, ssh to
2965 any client machine as root (or whichever user you have configured
2966 BackupPC to use). This represents a serious compromise of your entire
2967 network.  So in vulnerable networks, think carefully about how to protect
2968 the machine running BackupPC and how to prevent attackers from gaining
2969 shell access (as the BackupPC user) to the machine.
2970
2971 =item CGI interface
2972
2973 The CGI interface, __CGIDIR__/BackupPC_Admin, needs access to the pool
2974 files so it is installed setuid to __BACKUPPCUSER__. The permissions of
2975 this file need to checked carefully. It should be owned by
2976 __BACKUPPCUSER__ and have user and group (but not other) execute
2977 permission. To allow apache/httpd to execute it, the group ownership
2978 should be something that apache/httpd belongs to.
2979
2980 The Apache configuration should be setup for AuthConfig style,
2981 using a .htaccess file so that the user's name is passed into
2982 the script as $ENV{REMOTE_USER}.
2983
2984 If normal users could directly run BackupPC_Admin then there is a serious
2985 security hole: since it is setuid to __BACKUPPCUSER__ any user can
2986 browse and restore any backups. Be aware that anyone who is allowed to
2987 edit or create cgi scripts on your server can execute BackupPC_Admin as
2988 any user!  They simply write a cgi script that sets $ENV{REMOTE_USER} and
2989 then execs BackupPC_Admin.  The exec succeeds since httpd runs the first
2990 script as user httpd/apache, which in turn has group permission to
2991 execute BackupPC_Admin.
2992
2993 While this setup should be safe, a more conservative approach is to
2994 run a dedicated Apache as user __BACKUPPCUSER__ on a different port.
2995 Then BackupPC_Admin no longer needs to be setuid, and the cgi
2996 directories can be locked down from normal users.  Moreover, this
2997 setup is exactly the one used to support mod_perl, so this provides
2998 both the highest performance and the lowest security risk.
2999
3000 =back
3001
3002 Comments and suggestions are welcome.
3003
3004 =head1 Configuration File
3005
3006 The BackupPC configuration file resides in __TOPDIR__/conf/config.pl.
3007 Optional per-PC configuration files reside in __TOPDIR__/pc/$host/config.pl.
3008 This file can be used to override settings just for a particular PC.
3009
3010 =head2 Modifying the main configuration file
3011
3012 The configuration file is a perl script that is executed by BackupPC, so
3013 you should be careful to preserve the file syntax (punctuation, quotes
3014 etc) when you edit it. It is recommended that you use CVS, RCS or some
3015 other method of source control for changing config.pl.
3016
3017 BackupPC reads or re-reads the main configuration file and
3018 the hosts file in three cases:
3019
3020 =over 4
3021
3022 =item *
3023
3024 Upon startup.
3025
3026 =item *
3027
3028 When BackupPC is sent a HUP (-1) signal.  Assuming you installed the 
3029 init.d script, you can also do this with "/etc/init.d/backuppc reload".
3030
3031 =item *
3032
3033 When the modification time of config.pl file changes.  BackupPC
3034 checks the modification time once during each regular wakeup.
3035
3036 =back
3037
3038 Whenever you change the configuration file you can either do
3039 a kill -HUP BackupPC_pid or simply wait until the next regular
3040 wakeup period.
3041
3042 Each time the configuration file is re-read a message is reported in the
3043 LOG file, so you can tail it (or view it via the CGI interface) to make
3044 sure your kill -HUP worked. Errors in parsing the configuration file are
3045 also reported in the LOG file.
3046
3047 The optional per-PC configuration file (__TOPDIR__/pc/$host/config.pl)
3048 is read whenever it is needed by BackupPC_dump, BackupPC_link and others.
3049
3050 =head2 Configuration file includes
3051
3052 If you have a heterogeneous set of clients (eg: a variety of WinXX and
3053 linux/unix machines) you will need to create host-specific config.pl files
3054 for some or all of these machines to customize the default settings from
3055 the master config.pl file (at a minimum to set $Conf{XferMethod}).
3056
3057 Since the config.pl file is just regular perl code, you can include
3058 one config file from another.  For example, imagine you had three general
3059 classes of machines: WinXX desktops, linux machines in the DMZ and
3060 linux desktops.  You could create three config files in __TOPDIR__/conf:
3061
3062     __TOPDIR__/conf/ConfigWinDesktop.pl
3063     __TOPDIR__/conf/ConfigLinuxDMZ.pl
3064     __TOPDIR__/conf/ConfigLinuxDesktop.pl
3065
3066 From each client's directory you can either add a symbolic link to
3067 the appropriate config file:
3068
3069     cd __TOPDIR__/pc/$host
3070     ln -s ../../conf/ConfigWinDesktop.pl config.pl
3071
3072 or, better yet, create a config.pl file in __TOPDIR__/pc/$host
3073 that includes the default config.pl file using perl's "do"
3074 command:
3075
3076     do "__TOPDIR__/conf/ConfigWinDesktop.pl";
3077
3078 This alternative allows you to set other configuration options
3079 specific to each host after the "do" command (perhaps even
3080 overriding the settings in the included file).
3081
3082 Note that you could also include snippets of configuration settings
3083 from the main configuration file.  However, be aware that the
3084 modification-time checking that BackupPC does only applies to the
3085 main configuration file: if you change one of the included files,
3086 BackupPC won't notice.  You will need to either touch the main
3087 configuration file too, or send BackupPC a HUP (-1) signal.
3088
3089 =head1 Configuration Parameters
3090
3091 The configuration parameters are divided into five general groups.
3092 The first group (general server configuration) provides general
3093 configuration for BackupPC.  The next two groups describe what to
3094 backup, when to do it, and how long to keep it.  The fourth group
3095 are settings for email reminders, and the final group contains
3096 settings for the CGI interface.
3097
3098 All configuration settings in the second through fifth groups can
3099 be overridden by the per-PC config.pl file.
3100
3101 __CONFIGPOD__
3102
3103 =head1 Version Numbers
3104
3105 Starting with v1.4.0 BackupPC switched to a X.Y.Z version numbering
3106 system, instead of X.0Y. The first digit is for major new releases, the
3107 middle digit is for significant feature releases and improvements (most
3108 of the releases have been in this category), and the last digit is for
3109 bug fixes. You should think of the old 1.00, 1.01, 1.02 and 1.03 as
3110 1.0.0, 1.1.0, 1.2.0 and 1.3.0.
3111
3112 =head1 Author
3113
3114 Craig Barratt  <cbarratt@users.sourceforge.net>
3115
3116 See L<http://backuppc.sourceforge.net>.
3117
3118 =head1 Copyright
3119
3120 Copyright (C) 2001-2003 Craig Barratt
3121
3122 =head1 Credits
3123
3124 Xavier Nicollet, with additions from Guillaume Filion, added the
3125 internationalization (i18n) support to the CGI interface for v2.0.0.
3126 Xavier provided the French translation fr.pm, with additions from
3127 Guillaume.
3128
3129 Ryan Kucera contributed the directory navigation code and images
3130 for v1.5.0.  He also contributed the first skeleton of BackupPC_restore.
3131
3132 Guillaume Filion wrote BackupPC_zipCreate and added the CGI support
3133 for zip download, in addition to some CGI cleanup, for v1.5.0.
3134
3135 Javier Gonzalez provided the Spanish translation, es.pm.
3136
3137 Manfred Herrmann provided the German translation, de.pm.
3138
3139 Many people have reported bugs, made useful suggestions and helped
3140 with testing; see the ChangeLog and the mail lists.
3141
3142 Your name could appear here in the next version!
3143
3144 =head1 License
3145
3146 This program is free software; you can redistribute it and/or modify it
3147 under the terms of the GNU General Public License as published by the
3148 Free Software Foundation; either version 2 of the License, or (at your
3149 option) any later version.
3150
3151 This program is distributed in the hope that it will be useful,
3152 but WITHOUT ANY WARRANTY; without even the implied warranty of
3153 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
3154 General Public License for more details.
3155
3156 You should have received a copy of the GNU General Public License in the
3157 LICENSE file along with this program; if not, write to the Free Software
3158 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.