Azure Storage transfer tool and data movement library
Перейти к файлу
Fred Park 099046815d
Tag for 1.9.3 release
2019-09-19 15:28:37 +00:00
.github Always use fallback string check for retry 2018-06-29 07:35:01 -07:00
.vsts Fix docker tag env var in pipeline 2019-09-16 17:35:37 +00:00
blobxfer Tag for 1.9.3 release 2019-09-19 15:28:37 +00:00
cli Support strip components for synccopy 2019-07-22 16:50:21 +00:00
docker Update Python and Alpine 2019-07-12 17:56:45 +00:00
docs Support delete only option 2019-07-12 17:48:59 +00:00
tests Fix SAS permission derivation with leading ? char 2019-09-16 17:35:53 +00:00
.codecov.yml Require codecov status checks 2017-10-23 10:55:53 -07:00
.coveragerc Switch from Coveralls to Codecov 2017-10-13 20:46:41 +01:00
.gitignore Update dependencies to latest 2018-04-05 13:53:25 -07:00
.travis.yml Switch Docker image hosting to MCR 2019-05-21 19:53:00 +00:00
CHANGELOG.md Tag for 1.9.3 release 2019-09-19 15:28:37 +00:00
CODE_OF_CONDUCT.md Add code of conduct file 2017-08-28 13:12:14 -07:00
CONTRIBUTING.md Add code of conduct file 2017-08-28 13:12:14 -07:00
LICENSE Initial commit from 2016-07-25 2016-07-28 11:18:24 -07:00
MANIFEST.in Initial commit from 2016-07-25 2016-07-28 11:18:24 -07:00
README.md Update dependencies and README 2019-07-12 15:34:31 +00:00
THIRD_PARTY_NOTICES.txt Update dependencies 2019-07-22 17:54:19 +00:00
appveyor.yml Tag for 1.9.1 release 2019-08-19 14:47:01 +00:00
mkdocs.yml Add Read the Docs builds 2017-10-04 12:56:34 -07:00
setup.cfg Initial commit from 2016-07-25 2016-07-28 11:18:24 -07:00
setup.py Tag for 1.9.1 release 2019-08-19 14:47:01 +00:00
test_requirements.txt Update dependencies 2019-07-22 17:54:19 +00:00
tox.ini Update dependencies 2018-10-26 11:06:28 -07:00

README.md

Build Status Build Status Build status codecov PyPI

blobxfer

blobxfer is an advanced data movement tool and library for Azure Storage Blob and Files. With blobxfer you can copy your files into or out of Azure Storage with the CLI or integrate the blobxfer data movement library into your own Python scripts.

Major Features

  • Command-line interface (CLI) providing data movement capability to and from Azure Blob and File Storage
  • Standalone library for integration with scripts or other Python packages
  • High-performance design with asynchronous transfers and disk I/O
  • Supports ingress, egress and synchronization of entire directories, containers and file shares
  • YAML configuration driven execution support
  • Fine-grained resume support including resuming a broken operation within a file or object
  • Vectored IO support
    • stripe mode allows striping a single file across multiple blobs (even to multiple storage accounts) to break through single blob or fileshare throughput limits
    • replica mode allows replication of a file across multiple destinations including to multiple storage accounts
  • Synchronous copy with cross-mode (object transform) replication support
    • Leverages server-side copies by default
    • Arbitrary URL copy support
  • Client-side encryption support
  • Support all Azure Blob types and Azure Files for both upload and download
  • Advanced skip options for rsync-like operations
  • Store/restore POSIX filemode and uid/gid
  • Support reading/pipe from stdin including to page blob destinations
  • Support reading from blob and file share snapshots for downloading and synchronous copy
  • Support for setting access tier on objects for uploading and synchronous copy
  • Configurable one-shot block upload support
  • Configurable chunk size for both upload and download
  • Automatic block size selection for block blob uploading
  • Automatic uploading of VHD/VHDX files as page blobs
  • Include and exclude filtering support
  • Rsync-like delete support
  • No clobber support in either direction
  • Automatic content type tagging
  • Support for setting the Cache Control property of blobs and files
  • File logging support
  • Support for HTTP proxies

Installation

There are three ways to install blobxfer:

Please refer to the installation guide for more information on how to install blobxfer.

Documentation

Please refer to the blobxfer documentation for more details and usage information.

Change Log

Please see the Change Log for project history.


Please see this project's Code of Conduct and Contributing guidelines.