Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genietim/hoststar-backup-downloader
Download Backups from Hoststar
https://github.com/genietim/hoststar-backup-downloader
Last synced: 3 days ago
JSON representation
Download Backups from Hoststar
- Host: GitHub
- URL: https://github.com/genietim/hoststar-backup-downloader
- Owner: GenieTim
- License: gpl-3.0
- Created: 2019-11-15T14:16:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T10:23:32.000Z (about 2 months ago)
- Last Synced: 2024-10-11T13:13:34.487Z (27 days ago)
- Language: JavaScript
- Size: 201 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hoststar-backup-downloader
Download Backups from Hoststar## Usage
### Configuration
You will need to place a configuration file into the [`config`](./config) folder called `config.json`.
This file's content should look something like this:```json
{
"username": "username",
"password": "password",
"debug": true,
"automaticOnly": true,
"destDir": "."
}
```
with the appropriate values replaced with the values you need.The listing above shows the default config. If you do not specify one of the properties, the one above will be used.
### Backuping
You may run
```shell
node ./src/index.js
```to start downloading the backups as specified in the configuration.