Documentation

Support

Unity Version Control

Backup tools

Find back up and restore tools.
Read time 1 minuteLast updated 21 days ago

Learn about different back up tools you can use. You can perform the back up and restore operations manually or with a back up tool. The following tools are tested with Unity Version Control (UVCS) on Windows and Linux:

Tool

Restores data?

Incremental back ups?

Description

Bvckup2
NoYesThis tool doesn't provide a restore back up feature. You just need to re-copy the back up content to the original path.
CrashPlan
YesYesThis tool is a cloud back up solution.
Rsync
YesYesThis tool is widely used for Unix platforms. You likely have this tool as part of your Unix OS. This tool also allows remote machines copies through
ssh
:
rsync -a -e ssh source/ username@remotemachine.com:/path/to/destination/
.
Rdiff-backup
YesYesThis tool is widely used for Unix platforms and also supports Windows. Refer to
rdiff
back ups
.
Duplicati
YesYesThis tool is simple to install and use, and provides a web interface to set up and trigger incremental back ups.
Nticorp
YesYesThis tool has local and cloud back up and restore functionality.