Tool for cloning data from cloud storage services in a configurable way
Project description
A tool for cloning data from cloud storage providers in a configurable way.
Example config file:
base_path: /base_path
clones:
- name: clone_one_folder
paths:
- src: path/to/remote/folder
dest: path/to/local/folder
default: true
- name: clone_files
paths:
- src: files/file.txt
dest: remote_files/file_renamed.txt
- src: files/file2.txt
dest: remote_files/
The config file is expected to be in the current working directory and named cloud_cloner.yaml
. This location can be set with --config-path
.
A valid rclone config is expected at ~/.rclone
. This location can be set with --rclone-config-path
.
Then clone with python -m cloud_cloner clone
or python -m cloud_cloner clone clone_one_folder
.
See python -m cloud_cloner --help
for more options.
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
Built Distribution
File details
Details for the file cloud_cloner-0.3.0.tar.gz
.
File metadata
- Download URL: cloud_cloner-0.3.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.9.5 Linux/5.10.102.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0872a674c68c9eabb7fba60f605242ed3295f7731d9e887437c327fddb508ddc
|
|
MD5 |
6d59278e38a0060244085a90cb5ec767
|
|
BLAKE2b-256 |
4861621af42fb38901914ecc698b7dfd05a7c43398c8db19c5456b52520fe554
|
File details
Details for the file cloud_cloner-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: cloud_cloner-0.3.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.9.5 Linux/5.10.102.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e1645fc4d75b96f8d125b5fe8ebb1092fe8e7d16d6b232c2e6da44fc4a5544af
|
|
MD5 |
5b534ea2bd7dbb056f58dd1cdcc4fbd0
|
|
BLAKE2b-256 |
0e3c721bc6dfec66abddc3f3c99fd2f33465ba7658a7cdf23b4bdfbb5a2902d3
|