<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://library.morph.zone/index.php?action=history&amp;feed=atom&amp;title=Shell_Commands%2FPFSMakeRollover</id>
		<title>Shell Commands/PFSMakeRollover - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://library.morph.zone/index.php?action=history&amp;feed=atom&amp;title=Shell_Commands%2FPFSMakeRollover"/>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=Shell_Commands/PFSMakeRollover&amp;action=history"/>
		<updated>2026-04-23T20:52:20Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://library.morph.zone/index.php?title=Shell_Commands/PFSMakeRollover&amp;diff=2607&amp;oldid=prev</id>
		<title>JPV: Created page with &quot;'''PFSMakeRollover''' - Creates rollover files  FILE/A, SIZE/N/A  &lt;nowiki&gt; FILE - The name of the new rollover file. SIZE - The 'rollover size' of the new rollover file in blo...&quot;</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=Shell_Commands/PFSMakeRollover&amp;diff=2607&amp;oldid=prev"/>
				<updated>2015-12-11T17:32:11Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;PFSMakeRollover&amp;#039;&amp;#039;&amp;#039; - Creates rollover files  FILE/A, SIZE/N/A  &amp;lt;nowiki&amp;gt; FILE - The name of the new rollover file. SIZE - The &amp;#039;rollover size&amp;#039; of the new rollover file in blo...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''PFSMakeRollover''' - Creates rollover files&lt;br /&gt;
&lt;br /&gt;
FILE/A, SIZE/N/A&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
FILE - The name of the new rollover file.&lt;br /&gt;
SIZE - The 'rollover size' of the new rollover file in blocks.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Initially the rollover file will be empty, it has size 0. The rolloversize is the maximum size the rollover file can become. It always is a multiple of blocks minus one for the end of file marker. &lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 1.Workbench:&amp;gt; Makerollover mylogfile 2&lt;br /&gt;
will create a rollover file named 'mylogfile' with rollover size&lt;br /&gt;
2*512-1 = 1023 byte.&lt;br /&gt;
&lt;br /&gt;
Makerollover always creates a new file, it cannot transform an existing file into a rollover file. To transform a normal file into a rollover file, you have to copy it into a rollover file.&lt;br /&gt;
&lt;br /&gt;
Example: turning mybiglog into a 1023 byte rollover file:&lt;br /&gt;
 1.Workbench:&amp;gt; rename mybiglog temp&lt;br /&gt;
 1.Workbench:&amp;gt; makerollover mybiglog 2&lt;br /&gt;
 1.Workbench:&amp;gt; copy temp mybiglog&lt;br /&gt;
 1.Workbench:&amp;gt; delete temp&lt;/div&gt;</summary>
		<author><name>JPV</name></author>	</entry>

	</feed>