Package: backuppc
Version: 2.1.2-4
Followup-For: Bug #369428

tags patch
thanks

Hi,

attached are a patch for the wrong path and another patch for a typo in
BackupPC_nightly

Andreas
Index: doc-src/BackupPC.pod
===================================================================
RCS file: /cvsroot/backuppc/BackupPC/doc-src/BackupPC.pod,v
retrieving revision 1.24
diff -u -r1.24 BackupPC.pod
--- doc/BackupPC.pod    20 Mar 2006 04:46:39 -0000      1.24
+++ doc/BackupPC.pod    31 May 2006 13:11:10 -0000
@@ -1753,7 +1753,7 @@
 files (eg: 650MB).
 
 The archive for each host is done by default using
-__INSTALLDIR__/BackupPC_archiveHost.  This script can be copied
+__INSTALLDIR__/bin/BackupPC_archiveHost.  This script can be copied
 and customized as needed.
 
 =head2 Configuring an Archive Host
@@ -1774,7 +1774,7 @@
 The per-host archive command is $Conf{ArchiveClientCmd}.  By default
 this invokes
 
-     __INSTALLDIR__/BackupPC_archiveHost
+     __INSTALLDIR__/bin/BackupPC_archiveHost
 
 which you can copy and customize as necessary.
 
Index: bin/BackupPC_nightly
===================================================================
RCS file: /cvsroot/backuppc/BackupPC/bin/BackupPC_nightly,v
retrieving revision 1.18
diff -u -r1.18 BackupPC_nightly
--- bin/BackupPC_nightly        29 Jan 2006 19:05:11 -0000      1.18
+++ bin/BackupPC_nightly        31 May 2006 13:11:56 -0000
@@ -29,7 +29,7 @@
 #   directories in the pool (0/0, 0/1, ..., f/e, f/f).  BackupPC_nightly
 #   processes the given subset of this list (0 means 0/0, 255 means f/f).
 #   Therefore, arguments of 0 255 process the entire pool, 0 127 does
-#   the first half (ie: 0/0 through 7/f), 127 255 does the other half
+#   the first half (ie: 0/0 through 7/f), 128 255 does the other half
 #   (eg: 8/0 through f/f) and 0 15 does just the first 1/16 of the pool
 #   (ie: 0/0 through 0/f).
 #

Reply via email to