From: Vladimir Karpinsky <vkarpinsky@mail.ru> To: ALT Linux Community general discussions <community@lists.altlinux.org> Subject: Re: [Comm] Зеркалирование по расписанию. Date: Wed, 10 Dec 2008 18:18:11 +0300 Message-ID: <493FDDB3.4080009@mail.ru> (raw) In-Reply-To: <200812110116.43732.alexey.borovskoy@gmail.com> Alexey Borovskoy пишет: > * Среда 10 декабря 2008 Vladimir Karpinsky > >> Alexey Borovskoy пишет: >>> * Среда 10 декабря 2008 Vladimir Karpinsky >>> >>> --кусь-- >>> >>> #!/bin/bash >>> >>> exit_handler() { >>> trap - EXIT >>> [ -f "$LOCK_FILE" ] && rm -f "$LOCK_FILE" >>> } >>> >>> trap exit_handler HUP PIPE INT QUIT TERM EXIT >>> >>> date> "$LOCK_FILE" >>> >>> --кусь-- >>> >>> Логику дописать по вкусу > Создается обработчик события, который умеет удалять файл > блокировки. > > Затем на сигналы вешается этот обработчик. Тоесть по завершению > скрипта, будет вызван обработчик и локфайл сотрется. И, если я правильно понимаю логику, то при запуске скрипта проверяется наличие этого лок-файла, если он есть то что-то (в моём случае wget) повторно не запускается... Я ещё пока не могу понять, как будет себя чувствовать wget, если в процессе зеркалирования, произойдёт обрыв связи на сутки, а потом восстановится, но содержимое ресурса несколько изменится. Или надо при продолжительном отсутствии связи wget убивать, чтобы он потом запустился с чистого листа. Надо как-то эксперимент поставить что ли... > Вот про PIPE я не уверен, нужно ли его перехватывать. Это для меня уже наверное следующее приближение. -- С уважением, Владимир.
next prev parent reply other threads:[~2008-12-10 15:18 UTC|newest] Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top 2008-12-10 9:34 Vladimir Karpinsky 2008-12-10 9:53 ` Yuri Bushmelev 2008-12-10 9:56 ` Alexey Borovskoy 2008-12-10 10:43 ` Vladimir Karpinsky 2008-12-10 13:16 ` Alexey Borovskoy 2008-12-10 15:18 ` Vladimir Karpinsky [this message] 2009-03-21 20:27 ` Vladimir Karpinsky 2009-03-21 21:57 ` Yura Kalinichenko 2009-03-22 6:51 ` Vladimir Karpinsky 2009-03-22 16:38 ` Yura Kalinichenko 2009-03-22 18:51 ` Vladimir Karpinsky 2009-03-22 19:53 ` Yura Kalinichenko 2009-03-23 6:55 ` Vladimir Karpinsky 2009-03-23 7:20 ` Andrey Rahmatullin 2009-03-25 19:29 ` Vladimir Karpinsky 2009-03-25 19:32 ` Andrey Rahmatullin 2009-03-25 19:52 ` Vladimir Karpinsky 2009-03-25 21:42 ` Yura Kalinichenko 2009-03-26 5:50 ` Vladimir Karpinsky 2009-03-26 10:06 ` Sergey Vlasov 2009-03-26 18:21 ` Yura Kalinichenko 2008-12-10 17:00 ` Vladimir Karpinsky 2008-12-10 17:18 ` Denis Nazarov 2008-12-10 17:36 ` Vladimir Karpinsky 2008-12-10 19:24 ` Sergey Vlasov 2008-12-11 5:40 ` Vladimir Karpinsky 2008-12-13 12:19 ` Vladimir Karpinsky 2008-12-13 13:28 ` Костарев Алексей 2008-12-13 15:53 ` Vladimir Karpinsky 2008-12-14 17:37 ` Michael Shigorin 2008-12-14 18:49 ` Vladimir Karpinsky 2008-12-15 7:33 ` Костарев Алексей 2008-12-15 7:58 ` Vladimir Karpinsky
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=493FDDB3.4080009@mail.ru \ --to=vkarpinsky@mail.ru \ --cc=community@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git