Internal tool intended to backup a SharePoint document library (or any directory on disk) on a set schedule to B2.
There is a health check listening on port 3000
Follow these steps to set up the project:
- Clone the repository:
git clone https://github.com/Quarterpie3141/b2-backup-script.git
- install the dependencies:
yarn
- fill out the
.env.templatefile and rename it to.env: - run the application:
yarn start