[slbackup-commit] CVS update: slbackup/src slbackup-cron

finnarne-guest at alioth.debian.org finnarne-guest at alioth.debian.org
Sat Dec 22 18:00:10 UTC 2007


  User: finnarne-guest
  Date: 07/12/22 18:00:10

  Modified:    src      slbackup-cron
  Log:
  Show the commandline to be run if running in verbose/debug mode
  
  Revision  Changes    Path
  1.21                 slbackup/src/slbackup-cron
  
  Index: slbackup-cron
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup/src/slbackup-cron,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- slbackup-cron	22 Dec 2007 17:29:59 -0000	1.20
  +++ slbackup-cron	22 Dec 2007 18:00:10 -0000	1.21
  @@ -375,6 +375,9 @@
   	}
       }    
   
  +    if ($debug) {
  +        logger ("Will run: $execstr\n") ;
  +    }
       # run rdiff-backup for client $key
       my $output .= `$execstr 2>&1`;
       logger ("\n$output");
  
  
  



More information about the slbackup-commit mailing list