Skip to main content

Add SMB (Server Message Block) dataset support to dtool

Project description

PyPi package

Features

  • Copy datasets to and from SMB storage

  • List all the datasets in an SMB share

  • Create datasets directly to an SMB share

Installation

To install the dtool-smb package:

pip install dtool-smb

Configuration

Then create the file .config/dtool/dtool.json and add the SMB account using the format below:

```
{
  "DTOOL_SMB_USERNAME_jicinformatics": "<username>",
  "DTOOL_SMB_PASSWORD_jicinformatics": "<password>",
  "DTOOL_SMB_SERVER_NAME_jicinformatics": "<server-name>",
  "DTOOL_SMB_SERVER_PORT_jicinformatics": <server-port>,
  "DTOOL_SMB_DOMAIN_jicinformatics": "<smb-domain>",
  "DTOOL_SMB_SERVICE_NAME_jicinformatics": "<smb-share>",
  "DTOOL_SMB_PATH_jicinformatics": "<path-within-share>"
}
```

Note that <server-port> is typically 445. The name of the ‘share’ is specified through the DTOOL_SMB_SERVICE_NAME_* key.

Usage

To copy a dataset from local disk (my-dataset) to an SMB storage account (jicinformatics) one can use the command below:

dtool cp ./my-dataset smb://jicinformatics/

To list all the datasets in an SMB share one can use the command below:

dtool ls smb://jicinformatics/

See the dtool documentation for more detail.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dtool-smb-0.1.0.tar.gz (9.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page