Skip to content
/ azsync Public

Simple tool to replicate local directory to Azure blob storage

License

Notifications You must be signed in to change notification settings

mdales/azsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azsync

A simple tool to let me duplicate a local directory to an Azure blob container. Unlike the standard az tool batch approach this will only upload files if they've been modified more recently and are actually different in content.

Usage:

azsync [config file] [directory to sync]

You need to provide two arguments. The first is a configuration JSON file that specifies your Azure details:

{
    "accountName": "myAzureStorageAccount",
    "accountKey": "asojdjoasidu209jdladjqawdjlasjoiq2jdolawjlaw/",
    "containerName": "$web",
}

The second argument is the directory that you want to have the Azure container duplicate.

About

Simple tool to replicate local directory to Azure blob storage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages