Storage - a load-balanced storage manager
Project description
Storage Manager
Simple command line utility written in Python, to manage your storage distributed over multiple hard drives.
Requirements
- Python 3.8+
Installation, Uninstallation and Upgrade
- To install, run
pip3 install storage-manager
- To uninstall, run
pip3 uninstall storage-manager
- To upgrade, run
pip3 install --upgrade storage-manager
Examples
- Add an existing drive mounted at /mount/d to storage as drive-d
storage drive add drive-d /mount/d
- Configure storage to use
balanced
strategy (default israndom
)storage config set strategy balanced
- Insert a file
/home/username/downloads/movie-file.mp4
into the storage at pathmovies
This will copy the file into storage. It will not delete source file.storage insert movies /home/username/downloads/movie-file.mp4
- Check overall storage status
storage stats show-all
Help
Command line is relatively self-explanatory. If required, use --help
for help and --verbose
for verbose output.
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
storage-manager-0.4.0.tar.gz
(15.3 kB
view details)
Built Distribution
File details
Details for the file storage-manager-0.4.0.tar.gz
.
File metadata
- Download URL: storage-manager-0.4.0.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 236585d7f5a12fd522b572256e8f76a38476939367e0092511b83f1e8ef43af4 |
|
MD5 | e5ae15ca983d532d3f8b89e1e361a8d9 |
|
BLAKE2b-256 | c1a523870549e88cb9de0b444df54e136ece3056cb137703577a6da63afbdb08 |
File details
Details for the file storage_manager-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: storage_manager-0.4.0-py3-none-any.whl
- Upload date:
- Size: 39.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ac93bdca7716f776f7d1107c8fabc2eed71dad7f6be44ce82ba590803aefc40 |
|
MD5 | ea52de37a0fd17f10360e60a1505fc07 |
|
BLAKE2b-256 | 2e194b9dad97f99c5f64cabcc42d60d32e914dbfbdee20b35b67d8329c30f105 |