Skip to main content

Storage - a load-balanced storage manager

Project description

Storage Manager PyPI version Build Status codecov Buy Me A Coffee

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 is random)
    storage config set strategy balanced
    
  • Insert a file /home/username/downloads/movie-file.mp4 into the storage at path movies
    storage insert movies /home/username/downloads/movie-file.mp4
    
    This will copy the file into storage. It will not delete source file.
  • 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 hashes)

Uploaded Source

Built Distribution

storage_manager-0.4.0-py3-none-any.whl (39.8 kB view hashes)

Uploaded Python 3

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