Metadata-Version: 1.2
Name: naspi
Version: 0.1.3
Summary: Simple NAS for Raspberry Pi
Home-page: https://github.com/fgiroult321/simple-nas-pi
Author: Frederic Giroult
Author-email: frederic.giroult@gmail.com
License: MIT
Description: # simple-nas-pi
        
        ## Introduction
        
        Simple implementation of a NAS on raspberry PI with disk redundancy + S3 glacier backup.
        
        Advantages : 
        - simplicity : use only simple tools like rsync 
        - reliability : local replication using rsync, per directory. AWS S3 backup for creating off site secured archives
        - cost : cheap hardware, s3 glacier deep archive cost is ~ 0.3 $ a month per 100GB
        - easy maintenance : use commodity hardware : raspberry Pi, USB hard drives
        
        ## Architecture
        ![Architecture](/diagram/architecture.png)
        
        ## Installation
        1. prerequisites
        2. Installation
        
        ## Get started
        
        ## Usage
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
