зеркало из https://github.com/Azure/blobxfer.git
azureazure-blobazure-blob-storageazure-fileazure-storagedata-movementdocker-imagefile-transferpythonpython-library
a79cd3ab98
- Various doc updates |
||
---|---|---|
blobxfer | ||
cli | ||
docker | ||
docs | ||
tests | ||
.coveragerc | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
MANIFEST.in | ||
README.md | ||
setup.cfg | ||
setup.py | ||
test_requirements.txt | ||
tox.ini |
README.md
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
- YAML configuration driven execution support
- Resume support
- 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 limitsreplica
mode allows replication of a file across multiple destinations including to multiple storage accounts
- Synchronous copy with replication support (including block-level copies for Block blobs)
- 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
- Support reading from blob snapshots for downloading 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
- File logging support
Installation
blobxfer
is on PyPI and on
Docker Hub. Please refer to
the installation guide
on how to install blobxfer
.
Documentation
Please refer to the blobxfer
documentation
for more details and usage information.
Change Log
For recent changes, please refer to the CHANGELOG.md file.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.