[How To] How do I enable the Virtuozzo Power Panel (VZPP) make full backups permanently instead of incremental ones?

Article ID: 1276 
Last Review: Oct,6 2008
Author: Basalyko Roman APPLIES TO:
  • Virtuozzo for Windows 3.5.1
  • Virtuozzo for Windows 3.5.1 SP1

Resolution

In order to make this modification, you must open the following file:

C:\vz\private\1\root\Program Files\SWsoft\vzcp\etc\vzcpcon.conf

Note: This location will vary depending where you have installed Virtuozzo.

After opening this file, you must locate the following code:

<backup>
<default>
<type>inc</type>
</default>
</backup>

Change this value from Inc to Full :

<backup>
<default>
<type>full</type>
</default>
</backup>

Save vzcpcon.conf file and restart the Service VE. To restart the SVE through the Command Line Interface (CLI), you would do the following:

vzctl restart 1


Note: This setting is global and applies to all VE’s.
Keywords: vzpp internal backup full


Subscription for this article changesSubscription for this article changes

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
* - required fields