Metadata-Version: 1.0
Name: findbak
Version: 0.1.1
Summary: File list backup
Home-page: https://github.com/spillevink/findbak
Author: Jakob Hedman
Author-email: jakob@hedman.email
License: GNU GPLv3
Description: Findbak backs up file structures to a gzipped json file in your home directory
        
        Installation
        ------------
        ::
        
            pip install findbak
        
        Config
        ------
        -  Run findbak
        
        ::
        
            $ findbak
        
        -  Edit ``~/.findbakrc``
        -  Setup cron to execute the script every day
        
        ::
        
            $ crontab -e
            0  0  *  *  *  findbak
        
Platform: UNKNOWN
