Skip to content
SmiKar Software

Squirrel Global Settings - Archive Config

5 min read · Last updated · Page version 11

Overview

This document provides a detailed overview of the configurable system settings within the Squirrel archiving platform. Each setting plays a specific role in managing data archiving behavior, file lifecycle policies, storage destinations, and user environment configuration. Site-scoped overrides on top of these tenant-wide defaults are configured via Site Custom Policies and exclusion controls live on the Document Library Exclusions page.

The Squirrel Settings page, showing the system settings table with each setting name, value and description

Important:
Do not modify any system settings unless you’ve consulted this guide - or preferably, your SmiKar representative. Incorrect settings may impact system functionality and are changed at your own risk.

Squirrel global settings page


System Settings Explained

Below is a list of all configurable settings, what they do, and how they should be used.

Setting NameValueDescription
Archives Delete After0 (disabled)Specify the amount of days to delete the archive file from Azure Blob storage. 0 = don’t delete.
Auto Include New SitesNoDetermine whether to automatically include new Sites in the archiving policy.
Azure Archive Tier After0 (disabled)Number of days before moving files from their current storage tier to the Azure Archive tier for long-term storage. Set to 0 to disable. Warning: Files in Azure Archive Blob tier may take up to 24 hours to rehydrate.
Azure Containersquirrel-archiveSpecify the Azure container name.
Azure Resource GroupSQUIRREL-RGSpecify the Azure Resource Group.
Azure Storage NamesquirrelSpecify the Azure Storage Name.
Azure Storage TiercoldSpecify the Azure Access Tier to be used for archive (hot, cool, or cold).
Base URLhttps://company.smikar.com/Base URL for the company’s Squirrel site. Used for the URL creation process.
Company NamecompanyCompany name.
Email Alertssupport@company.comCustomer email alerts.
Email Billingaccounts@company.comCustomer billing email details.
Exclude Filetype.abc, .xyzDo not archive files of these file extensions (comma separated).
Last Accessed0 (disabled)Specify the number of days since a file was last accessed before it is eligible for archiving.
Last Modified730 (2 years)Specify the number of days since a file was last modified before it is eligible for archiving.
Min File Size10240Do not archive files smaller than this size (bytes).
MIP Excluded LabelsMIP label1, MIP label2Do not archive files marked with these MIP labels (case-sensitive). Such files will be excluded from archiving. Comma-separated.
Orphaned Site URLhttps://company.sharepoint.com/sites/orphaned/restoreSpecify a location to restore orphaned files if the original location no longer exists.
Version Limit500Specify the maximum number of versions to archive along with the file. 0 = skip version archiving.
Wildcard ExclusionDo not archive files if the filepath contains any of the following values (separated by commas).

Best Practices

  • Always document changes made to system settings for future reference or support queries.
  • When in doubt, consult support@smikar.com before making changes.
  • Do not edit core settings like baseurl after deployment without SmiKar’s assistance.

Common questions

Q: What's the difference between Last Modified and Last Accessed?

  • Last Modified is the more reliable signal for "this file is cold" - it changes only when someone edits the document. Last Accessed changes every time the file is read, which sounds useful but isn't always trustworthy: many automated processes (search crawlers, antivirus, search indexing, backup tools) touch files without a human reading them, which can artificially keep them looking "active". Most production Squirrel deployments rely on Last Modified (default 730 days / 2 years) and leave Last Accessed disabled.

Q: Which Azure Storage Tier should I pick?

  • hot for files you expect to restore frequently (fastest restore, most expensive), cool for occasional restores within ~30 days, and cold for compliance / long-term archive with infrequent restores. For most archive workloads cold gives the biggest cost saving without making restores painfully slow. Combine with Azure Archive Tier After to move older files into the deeper Azure Archive tier - but note Archive-tier files take up to 24 hours to rehydrate.

Q: I changed a setting - when does it take effect?

  • Setting changes take effect on the next scheduled archive cycle (typically nightly). Setting changes that affect exclusion behaviour (Exclude Filetype, Wildcard Exclusion, MIP Excluded Labels) start excluding new candidates immediately; they don't retroactively un-archive files that were previously processed.

Q: Can I exclude a single SharePoint site from archiving without affecting the whole tenant?

More in Squirrel

See all pages →