cron.d.example 487 B

123456789101112
  1. # For more information see the manual pages of crontab(5) and cron(8)
  2. # m h dom mon dow user command
  3. FCNDOLIBARR=/path/to/fcn-toolbox/fcn-dolibarr
  4. FCNSYMPA=/path/to/fcn-toolbox/fcn-sympa
  5. FCNBACKUP=/path/to/fcn-toolbox/fcn-backup
  6. # Synchronize sympa with Dolibarr, by exporting subscribers (daily)
  7. 2 3 * * * root $FCNDOLIBARR get-subscribers --product "PRODUCTCODE" | sudo -u sympa $FCNSYMPA --import="subscribers@example.net"
  8. # Backup (daily)
  9. 0 6 * * * root $FCNBACKUP