Per PC shedule time not working . the config.pl file is as below generated with webbased interface.

what could be rong.
-----------------
$Conf{BackupFilesOnly} = {
  '*' => [
    '/home',
    '/cygdrive/c/bamap'
  ]
};
$Conf{ClientCharset} = '';
$Conf{RsyncArgs} = [
  '--numeric-ids',
  '--perms',
  '--owner',
  '--group',
  '-D',
  '--links',
  '--hard-links',
  '--times',
  '--block-size=2048',
  '--recursive'
];
$Conf{RsyncClientCmd} = '$sshPath -q -x -l Administrator $host $rsyncPath $argList+';
$Conf{RsyncCsumCacheVerifyProb} = '0.01';
$Conf{XferLogLevel} = 1;
$Conf{XferMethod} = 'rsync';
$Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l Administrator $host $rsyncPath $argList+';
$Conf{RsyncRestoreArgs} = [
  '--numeric-ids',
  '--perms',
  '--owner',
  '--group',
  '-D',
  '--links',
  '--hard-links',
  '--times',
  '--block-size=2048',
  '--relative',
  '--ignore-times',
  '--recursive'
];
$Conf{BackupFilesExclude} = {
  '*' => [
    '*.bmp'
  ]
};
$Conf{RsyncShareName} = [
  '/'
];
$Conf{WakeupSchedule} = [
  11,
  18,
  19,
  20,
  21,
  22
];
$Conf{BlackoutPeriods} = [
  {
    'hourEnd' => '19.5',
    'weekDays' => [
      1,
      2,
      3,
      4,
      5
    ],
    'hourBegin' => '19.4'
  }
];


--
Nilesh Vaghela
ElectroMech
Redhat Channel Partner and Training Partner
74, Nalanda Complex, Satellite Rd, Ahmedabad
25, The Emperor, Fatehgunj, Baroda.
www.electromech.info
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to