资 源 简 介
almacencito
al-mah-sen-SEE-toh, Spanish for "small warehouse", is a Python script that uses boto and sqlite to manage and schedule your backups to Amazon"s Simple Storage Service (S3).
The main focus is in data format transparency and resumable uploads. If the network is lost during a slow upload process, or a very large one, it becomes imperative that the backup script be able to continue uploading where it left off the next time it is run. To this end, almacencito runs two threads: a "scheduler" thread that stores metadata for each file that needs to be backed up, and the uploader thread that uploads files according to the metadata found. The files are stored in a single bucket, and the keys are set to the full path and name of each file.
There are already many tools and ideas for b