Enable
This commit is contained in:
parent
189ef33daf
commit
3764cfb81a
@ -10,11 +10,11 @@ $jobby = new Jobby\Jobby();
|
||||
* --quiet | -q
|
||||
* --no-host-directories | -q -nH
|
||||
* --recursive | -r
|
||||
* --continue | -c
|
||||
* --continue | -c
|
||||
* --timestamping | -N
|
||||
* --level=inf | -l inf
|
||||
* --directory-prefix=/home/data/sources/inpi/ | -P/home/data/sources/inpi/
|
||||
* --ftp-user=
|
||||
* --ftp-user=
|
||||
* --ftp-password=
|
||||
*/
|
||||
|
||||
@ -28,7 +28,7 @@ $jobby = new Jobby\Jobby();
|
||||
# * * * * * user-name command to be executed
|
||||
|
||||
// MARQUE
|
||||
$jobby->add('FRMARQUE', [
|
||||
$jobby->add('FRMARQUE', [
|
||||
'command' => 'wget -q -nH -r -c -N -linf'.
|
||||
' -P/home/data/sources/inpi/documents/FRMARQUE'.
|
||||
' --ftp-user=Frmarque --ftp-password="F?marQu1" ftp://www.inpi.net',
|
||||
@ -51,7 +51,7 @@ $jobby->add('FRJUROPP', [
|
||||
|
||||
'output' => '/home/scores/batch/shared/log/sourceinpi.log',
|
||||
|
||||
'enabled' => false,
|
||||
'enabled' => true,
|
||||
'debug' => true,
|
||||
]);
|
||||
|
||||
@ -65,7 +65,7 @@ $jobby->add('FRDESMOD', [
|
||||
|
||||
'output' => '/home/scores/batch/shared/log/sourceinpi.log',
|
||||
|
||||
'enabled' => false,
|
||||
'enabled' => true,
|
||||
'debug' => true,
|
||||
]);
|
||||
|
||||
@ -93,7 +93,7 @@ $jobby->add('BFRBIBLI', [
|
||||
|
||||
'output' => '/home/scores/batch/shared/log/sourceinpi.log',
|
||||
|
||||
'enabled' => false,
|
||||
'enabled' => true,
|
||||
'debug' => true,
|
||||
]);
|
||||
|
||||
@ -107,7 +107,7 @@ $jobby->add('BFRFAPDF', [
|
||||
|
||||
'output' => '/home/scores/batch/shared/log/sourceinpi.log',
|
||||
|
||||
'enabled' => false,
|
||||
'enabled' => true,
|
||||
'debug' => true,
|
||||
]);
|
||||
|
||||
@ -121,7 +121,7 @@ $jobby->add('BFRFASCI', [
|
||||
|
||||
'output' => '/home/scores/batch/shared/log/sourceinpi.log',
|
||||
|
||||
'enabled' => false,
|
||||
'enabled' => true,
|
||||
'debug' => true,
|
||||
]);
|
||||
|
||||
@ -135,7 +135,7 @@ $jobby->add('BFRTEXTE', [
|
||||
|
||||
'output' => '/home/scores/batch/shared/log/sourceinpi.log',
|
||||
|
||||
'enabled' => false,
|
||||
'enabled' => true,
|
||||
'debug' => true,
|
||||
]);
|
||||
|
||||
@ -149,7 +149,7 @@ $jobby->add('BEPPHNAT', [
|
||||
|
||||
'output' => '/home/scores/batch/shared/log/sourceinpi.log',
|
||||
|
||||
'enabled' => false,
|
||||
'enabled' => true,
|
||||
'debug' => true,
|
||||
]);
|
||||
|
||||
@ -163,7 +163,7 @@ $jobby->add('BEPFASCI', [
|
||||
|
||||
'output' => '/home/scores/batch/shared/log/sourceinpi.log',
|
||||
|
||||
'enabled' => false,
|
||||
'enabled' => true,
|
||||
'debug' => true,
|
||||
]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user