X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=doc-src%2FBackupPC.pod;h=849bfaf2d5ac578c1ff49912e79995374ba65293;hp=0200209d00e430b89d9912215938dda817dbf821;hb=e4bf7ab080e172b74b3d64c196a72d0ff5d315c5;hpb=df717077755b9331fa245f72933ef03add7a3710 diff --git a/doc-src/BackupPC.pod b/doc-src/BackupPC.pod index 0200209..849bfaf 100644 --- a/doc-src/BackupPC.pod +++ b/doc-src/BackupPC.pod @@ -363,8 +363,7 @@ compression is on. =item * -Perl version 5.6.0 or later. BackupPC has been tested with -version 5.6.x, and 5.8.x. If you don't have perl, please +Perl version 5.8.0 or later. If you don't have perl, please see L. =item * @@ -407,7 +406,7 @@ L. Use "rsync --version" to check your version. For BackupPC to use Rsync you will also need to install the perl File::RsyncP module, which is available from L. -Version 0.70 or later is required. +Version 0.68 or later is required. =item * @@ -966,10 +965,9 @@ Alternatively, rather than backup all the file systems as a single share ("/"), it is easier to restore a single file system if you backup each file system separately. To do this you should list each file system mount point in $Conf{TarShareName} or $Conf{RsyncShareName}, and add the ---one-file-system option to $Conf{TarClientCmd} or add --one-file-system -(note the different punctuation) to $Conf{RsyncArgs}. In this case there -is no need to exclude /proc explicitly since it looks like a different -file system. +--one-file-system option to $Conf{TarClientCmd} or $Conf{RsyncArgs}. +In this case there is no need to exclude /proc explicitly since it looks +like a different file system. Next you should decide whether to run tar over ssh, rsh or nfs. Ssh is the preferred method. Rsh is not secure and therefore not recommended. @@ -1180,7 +1178,7 @@ This is because setuid scripts are disabled by the kernel in most flavors of unix and linux. To see if your perl has setuid emulation, see if there is a program -called sperl5.6.0 (or sperl5.8.2 etc, based on your perl version) +called sperl5.8.0 (or sperl5.8.2 etc, based on your perl version) in the place where perl is installed. If you can't find this program, then you have two options: rebuild and reinstall perl with the setuid emulation turned on (answer "y" to the question "Do you want to do @@ -2724,7 +2722,7 @@ instead of X.0Y. The first digit is for major new releases, the middle digit is for significant feature releases and improvements (most of the releases have been in this category), and the last digit is for bug fixes. You should think of the old 1.00, 1.01, 1.02 and 1.03 as -1..0, 1.1.0, 1.2.0 and 1.3.0. +1.0.0, 1.1.0, 1.2.0 and 1.3.0. Additionally, patches might be made available. A patched version number is of the form X.Y.ZplN (eg: 2.1.0pl2), where N is the @@ -2764,18 +2762,23 @@ Javier Gonzalez provided the Spanish translation, es.pm for v2.0.0. Manfred Herrmann provided the German translation, de.pm for v2.0.0. Manfred continues to support de.pm updates for each new version, -together with some help frmo Ralph Paßgang. +together with some help from Ralph Paßgang. Lorenzo Cappelletti provided the Italian translation, it.pm for v2.1.0. +Giuseppe Iuculano and Vittorio Macchi updated it for 3.0.0. Lieven Bridts provided the Dutch translation, nl.pm, for v2.1.0, -with some tweaks from Guus Houtzager. +with some tweaks from Guus Houtzager, and updates for 3.0.0. Reginaldo Ferreira provided the Portuguese Brazillian translation pt_br.pm for v2.2.0. Rich Duzenbury provided the RSS feed option to the CGI interface. +Jono Woodhouse from CapeSoft Software (www.capesoft.com) provided a +new CSS skin for 3.0.0 with several layout improvements. Sean Cameron +(also from CapeSoft) designed new and more compact file icons for 3.0.0. + Many people have reported bugs, made useful suggestions and helped with testing; see the ChangeLog and the mail lists.