Skip to main content
Version: v8.x - Umbraco 8

uSync.Snapshots

uSync.Snapshots provides you with the ability you take point-in-time snapshots of your Umbraco installation. This means you can track what has changed based on your timescales and feature development.

Snapshots Dashboard

Snapshots Config

Snapshots config allows you to change some basic settings of Snapshots by updating the uSync8.config file.

/config/uSync8.config
<Snapshots>
<DisableImport>False</DisableImport>
<Folders></Folders>
</Snapshots>
SettingDefaultNote
DisableImportFalseWill stop all reports/importing of snapshots on this server.
Folders"views,css,scripts"List of folders to include when creating a sync pack. Unlike Export, these values are not additional to the default but will replace them completely.