archivist 0.4.0

Store files in a time or index based directory hierarchy, automatically deleting the oldest files if the size limit is reached
Documentation
1
2
3
4
RUST_LOG=archivist=debug
#DATABASE_URL=postgres://postgres:postgres@localhost/archivist
DATABASE_URL=sqlite:///tmp/archive.db?mode=rwc
MIGRATION_DIRECTORY=migrations_sqlite