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 Config
Snapshots config allows you to change some basic settings of Snapshots by updating the appsettings.json
file.
/appsettings.json
{
"uSync": {
"DefaultFolders": "~/views,~/wwwroot/css,~/wwwroot/scripts",
"DisableImport": false,
"HandlerSet": "Default",
}
}
DisableImport
Will stop all reports/importing of snapshots on this server.
DefaultFolders
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.
HandlerSet
Default used handler set.