This commit is contained in:
Dave Curylo 2021-09-24 17:40:07 -04:00 коммит произвёл GitHub
Родитель fbbcf231f0
Коммит c2d8f8c84c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -1,6 +1,10 @@
AzureTableArchiver
==================
[![Build and Test](https://github.com/Azure/azure-table-archiver/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/Azure/azure-table-archiver/actions/workflows/build-and-test.yml)
[![AzureTableArchiver on Nuget](https://buildstats.info/nuget/AzureTableArchiver)](https://www.nuget.org/packages/AzureTableArchiver/)
The AzureTableArchiver is intended for creating archives of Azure Storage Tables from Storage Accounts or Cosmos DB and storing them in Azure Storage Blob containers. Because multiple archives may be retained, previous copies of table records are available to restore from the various points of time when archives are created.
Archives are not pruned by this library - it's recommended to enable blob expiration to remove old archives automatically.