This commit is contained in:
kato
2021-08-21 01:45:46 +03:00
parent e22da3f924
commit 8deb69a862

View File

@@ -19,7 +19,8 @@ This supports mailing for logging what is happening to the databases, future pla
2. Run the server by using the `npm start` command, this will start to run the program.
3. This does not run as a service and should be activated by a `cron` task, or on windows a `scheduler` task, this is completely up to you how you setup.
Example Config File: ```js
Example Config File:
```js
{
"options": {
"parallel_nodes": 2, // Run two database backups at a time