#!/bin/bash cd /home/zago rm -rf Linux-BR-FAQ* find /home/zago/guiaz/ -mmin -60 -name "*.t2t" -exec python /home/zago/t2t/txt2tags -t html {} \; tar -zcvf Linux-BR-FAQ-`date +%d.%b.%Y`.tar.gz --exclude /home/zago/guiaz/apostilas --exclude /home/zago/guiaz/drivers /home/zago/guiaz chmod 777 Linux-BR-FAQ-`date +%d.%b.%Y`.tar.gz #rm -rf /home/zago/atusite mkdir /home/zago/atusite cd /home/zago/guiaz #apaga todos .txt~ (temporarios) find /home/zago/guiaz/ -name "*.txt~" -exec rm {} \; # gambi até descobrir como copiar somente os modificados nas ultimas 24 horas # varias tentativas seguindo o manual não deu certo, assim funciona!!! find -maxdepth 1 -mmin -60 -exec cp {} /home/zago/atusite \; cd /home/zago/guiaz/samba mkdir /home/zago/atusite/samba find -maxdepth 1 -mmin -60 -exec cp {} /home/zago/atusite/samba \; cd /home/zago/guiaz/modem mkdir /home/zago/atusite/modem find -maxdepth 1 -mmin -60 -exec cp {} /home/zago/atusite/modem \; cd /home/zago/guiaz/modelos mkdir /home/zago/atusite/modelos find -maxdepth 1 -mmin -60 -exec cp {} /home/zago/atusite/modelos \; cd /home/zago/guiaz/squid mkdir /home/zago/atusite/squid find -maxdepth 1 -mmin -60 -exec cp {} /home/zago/atusite/squid \; cd /home/zago/guiaz/squid/acl mkdir /home/zago/atusite/squid/acl find -maxdepth 1 -mmin -60 -exec cp {} /home/zago/atusite/squid/acl \; cd /home/zago/guiaz/linguag mkdir /home/zago/atusite/linguag find -maxdepth 1 -mmin -60 -exec cp {} /home/zago/atusite/linguag \; cd /home/zago/guiaz/email mkdir /home/zago/atusite/email find -maxdepth 1 -mmin -60 -exec cp {} /home/zago/atusite/email \; cd /home/zago/guiaz/firewall mkdir /home/zago/atusite/firewall find -maxdepth 1 -mmin -60 -exec cp {} /home/zago/atusite/firewall \; cd /home/zago/guiaz/figuras mkdir /home/zago/atusite/figuras find -maxdepth 1 -mmin -60 -exec cp {} /home/zago/atusite/figuras \; cd /home/zago/guiaz/figuras/samba #mkdir /home/zago/atusite/figuras/samba #find -maxdepth 1 -mmin -60 -exec cp {} /home/zago/atusite/figuras/samba \; cd /home/zago/guiaz/scripts mkdir /home/zago/atusite/scripts find -maxdepth 1 -mmin -60 -exec cp {} /home/zago/atusite/scripts \; cd /home/zago/guiaz/kde mkdir /home/zago/atusite/kde find -maxdepth 1 -mmin -60 -exec cp {} /home/zago/atusite/kde \; cd /home/zago/guiaz/kde/images mkdir /home/zago/atusite/kde/images find -maxdepth 1 -mmin -60 -exec cp {} /home/zago/atusite/kde/images \; cd /home/zago/guiaz/hard mkdir /home/zago/atusite/hard find -maxdepth 1 -mmin -60 -exec cp {} /home/zago/atusite/hard \; cd /home/zago/guiaz/ssh mkdir /home/zago/atusite/ssh find -maxdepth 1 -mmin -60 -exec cp {} /home/zago/atusite/ssh \; cd /home/zago/guiaz/kmail mkdir /home/zago/atusite/kmail find -maxdepth 1 -mmin -60 -exec cp {} /home/zago/atusite/kmail \; cd /home/zago/guiaz/distro mkdir /home/zago/atusite/distro find -maxdepth 1 -mmin -60 -exec cp {} /home/zago/atusite/distro \; cd /home/zago/guiaz/diversos mkdir /home/zago/atusite/diversos find -maxdepth 1 -mmin -60 -exec cp {} /home/zago/atusite/diversos \; cd /home/zago/guiaz/pt_BR mkdir /home/zago/atusite/pt_BR find -maxdepth 1 -mmin -60 -exec cp {} /home/zago/atusite/pt_BR \; cd /home/zago/guiaz/desktop mkdir /home/zago/atusite/desktop find -maxdepth 1 -mmin -60 -exec cp {} /home/zago/atusite/desktop \; cd /home/zago/guiaz/desktop/impressoras mkdir /home/zago/atusite/desktop/impressoras find -maxdepth 1 -mmin -60 -exec cp {} /home/zago/atusite/desktop/impressoras \; #find /home/zago/atusite/ -name "*.t2t" -exec python /home/zago/t2t/txt2tags -t html {} \; cp /home/zago/atusite/A-menu.html /home/zago/atusite/menu.html cp /home/zago/atusite/email/A-menu-email.html /home/zago/atusite/A-menu-email.html cp /home/zago/atusite/firewall/A-menu-firewall.html /home/zago/atusite/A-menu-firewall.html cp /home/zago/atusite/modelos/A-menu-modelos.html /home/zago/atusite/A-menu-modelos.html cp /home/zago/atusite/modem/A-menu-modem.html /home/zago/atusite/A-menu-modem.html cp /home/zago/atusite/samba/A-menu-samba.html /home/zago/atusite/A-menu-samba.html cp /home/zago/atusite/scripts/A-menu-scripts.html /home/zago/atusite/A-menu-scripts.html cp /home/zago/atusite/squid/A-menu-squid.html /home/zago/atusite/A-menu-squid.html cp /home/zago/atusite/pt_BR/A-man.html /home/zago/atusite/A-man.html cd /home/zago/atusite scp -r * zago@192.168.1.2:/srv/www/htdocs/zago/ cd /home/zago ssh zago@192.168.1.2 'rm -rf /srv/www/htdocs/zago/faq/Linux-BR-FAQ*' scp Linux-BR-FAQ* zago@192.168.1.2:/srv/www/htdocs/zago/faq/ rm -rf Linux-BR-FAQ* find /home/zago/atusite/ -name "*.t2t" -exec rm {} \; cd /home/zago/docs ftp -vn www.zago.eti.br < atusite rm -f /home/zago/atusite/* rm -f /home/zago/atusite/squid/* rm -f /home/zago/atusite/squid/acl/* rm -f /home/zago/atusite/diversos/* rm -f /home/zago/atusite/email/* rm -r /home/zago/atusite/kmail/* rm -r /home/zago/atusite/distro/* rm -f /home/zago/atusite/figuras/* rm -f /home/zago/atusite/firewall/* rm -f /home/zago/atusite/figuras/* rm -f /home/zago/atusite/hard/* rm -f /home/zago/atusite/kde/* rm -f /home/zago/atusite/linguag/* rm -f /home/zago/atusite/modelos/* rm -f /home/zago/atusite/modem/* rm -f /home/zago/atusite/samba/* rm -f /home/zago/atusite/scripts/* rm -f /home/zago/atusite/ssh/* rm -f /home/zago/atusite/desktop/* rm -f /home/zago/atusite/desktop/impressoras/* exit