Skip to content

dt blob cp

Overview

Copy files to and from the blob storage

Synopsis

dt blob cp [OPTIONS] <source_file> <destination_bucket> 

Options

  • -g, --groups=<groups>
    List of groups to add to the blob's acl of the form: group1:rw,group2:rw,...

  • -o, --others=<others>
    Permissions for everybody

  • -u, --users=<users>
    List of users to add to the blob's acl of the form: user1:rw,user2:rw,...

Arguments

  • source_file (required)
    Type: file
    File name

  • destination_bucket (required)
    Type: String
    Bucket name

Examples

Copy a file to the blob storage

dt blob cp myfile blob://mybucket

Copy a file from a bucket on the blob storage to your local drive

dt blob cp blob://mybucket/myfile.txt .

SEE ALSO

← Back to dt blob