File manager is a Node application to automate data recovery from an S3 bucket. The copy is made on a local S3 storage (minio).
Use the package manager yarn and dotenv to config File manager.
# Starting the server
yarn start
# Starting the cron job (The server must be running)
yarn everyday
A documentation is available at http://localhost:3000/documentation
# Starting the server
yarn start
# Starting the cron job (The server must be running)
yarn everyday