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

Diff of /trunk/bin/BackupPC_archiveHost

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

revision 2 by dpavlin, Wed Jun 22 19:12:42 2005 UTC revision 316 by dpavlin, Mon Jan 30 13:37:17 2006 UTC
# Line 38  Line 38 
38  #  #
39  #========================================================================  #========================================================================
40  #  #
41  # Version 2.1.0, released 20 Jun 2004.  # Version 2.1.2, released 5 Sep 2005.
42  #  #
43  # See http://backuppc.sourceforge.net.  # See http://backuppc.sourceforge.net.
44  #  #
# Line 129  if ( $ret ) { Line 129  if ( $ret ) {
129  if ( -d $outLoc && -x $parPath ) {  if ( -d $outLoc && -x $parPath ) {
130      if ( $parfile != 0 ) {      if ( $parfile != 0 ) {
131          print("Running $parPath to create parity files\n");          print("Running $parPath to create parity files\n");
132          my $parCmd = "$parPath c -r$parfile $outLoc/$host.$bkupNum.tar$fileExt.par2 $outLoc/$host.$bkupNum.tar$fileExt.*";          my $parCmd = "$parPath c -r$parfile $outLoc/$host.$bkupNum.tar$fileExt.par2 $outLoc/$host.$bkupNum.tar$fileExt*";
133          $ret = system($parCmd);          $ret = system($parCmd);
134          if ( $ret ) {          if ( $ret ) {
135              print("Executing: $parCmd\n");              print("Executing: $parCmd\n");

Legend:
Removed from v.2  
changed lines
  Added in v.316

  ViewVC Help
Powered by ViewVC 1.1.26