Regroupement élément de config dans la doc

This commit is contained in:
Michael RICOIS 2016-07-28 09:26:45 +02:00
parent 09ad683726
commit 44c837eb97
3 changed files with 21 additions and 3 deletions

View File

@ -48,9 +48,8 @@ Tck Options list (Check Transfert - use with CFT and other transfert mode)
Envoi dans le repo du client fichier *.tck
Recherche du fichier dans la table des flux et remplissage marqueur transfertDate
Crontab - incron
================
Incron
======
Exemple surveillance livraison de fichiers par le client
$fluxBasePath IN_CLOSE_WRITE php /home/batchFlux/fileSend.php --file $@/$# >> /home/log/send.log 2>&1
@ -66,6 +65,11 @@ Sinon préférer l'utilisation de trigger.php
$fluxBasePath IN_CLOSE_WRITE,IN_CLOSE_NOWRITE,IN_ACCESS,IN_DELETE,IN_NO_LOOP /home/batchFlux/trigger.php --file $@/$# --event $%
Crontab
=======
Voir
TODO
====
@ -73,6 +77,7 @@ Créer fileMail => Recupération element par mail, enregistrement
Filtre sur email et/ou sujet
Créer fileTransfert => envoi sur le FTP, SFTP du client
Note CFT
========
PARTNERS

6
doc/etc/cron.d/flux Executable file
View File

@ -0,0 +1,6 @@
# Gestion des flux a envoyer au client
*/15 4-18 * * * root php /home/flux/current/cli recv >> /home/log/recv.log 2>&1
# Nettoyage
01 18 * * * root php /home/flux/current/cli clean >> /home/log/clean.log 2>&1

7
doc/etc/logrotate.d/flux Executable file
View File

@ -0,0 +1,7 @@
/home/log/*.log {
weekly
missingok
rotate 5
compress
notifempty
}