[Patch] 3.2.0 documentation
Alexander Moisseev <[email protected]>
| Newsgroups | gmane.comp.sysutils.backup.backuppc.devel |
|---|---|
| Message-ID | <[email protected]> |
See patch for "Step 2: Installing the distribution" section in attachment. -- Alexander Moisseev ------------------------------------------------------------------------------ What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d _______________________________________________ BackupPC-devel mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-devel Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
BackupPC.pod.diff
(text/plain, 1.2 KB)
--- BackupPC.pod.bak 2011-03-07 13:32:14.000000000 +0300 +++ BackupPC.pod 2011-03-07 13:45:13.000000000 +0300 @@ -522,7 +522,7 @@ distribution, the package management system should take of installing any needed dependencies. -First off, there are three perl modules you should install. +First off, there are five perl modules you should install. These are all optional, but highly recommended: =over 4 @@ -553,11 +553,13 @@ File::RsyncP is available from L<http://perlrsync.sourceforge.net>. Version 0.68 or later is required. -=item File::RsyncP +=item File::Listing, Net::FTP, Net::FTP::RetrHandle, Net::FTP::AutoReconnect -To use ftp with BackupPC you will need to install three libraries: -Net::FTP, Net::FTP::RetrHandle and Net::FTP::AutoReconnect. You can -run "perldoc Net::FTP" to see if a particular module is installed. +To use ftp with BackupPC you will need four libraries, but actually +need to install only File::Listing from L<http://www.cpan.org>. +You can run "perldoc File::Listing" to see if this module is installed. +Net::FTP is a standard module. Net::FTP::RetrHandle and +Net::FTP::AutoReconnect included in BackupPC distribution. =back