rmothe
(usa Linux Mint)
Enviado em 28/12/2016 - 18:28h
amarildosertorio escreveu:
No meu intendimento teria que ser uma nova linha.
00 10,12,16,18 * * 1 /bin/bash /home/backup/tarefa1sh
30 14 * * 1 /bin/bash /home/backup/tarefa1sh
Perfeito!
Quando temos apenas horas (10hs, 14hs, 16hs, 18hs):
00
10,12,16,18 * * 1 /bin/bash /home/backup/tarefa1sh
Quando temos apenas horários com horas distintas mas minutos iguais (10:30, 14:30, 16:30, 18:30):
30 10,12,16,18 * * 1 /bin/bash /home/backup/tarefa1sh
Se tivermos horários distintos (10:15, 14:30, 16:45, 18:00):
15 10 * * 1 /bin/bash /home/backup/tarefa1sh
30 14 * * 1 /bin/bash /home/backup/tarefa1sh
45 16 * * 1 /bin/bash /home/backup/tarefa1sh
00 18 * * 1 /bin/bash /home/backup/tarefa1sh
Complicando com horários mistos mas com algumas igualdades/padrões (
10:30, 14:45, 16:00,
18:30):
30 10,18 * * 1 /bin/bash /home/backup/tarefa1sh
45 14 * * 1 /bin/bash /home/backup/tarefa1sh
00 16 * * 1 /bin/bash /home/backup/tarefa1sh
Espero ter ajudado.
http://klesis.com.br
https://www.linuxcounter.net/cert/318909.png