Documentation

​
​

Development

User Acquisition

Monetization

Industry

Unity Version Control

DevOps

On-prem

Gluon

Editor plug-in

Open Unity Dashboard

Unity Version Control

​
​
Unity Version Control
  • Overview
  • Cloud Repositories organization update
  • Installation
  • Use UVCS with the Unity Editor
  • Unity Version Control plugins
  • Concepts
  • Tutorials
  • On-Prem
    • Server configuration
    • Client configuration
    • Manage On-Prem licenses
    • Stop, start, or restart server
    • Server administration console
    • Configure UVCS
    • Use server read-only mode
    • Back up and restore data
      • Cold copy back up and restore
      • Hot copy back up and restore
      • Back up tools
      • Back up with rdiff
    • Archive revisions
    • Force client upgrades
    • SSL certificates
    • GitServer
    • Use SAML authentication with Microsoft Entra
  • Gluon
  • CLI and shortcut references
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Hot copy back up and restore

Perform back up and restore operations while the server is running.
Read time 1 minute
Last updated 9 months ago

Perform the hot backup and restore operations for your Unity Version Control (UVCS) server. Both of these operations require you to enter read-only mode.
Note
You can also create a hot copy with
rdiff
.

Backup

  1. Set the UVCS server to read-only mode (
    cm admin readonly enter
    ).
  2. Backup the Jet content. You can find the content in the
    basepath
    parameter specified during the database setup (check the
    jet.conf
    file).
  3. Leave read-only mode (
    cm admin readonly leave
    ).

Restore

  1. Set the UVCS to read-only mode (
    cm admin readonly enter
    ).
  2. Restore all the backup files to the path you configured (remember to set the path in the
    jet.conf
    file).
  3. Leave read-only mode (
    cm admin readonly leave
    ).

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Backup

    • Restore


Report a problem with this page