blobcp - copy blobs
blobcp [-p profile] [-a authorisation] [-v] source target
blobcp [-p profile] [-a authorisation] [-v] source ... target_directory
In the first form, source
is copied to target
. In the second form the soources are copied into target_directory
, with their names preserved. Copying is always recursive.
By default source
and target
are files. To specify blobs prefix them with blob:
The following options are available:
The blobcp
utility exits 0 on success, and >0 if an error occurs.
Copy foo
from box joeboggs/testBox
to local file bar
$ blobcp -p joebloggs blob:joebloggs/testBox/foo bar
Copy a group of files to blobs storage:
$ blobcp -p joebloggs *.txt blob:joebloggs/testBox
Copy everything recursively to blobs:
$ blobcp -p joebloggs * blob:joebloggs/testBox/everything
Copy between blobs:
$ blobcp -p joebloggs blob:joebloggs/job_results/programs/output blob:joebloggs/production/programs