clon¥
(usa Debian)
Enviado em 22/02/2012 - 11:57h
È, mesmo achando a solução ainda não entendi porque o "basicão' não funciona. Deveria ser mais simples.
Bom, com a ajuda de alguns companheiros, resolviu o meu velho problema usando scripts dentro do crontab.
A solução já foi testada por duas semanas seguidas e tudo está perfeito agora.
Agradeço à todos pelas dicas e participação.
Eis o meu novo conteúdo do crontab:
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# m h dom mon dow user command
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
#
#terca - PAUSADO
#22 22 * * 2 root /usr/local/bin/bkp_terca.sh
#quarta
22 22 * * 3 root /usr/local/bin/bkp_quarta.sh
#quinta - PAUSADO
#22 22 * * 4 root /usr/local/bin/bkp_quinta.sh
#sabado
22 22 * * 6 root /usr/local/bin/bkp_sabado.sh
# Muda status das pastas para acesso total:
0 23 * * * root chmod 777 * -Rf /home/clientes
0 23 * * * root chmod 777 * -Rf /home/transferencia
0 23 * * * root chmod 777 * -Rf /home/criacao
0 23 * * * root chmod 770 * -Rf /home/promocao
0 23 * * * root chmod 777 * -Rf /criacao
0 23 * * * root chown -Rf producao:producao /home/producao/*
0 23 * * * root chown -Rf midia:midia /home/midia/*
# Update do Sistema:
# 30 4 * * 7 root aptitude update #Atualiza lista de pacotes
# 40 4 * * 7 root aptitude -y upgrade #Atualiza e não pede confirmação
================================
ftpserver:~# cat /usr/local/bin/bkp_sabado.sh
#!/bin/sh
#/home /backup/sabado
rsync -av /home /backup/sabado >> /tmp/rsync_arqs.log
rsync -av /etc /backup/arqs_sistema >> /tmp/rsync_etc.log