<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Форум компьютерной помощи &mdash; Резервное копирование сервера Domino по расписанию]]></title>
		<link>https://itpmr.ru/viewtopic.php?id=794</link>
		<atom:link href="https://itpmr.ru/extern.php?action=feed&amp;tid=794&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Резервное копирование сервера Domino по расписанию».]]></description>
		<lastBuildDate>Mon, 05 Aug 2013 07:59:31 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Резервное копирование сервера Domino по расписанию]]></title>
			<link>https://itpmr.ru/viewtopic.php?pid=123898#p123898</link>
			<description><![CDATA[<p>Файл lotus backup.bat размещаем на сервере и запускаем по расписанию - с кодом:</p><p>@echo Off<br />net stop &quot;Lotus Domino Server (LotusDominoData)&quot;</p><p>Net Time \\%computername% &gt;&gt; %TEMP%\maintnce.log<br />Echo Begining Fixup of Databases &gt;&gt; %TEMP%\maintnce.log<br />REM C:\Notes is the Notes program directory, need to specify full path to the Notes program directory<br />REM You must run nfixup before running compact or updall in case the server is in hang state, you need to<br />REM run fixup to clean up all the abnormally terminated databases<br />D:\Lotus\Domino\nfixup</p><p>Net Time \\%computername% &gt;&gt; %TEMP%\maintnce.log<br />Echo Begining Compact of Databases &gt;&gt; %TEMP%\maintnce.log<br />REM Where C:\Notes is the Notes program directory<br />D:\Lotus\Domino\ncompact -b<br />::rem ncompact domlog.nsf</p><p>Sleep 150</p><p>REM <br />REM Restarting the Lotus Domino Server after it has finished the above task would be as follows without the REM <br />REM To re-start Notes server, where C:\Notes is the Notes program directory<br />REM C:\Notes nserver</p><p>REM The following lines are used to re-start Notes server as NT services.&nbsp; So you<br />REM can use the above command or the following commands depending on if<br />REM your Notes server is setup as NT services or not</p><p>::call D:\Lotus\Domino\backup.bat</p><p>Net Time \\%computername% &gt;&gt; %TEMP%\maintnce.log<br />Echo BackUp start Domino Server &gt;&gt; %TEMP%\maintnce.log</p><p>del D:\backup01.rar<br />C:\WinRAR\Rar.exe a -m5 D:\backup01.rar @backuplist.lst</p><p>del D:\Backup\backup05.rar<br />ren D:\Backup\backup04.rar backup05.rar<br />ren D:\Backup\backup03.rar backup04.rar<br />ren D:\Backup\backup02.rar backup03.rar<br />ren D:\Backup\backup01.rar backup02.rar<br />::xcopy D:\backup01.rar D:\Backup\</p><p>Net Time \\%computername% &gt;&gt; %TEMP%\maintnce.log<br />Echo BackUp finish Domino Server &gt;&gt; %TEMP%\maintnce.log</p><p>::ping -n 1 -w 100000 192.168.254.254 &gt;nul</p><p>net start &quot;Lotus Domino Server (LotusDominoData)&quot;<br />xcopy D:\backup01.rar D:\Backup\</p><p>REM Note you would need to comment out with a REM statement the shutdown process</p><p>exit</p><br /><p>И файл backuplist.lst&nbsp; -&nbsp; список папочек для бэкапов:</p><p>D:\Lotus\Domino\*.*<br />D:\Lotus\Domino\_uninst<br />D:\Lotus\Domino\_uninst2<br />D:\Lotus\Domino\domino_icc<br />D:\Lotus\Domino\jvm<br />D:\Lotus\Domino\license<br />D:\Lotus\Domino\ndext<br />D:\Lotus\Domino\osgi<br />D:\Lotus\Domino\properties<br />D:\Lotus\Domino\TTFonts<br />D:\Lotus\Domino\xmlschemas<br />D:\Lotus\Domino\xsp<br />D:\Lotus\Domino\data\*.*<br />D:\Lotus\Domino\data\dfc<br />D:\Lotus\Domino\data\docobor\*.*<br />D:\Lotus\Domino\data\domino<br />D:\Lotus\Domino\data\ftdomain.di<br />D:\Lotus\Domino\data\gtrhome<br />D:\Lotus\Domino\data\help<br />D:\Lotus\Domino\data\IBM_TECHNICAL_SUPPORT<br />D:\Lotus\Domino\data\iNotes\*.*<br />D:\Lotus\Domino\data\mail\idrecove.nsf<br />D:\Lotus\Domino\data\mail\newidrec.nsf<br />D:\Lotus\Domino\data\properties<br />D:\Lotus\Domino\data\modems<br />D:\Lotus\Domino\data\rmeval<br />D:\Lotus\Domino\data\schema.ft<br />D:\Lotus\Domino\data\W32</p>]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Mon, 05 Aug 2013 07:59:31 +0000</pubDate>
			<guid>https://itpmr.ru/viewtopic.php?pid=123898#p123898</guid>
		</item>
	</channel>
</rss>
